Home
last modified time | relevance | path

Searched refs:ClientHandlerOsr (Results 1 – 9 of 9) sorted by relevance

/third_party/cef/tests/cefclient/browser/
Dclient_handler_osr.cc13 ClientHandlerOsr::ClientHandlerOsr(Delegate* delegate, in ClientHandlerOsr() function in client::ClientHandlerOsr
20 void ClientHandlerOsr::DetachOsrDelegate() { in DetachOsrDelegate()
24 base::BindOnce(&ClientHandlerOsr::DetachOsrDelegate, this)); in DetachOsrDelegate()
32 void ClientHandlerOsr::OnAfterCreated(CefRefPtr<CefBrowser> browser) { in OnAfterCreated()
39 void ClientHandlerOsr::OnBeforeClose(CefRefPtr<CefBrowser> browser) { in OnBeforeClose()
46 bool ClientHandlerOsr::GetRootScreenRect(CefRefPtr<CefBrowser> browser, in GetRootScreenRect()
54 void ClientHandlerOsr::GetViewRect(CefRefPtr<CefBrowser> browser, in GetViewRect()
65 bool ClientHandlerOsr::GetScreenPoint(CefRefPtr<CefBrowser> browser, in GetScreenPoint()
76 bool ClientHandlerOsr::GetScreenInfo(CefRefPtr<CefBrowser> browser, in GetScreenInfo()
84 void ClientHandlerOsr::OnPopupShow(CefRefPtr<CefBrowser> browser, bool show) { in OnPopupShow()
[all …]
Dclient_handler_osr.h15 class ClientHandlerOsr : public ClientHandler,
78 ClientHandlerOsr(Delegate* delegate,
145 IMPLEMENT_REFCOUNTING(ClientHandlerOsr);
146 DISALLOW_COPY_AND_ASSIGN(ClientHandlerOsr);
Dbrowser_window_osr_win.cc16 client_handler_ = new ClientHandlerOsr(this, osr_window_.get(), startup_url); in BrowserWindowOsrWin()
Dbrowser_window_osr_mac.h22 public ClientHandlerOsr::OsrDelegate {
Dosr_window_win.h29 public ClientHandlerOsr::OsrDelegate
Dbrowser_window_osr_gtk.h21 public ClientHandlerOsr::OsrDelegate {
Dbrowser_window_osr_mac.mm1304 // ClientHandlerOsr::OsrDelegate methods.
1492 // Detach |this| from the ClientHandlerOsr.
1493 static_cast<ClientHandlerOsr*>(browser_window_.client_handler_.get())
1766 client_handler_ = new ClientHandlerOsr(this, this, startup_url);
Dbrowser_window_osr_gtk.cc954 client_handler_ = new ClientHandlerOsr(this, this, startup_url); in BrowserWindowOsrGtk()
1114 static_cast<ClientHandlerOsr*>(client_handler_.get())->DetachOsrDelegate(); in OnBeforeClose()
Dosr_window_win.cc933 static_cast<ClientHandlerOsr*>(browser_->GetHost()->GetClient().get()) in OnBeforeClose()