Home
last modified time | relevance | path

Searched refs:CefClient (Results 1 – 25 of 102) sorted by relevance

12345

/third_party/cef/libcef/browser/
Dbrowser_host_create.cc18 CefRefPtr<CefClient> client, in CreateBrowserHelper()
36 CefRefPtr<CefClient> client_;
48 CefRefPtr<CefClient> client, in CreateBrowser()
105 CefRefPtr<CefClient> client, in CreateBrowserSync()
Dbrowser_host_base.h64 CefRefPtr<CefClient> client;
132 CefRefPtr<CefClient> client,
154 CefRefPtr<CefClient> GetClient() override;
246 CefRefPtr<CefClient> client() const { return client_; } in client()
288 CefRefPtr<CefClient> client_;
Djavascript_dialog_manager.cc91 CefRefPtr<CefClient> client = browser_->GetClient(); in RunJavaScriptDialog()
156 CefRefPtr<CefClient> client = browser_->GetClient(); in RunBeforeUnloadDialog()
200 CefRefPtr<CefClient> client = browser_->GetClient(); in CancelDialogs()
219 CefRefPtr<CefClient> client = browser_->GetClient(); in DialogClosed()
Dbrowser_info_manager.h98 CefRefPtr<CefClient>& client,
177 CefRefPtr<CefClient> client;
Dmenu_manager.cc145 CefRefPtr<CefClient> client = browser_->GetClient(); in CreateContextMenu()
210 CefRefPtr<CefClient> client = browser_->GetClient(); in ExecuteCommand()
261 CefRefPtr<CefClient> client = browser_->GetClient(); in MenuClosed()
Dbrowser_contents_delegate.h23 class CefClient; variable
166 CefRefPtr<CefClient> client() const;
/third_party/cef/include/
Dcef_extension_handler.h46 class CefClient; variable
114 CefRefPtr<CefClient>& client, in OnBeforeBackgroundBrowser()
141 CefRefPtr<CefClient>& client, in OnBeforeBrowser()
Dcef_browser.h52 class CefClient; variable
302 CefRefPtr<CefClient> client,
320 CefRefPtr<CefClient> client,
390 virtual CefRefPtr<CefClient> GetClient() = 0;
514 CefRefPtr<CefClient> client,
Dcef_life_span_handler.h44 class CefClient; variable
90 CefRefPtr<CefClient>& client, in OnBeforePopup()
Dcef_browser_process_handler.h95 virtual CefRefPtr<CefClient> GetDefaultClient() { return nullptr; } in GetDefaultClient()
/third_party/cef/tests/ceftests/
Dosr_display_unittest.cc187 OsrPopupJSOtherClientTestHandler(CefRefPtr<CefClient> other) { in OsrPopupJSOtherClientTestHandler()
226 CefRefPtr<CefClient>& client, in OnBeforePopup()
309 CefRefPtr<CefClient> other_;
314 class OsrPopupJSOtherCefClient : public CefClient,
362 CefRefPtr<CefClient>& client, in OnBeforePopup()
/third_party/cef/libcef_dll/cpptoc/
Dextension_handler_cpptoc.cc112 CefRefPtr<CefClient> clientPtr; in extension_handler_on_before_background_browser()
115 CefClient* clientOrig = clientPtr.get(); in extension_handler_on_before_background_browser()
197 CefRefPtr<CefClient> clientPtr; in extension_handler_on_before_browser()
200 CefClient* clientOrig = clientPtr.get(); in extension_handler_on_before_browser()
Dclient_cpptoc.cc358 CefRefPtr<CefClient>
359 CefCppToCRefCounted<CefClientCppToC, CefClient, cef_client_t>::UnwrapDerived( in UnwrapDerived()
367 CefWrapperType CefCppToCRefCounted<CefClientCppToC, CefClient, cef_client_t>::
Dlife_span_handler_cpptoc.cc90 CefRefPtr<CefClient> clientPtr; in life_span_handler_on_before_popup()
93 CefClient* clientOrig = clientPtr.get(); in life_span_handler_on_before_popup()
Dclient_cpptoc.h30 : public CefCppToCRefCounted<CefClientCppToC, CefClient, cef_client_t> {
/third_party/cef/libcef_dll/ctocpp/
Dextension_handler_ctocpp.h45 CefRefPtr<CefClient>& client,
54 CefRefPtr<CefClient>& client,
Dclient_ctocpp.cc323 CefCToCppRefCounted<CefClientCToCpp, CefClient, cef_client_t>::UnwrapDerived( in UnwrapDerived()
325 CefClient* c) { in UnwrapDerived()
331 CefWrapperType CefCToCppRefCounted<CefClientCToCpp, CefClient, cef_client_t>::
Dbrowser_host_ctocpp.h47 CefRefPtr<CefClient> GetClient() override;
73 CefRefPtr<CefClient> client,
/third_party/cef/libcef/browser/views/
Dbrowser_view_impl.cc20 CefRefPtr<CefClient> client, in CreateBrowserView()
44 CefRefPtr<CefClient> client, in Create()
215 CefRefPtr<CefClient> client, in SetPendingBrowserCreateParams()
Dbrowser_view_impl.h34 CefRefPtr<CefClient> client,
87 CefRefPtr<CefClient> client,
/third_party/cef/tests/cefclient/browser/
Dviews_window.h76 virtual Delegate* GetDelegateForPopup(CefRefPtr<CefClient> client) = 0;
99 CefRefPtr<CefClient> client,
128 CefRefPtr<CefClient> client,
Droot_window_views.h38 CefRefPtr<CefClient>& client,
63 CefRefPtr<CefClient> client) override;
/third_party/cef/libcef/browser/chrome/
Dchrome_browser_host_impl.h83 CefRefPtr<CefClient> client,
134 CefRefPtr<CefClient> client,
/third_party/cef/libcef/browser/alloy/
Dalloy_browser_host_impl.h103 CefRefPtr<CefClient> client,
312 CefRefPtr<CefClient> client,
324 CefRefPtr<CefClient> client,
/third_party/cef/tests/cefsimple/
Dsimple_app.h22 CefRefPtr<CefClient> GetDefaultClient() override;

12345