Home
last modified time | relevance | path

Searched refs:CefApp (Results 1 – 25 of 38) sorted by relevance

12

/third_party/cef/include/
Dcef_app.h48 class CefApp; variable
65 CefRefPtr<CefApp> application,
79 CefRefPtr<CefApp> application,
145 class CefApp : public virtual CefBaseRefCounted {
/third_party/cef/libcef/common/chrome/
Dchrome_main_delegate_cef.h31 CefRefPtr<CefApp> application);
54 CefRefPtr<CefApp> GetApplication() override { return application_; } in GetApplication()
79 CefRefPtr<CefApp> application_;
Dchrome_main_runner_delegate.h25 CefRefPtr<CefApp> application);
50 CefRefPtr<CefApp> application_;
Dchrome_main_runner_delegate.cc20 CefRefPtr<CefApp> application) in ChromeMainRunnerDelegate()
/third_party/cef/libcef/renderer/
Drender_frame_observer.cc90 CefRefPtr<CefApp> application = CefAppManager::Get()->GetApplication(); in FocusedElementChanged()
132 CefRefPtr<CefApp> application = CefAppManager::Get()->GetApplication(); in DidCreateScriptContext()
161 CefRefPtr<CefApp> application = CefAppManager::Get()->GetApplication(); in WillReleaseScriptContext()
212 CefRefPtr<CefApp> app = CefAppManager::Get()->GetApplication(); in OnLoadStart()
228 CefRefPtr<CefApp> app = CefAppManager::Get()->GetApplication(); in OnLoadError()
Dbrowser_impl.cc350 CefRefPtr<CefApp> app = CefAppManager::Get()->GetApplication(); in OnDestruct()
378 CefRefPtr<CefApp> app = CefAppManager::Get()->GetApplication(); in OnLoadingStateChange()
Drender_manager.cc274 CefRefPtr<CefApp> application = CefAppManager::Get()->GetApplication(); in WebKitInitialized()
343 CefRefPtr<CefApp> application = CefAppManager::Get()->GetApplication(); in MaybeCreateBrowser()
/third_party/cef/libcef_dll/ctocpp/
Dapp_ctocpp.cc125 cef_app_t* CefCToCppRefCounted<CefAppCToCpp, CefApp, cef_app_t>::UnwrapDerived( in UnwrapDerived()
127 CefApp* c) { in UnwrapDerived()
134 CefCToCppRefCounted<CefAppCToCpp, CefApp, cef_app_t>::kWrapperType = WT_APP;
Dapp_ctocpp.h30 : public CefCToCppRefCounted<CefAppCToCpp, CefApp, cef_app_t> {
/third_party/cef/libcef_dll/cpptoc/
Dapp_cpptoc.cc133 CefRefPtr<CefApp>
134 CefCppToCRefCounted<CefAppCppToC, CefApp, cef_app_t>::UnwrapDerived( in UnwrapDerived()
143 CefCppToCRefCounted<CefAppCppToC, CefApp, cef_app_t>::kWrapperType = WT_APP;
Dapp_cpptoc.h30 : public CefCppToCRefCounted<CefAppCppToC, CefApp, cef_app_t> {
/third_party/cef/libcef/common/alloy/
Dalloy_main_delegate.h38 CefRefPtr<CefApp> application);
63 CefRefPtr<CefApp> GetApplication() override { return application_; } in GetApplication()
87 CefRefPtr<CefApp> application_;
Dalloy_main_runner_delegate.h23 CefRefPtr<CefApp> application);
45 CefRefPtr<CefApp> application_;
Dalloy_main_runner_delegate.cc17 CefRefPtr<CefApp> application) in AlloyMainRunnerDelegate()
/third_party/cef/libcef/browser/
Dcontext.h45 CefRefPtr<CefApp> application,
108 CefRefPtr<CefApp> application_;
Dmain_runner.h39 CefRefPtr<CefApp> application,
54 CefRefPtr<CefApp> application,
Dcontext.cc176 CefRefPtr<CefApp> application, in CefExecuteProcess()
192 CefRefPtr<CefApp> application, in CefInitialize()
320 CefRefPtr<CefApp> application, in Initialize()
475 [](CefRefPtr<CefApp> app) { in OnContextInitialized()
Dmain_runner.cc56 CefRefPtr<CefApp> application) { in MakeDelegate()
226 CefRefPtr<CefApp> application, in Initialize()
301 CefRefPtr<CefApp> application, in RunAsHelperProcess()
Dbrowser_message_loop.cc96 CefRefPtr<CefApp> app = CefAppManager::Get()->GetApplication(); in GetBrowserProcessHandler()
/third_party/cef/tests/cefsimple/
Dsimple_app.h11 class SimpleApp : public CefApp, public CefBrowserProcessHandler {
/third_party/cef/tests/shared/common/
Dclient_app.h16 class ClientApp : public CefApp {
/third_party/cef/tests/shared/
Dprocess_helper_mac.cc41 CefRefPtr<CefApp> app; in RunMain()
/third_party/cef/libcef/common/
Dapp_manager.h32 virtual CefRefPtr<CefApp> GetApplication() = 0;
/third_party/cef/tests/cefclient/browser/
Dmain_context_impl.h44 CefRefPtr<CefApp> application,
/third_party/cef/tests/cefclient/
Dcefclient_win.cc57 CefRefPtr<CefApp> app; in RunMain()

12