Home
last modified time | relevance | path

Searched defs:NotifyBrowserCreated (Results 1 – 4 of 4) sorted by relevance

/third_party/cef/libcef/browser/chrome/views/
Dbrowser_platform_delegate_chrome_views.cc76 void CefBrowserPlatformDelegateChromeViews::NotifyBrowserCreated() { in NotifyBrowserCreated() function in CefBrowserPlatformDelegateChromeViews
/third_party/cef/libcef/browser/views/
Dbrowser_platform_delegate_views.cc92 void CefBrowserPlatformDelegateViews::NotifyBrowserCreated() { in NotifyBrowserCreated() function in CefBrowserPlatformDelegateViews
/third_party/cef/libcef/browser/
Dbrowser_platform_delegate.cc90 void CefBrowserPlatformDelegate::NotifyBrowserCreated() {} in NotifyBrowserCreated() function in CefBrowserPlatformDelegate
/third_party/cef/tests/cefclient/browser/
Dclient_handler.cc1059 void ClientHandler::NotifyBrowserCreated(CefRefPtr<CefBrowser> browser) { in NotifyBrowserCreated() function in client::ClientHandler