/third_party/cef/libcef/common/ |
D | app_manager.cc | 23 CefAppManager* g_manager = nullptr; 28 CefAppManager* CefAppManager::Get() { in Get() 32 CefAppManager::CefAppManager() { in CefAppManager() function in CefAppManager 38 CefAppManager::~CefAppManager() { in ~CefAppManager() 42 void CefAppManager::AddCustomScheme(CefSchemeInfo* scheme_info) { in AddCustomScheme() 58 bool CefAppManager::HasCustomScheme(const std::string& scheme_name) { in HasCustomScheme() 72 const CefAppManager::SchemeInfoList* CefAppManager::GetCustomSchemes() { in GetCustomSchemes() 77 void CefAppManager::AddAdditionalSchemes( in AddAdditionalSchemes() 94 const wchar_t* CefAppManager::GetResourceDllName() { in GetResourceDllName()
|
D | app_manager.h | 22 class CefAppManager { 24 CefAppManager(const CefAppManager&) = delete; 25 CefAppManager& operator=(const CefAppManager&) = delete; 28 static CefAppManager* Get(); 63 CefAppManager(); 64 virtual ~CefAppManager();
|
D | resource_bundle_delegate.cc | 46 auto application = CefAppManager::Get()->GetApplication(); in GetRawDataResource() 71 auto application = CefAppManager::Get()->GetApplication(); in GetLocalizedString()
|
D | urlrequest_impl.cc | 30 auto content_client = CefAppManager::Get()->GetContentClient(); in Create()
|
D | scheme_registrar_impl.cc | 63 CefAppManager::Get()->AddCustomScheme(&scheme_info); in AddCustomScheme()
|
/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 | render_manager.cc | 235 const CefAppManager::SchemeInfoList* schemes = in WebKitInitialized() 236 CefAppManager::Get()->GetCustomSchemes(); in WebKitInitialized() 240 CefAppManager::SchemeInfoList::const_iterator it = schemes->begin(); in WebKitInitialized() 274 CefRefPtr<CefApp> application = CefAppManager::Get()->GetApplication(); in WebKitInitialized() 343 CefRefPtr<CefApp> application = CefAppManager::Get()->GetApplication(); in MaybeCreateBrowser()
|
D | browser_impl.cc | 350 CefRefPtr<CefApp> app = CefAppManager::Get()->GetApplication(); in OnDestruct() 378 CefRefPtr<CefApp> app = CefAppManager::Get()->GetApplication(); in OnLoadingStateChange()
|
D | frame_impl.cc | 345 CefRefPtr<CefApp> app = CefAppManager::Get()->GetApplication(); in OnDidFinishLoad() 595 if (auto app = CefAppManager::Get()->GetApplication()) { in SendMessage()
|
/third_party/cef/libcef/common/chrome/ |
D | chrome_content_client_cef.cc | 15 CefAppManager::Get()->AddAdditionalSchemes(schemes); in AddAdditionalSchemes()
|
D | chrome_main_delegate_cef.h | 24 public CefAppManager,
|
/third_party/cef/libcef/browser/alloy/ |
D | chrome_profile_manager_alloy.cc | 26 CefAppManager::Get()->GetGlobalRequestContext().get()); in GetActiveBrowserContext()
|
/third_party/cef/libcef/common/net/ |
D | scheme_registration.cc | 52 CefAppManager::Get()->AddCustomScheme(&internal_schemes[i]); in AddInternalSchemes()
|
/third_party/cef/libcef/browser/ |
D | browser_message_loop.cc | 96 CefRefPtr<CefApp> app = CefAppManager::Get()->GetApplication(); in GetBrowserProcessHandler()
|
D | request_context_impl.cc | 584 CefAppManager::Get()->GetGlobalRequestContext().get()); in GetOrCreateRequestContext() 639 browser_context_ = CefAppManager::Get()->CreateNewBrowserContext( in Initialize()
|
D | menu_manager.cc | 29 CefAppManager::Get()->GetContentClient()->GetLocalizedString(message_id); in GetLabel()
|
/third_party/cef/libcef/common/alloy/ |
D | alloy_main_delegate.h | 31 public CefAppManager,
|
D | alloy_content_client.cc | 107 CefAppManager::Get()->AddAdditionalSchemes(schemes); in AddAdditionalSchemes()
|
D | alloy_main_delegate.cc | 518 ::GetModuleHandle(CefAppManager::Get()->GetResourceDllName()); in InitializeResourceBundle()
|
/third_party/cef/libcef/browser/net_service/ |
D | url_loader_factory_getter.cc | 61 auto browser_client = CefAppManager::Get()->GetContentClient()->browser(); in Create()
|
/third_party/cef/libcef/browser/native/ |
D | cursor_util_win.cc | 151 ::GetModuleHandle(CefAppManager::Get()->GetResourceDllName()); in GetPlatformCursor()
|
/third_party/cef/libcef/browser/chrome/ |
D | chrome_browser_delegate.cc | 244 if (auto app = CefAppManager::Get()->GetApplication()) { in CreateBrowser()
|
D | chrome_content_browser_client_cef.cc | 132 CefRefPtr<CefApp> app = CefAppManager::Get()->GetApplication(); in AppendExtraCommandLineSwitches()
|
/third_party/cef/libcef/renderer/alloy/ |
D | alloy_content_renderer_client.cc | 131 CefAppManager::Get()->GetContentClient()->renderer()); in Get()
|
/third_party/cef/libcef/browser/net/ |
D | chrome_scheme_handler.cc | 395 CefAppManager::Get()->GetContentClient()->browser()->GetUserAgent()); in OnVersionUI()
|