libcef/browser/native/browser_platform_delegate_native_linux.h [19:35]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - SkColor background_color); // CefBrowserPlatformDelegate methods: void BrowserDestroyed(CefBrowserHostBase* browser) override; bool CreateHostWindow() override; void CloseHostWindow() override; CefWindowHandle GetHostWindowHandle() const override; views::Widget* GetWindowWidget() const override; void SetFocus(bool setFocus) override; void NotifyMoveOrResizeStarted() override; void SizeTo(int width, int height) override; gfx::Point GetScreenPoint(const gfx::Point& view) const override; void ViewText(const std::string& text) override; bool HandleKeyboardEvent( const content::NativeWebKeyboardEvent& event) override; CefEventHandle GetEventHandle( const content::NativeWebKeyboardEvent& event) const override; - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - libcef/browser/native/browser_platform_delegate_native_win.h [17:33]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - SkColor background_color); // CefBrowserPlatformDelegate methods: void BrowserDestroyed(CefBrowserHostBase* browser) override; bool CreateHostWindow() override; void CloseHostWindow() override; CefWindowHandle GetHostWindowHandle() const override; views::Widget* GetWindowWidget() const override; void SetFocus(bool setFocus) override; void NotifyMoveOrResizeStarted() override; void SizeTo(int width, int height) override; gfx::Point GetScreenPoint(const gfx::Point& view) const override; void ViewText(const std::string& text) override; bool HandleKeyboardEvent( const content::NativeWebKeyboardEvent& event) override; CefEventHandle GetEventHandle( const content::NativeWebKeyboardEvent& event) const override; - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -