/third_party/cef/include/ |
D | cef_app.h | 48 class CefApp; variable 65 CefRefPtr<CefApp> application, 79 CefRefPtr<CefApp> application, 145 class CefApp : public virtual CefBaseRefCounted {
|
/third_party/cef/libcef/common/chrome/ |
D | chrome_main_delegate_cef.h | 31 CefRefPtr<CefApp> application); 54 CefRefPtr<CefApp> GetApplication() override { return application_; } in GetApplication() 79 CefRefPtr<CefApp> application_;
|
D | chrome_main_runner_delegate.h | 25 CefRefPtr<CefApp> application); 50 CefRefPtr<CefApp> application_;
|
D | chrome_main_runner_delegate.cc | 20 CefRefPtr<CefApp> application) in ChromeMainRunnerDelegate()
|
/third_party/cef/libcef/renderer/ |
D | render_frame_observer.cc | 90 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()
|
D | browser_impl.cc | 350 CefRefPtr<CefApp> app = CefAppManager::Get()->GetApplication(); in OnDestruct() 378 CefRefPtr<CefApp> app = CefAppManager::Get()->GetApplication(); in OnLoadingStateChange()
|
D | render_manager.cc | 274 CefRefPtr<CefApp> application = CefAppManager::Get()->GetApplication(); in WebKitInitialized() 343 CefRefPtr<CefApp> application = CefAppManager::Get()->GetApplication(); in MaybeCreateBrowser()
|
/third_party/cef/libcef_dll/ctocpp/ |
D | app_ctocpp.cc | 125 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;
|
D | app_ctocpp.h | 30 : public CefCToCppRefCounted<CefAppCToCpp, CefApp, cef_app_t> {
|
/third_party/cef/libcef_dll/cpptoc/ |
D | app_cpptoc.cc | 133 CefRefPtr<CefApp> 134 CefCppToCRefCounted<CefAppCppToC, CefApp, cef_app_t>::UnwrapDerived( in UnwrapDerived() 143 CefCppToCRefCounted<CefAppCppToC, CefApp, cef_app_t>::kWrapperType = WT_APP;
|
D | app_cpptoc.h | 30 : public CefCppToCRefCounted<CefAppCppToC, CefApp, cef_app_t> {
|
/third_party/cef/libcef/common/alloy/ |
D | alloy_main_delegate.h | 38 CefRefPtr<CefApp> application); 63 CefRefPtr<CefApp> GetApplication() override { return application_; } in GetApplication() 87 CefRefPtr<CefApp> application_;
|
D | alloy_main_runner_delegate.h | 23 CefRefPtr<CefApp> application); 45 CefRefPtr<CefApp> application_;
|
D | alloy_main_runner_delegate.cc | 17 CefRefPtr<CefApp> application) in AlloyMainRunnerDelegate()
|
/third_party/cef/libcef/browser/ |
D | context.h | 45 CefRefPtr<CefApp> application, 108 CefRefPtr<CefApp> application_;
|
D | main_runner.h | 39 CefRefPtr<CefApp> application, 54 CefRefPtr<CefApp> application,
|
D | context.cc | 176 CefRefPtr<CefApp> application, in CefExecuteProcess() 192 CefRefPtr<CefApp> application, in CefInitialize() 320 CefRefPtr<CefApp> application, in Initialize() 475 [](CefRefPtr<CefApp> app) { in OnContextInitialized()
|
D | main_runner.cc | 56 CefRefPtr<CefApp> application) { in MakeDelegate() 226 CefRefPtr<CefApp> application, in Initialize() 301 CefRefPtr<CefApp> application, in RunAsHelperProcess()
|
D | browser_message_loop.cc | 96 CefRefPtr<CefApp> app = CefAppManager::Get()->GetApplication(); in GetBrowserProcessHandler()
|
/third_party/cef/tests/cefsimple/ |
D | simple_app.h | 11 class SimpleApp : public CefApp, public CefBrowserProcessHandler {
|
/third_party/cef/tests/shared/common/ |
D | client_app.h | 16 class ClientApp : public CefApp {
|
/third_party/cef/tests/shared/ |
D | process_helper_mac.cc | 41 CefRefPtr<CefApp> app; in RunMain()
|
/third_party/cef/libcef/common/ |
D | app_manager.h | 32 virtual CefRefPtr<CefApp> GetApplication() = 0;
|
/third_party/cef/tests/cefclient/browser/ |
D | main_context_impl.h | 44 CefRefPtr<CefApp> application,
|
/third_party/cef/tests/cefclient/ |
D | cefclient_win.cc | 57 CefRefPtr<CefApp> app; in RunMain()
|