Searched refs:CefWindowX11 (Results 1 – 4 of 4) sorted by relevance
32 class CefWindowX11 : public ui::PlatformEventDispatcher,35 CefWindowX11(CefRefPtr<CefBrowserHostBase> browser,40 CefWindowX11(const CefWindowX11&) = delete;41 CefWindowX11& operator=(const CefWindowX11&) = delete;43 ~CefWindowX11() override;94 base::WeakPtrFactory<CefWindowX11> weak_ptr_factory_;
70 CefWindowX11::CefWindowX11(CefRefPtr<CefBrowserHostBase> browser, in CefWindowX11() function in CefWindowX11144 CefWindowX11::~CefWindowX11() { in ~CefWindowX11()151 void CefWindowX11::Close() { in Close()166 void CefWindowX11::Show() { in Show()212 void CefWindowX11::Hide() { in Hide()222 void CefWindowX11::Focus() { in Focus()244 void CefWindowX11::SetBounds(const gfx::Rect& bounds) { in SetBounds()268 gfx::Rect CefWindowX11::GetBoundsInScreen() { in GetBoundsInScreen()279 views::DesktopWindowTreeHostLinux* CefWindowX11::GetHost() { in GetHost()291 bool CefWindowX11::CanDispatchEvent(const ui::PlatformEvent& event) { in CanDispatchEvent()[all …]
13 class CefWindowX11; variable56 CefWindowX11* window_x11_ = nullptr;
70 new CefWindowX11(browser_, parent_window, rect, in CreateHostWindow()