Searched refs:ClientHandlerOsr (Results 1 – 9 of 9) sorted by relevance
/third_party/cef/tests/cefclient/browser/ |
D | client_handler_osr.cc | 13 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 …]
|
D | client_handler_osr.h | 15 class ClientHandlerOsr : public ClientHandler, 78 ClientHandlerOsr(Delegate* delegate, 145 IMPLEMENT_REFCOUNTING(ClientHandlerOsr); 146 DISALLOW_COPY_AND_ASSIGN(ClientHandlerOsr);
|
D | browser_window_osr_win.cc | 16 client_handler_ = new ClientHandlerOsr(this, osr_window_.get(), startup_url); in BrowserWindowOsrWin()
|
D | browser_window_osr_mac.h | 22 public ClientHandlerOsr::OsrDelegate {
|
D | osr_window_win.h | 29 public ClientHandlerOsr::OsrDelegate
|
D | browser_window_osr_gtk.h | 21 public ClientHandlerOsr::OsrDelegate {
|
D | browser_window_osr_mac.mm | 1304 // 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);
|
D | browser_window_osr_gtk.cc | 954 client_handler_ = new ClientHandlerOsr(this, this, startup_url); in BrowserWindowOsrGtk() 1114 static_cast<ClientHandlerOsr*>(client_handler_.get())->DetachOsrDelegate(); in OnBeforeClose()
|
D | osr_window_win.cc | 933 static_cast<ClientHandlerOsr*>(browser_->GetHost()->GetClient().get()) in OnBeforeClose()
|