Home
last modified time | relevance | path

Searched refs:CefAppManager (Results 1 – 25 of 30) sorted by relevance

12

/third_party/cef/libcef/common/
Dapp_manager.cc23 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()
Dapp_manager.h22 class CefAppManager {
24 CefAppManager(const CefAppManager&) = delete;
25 CefAppManager& operator=(const CefAppManager&) = delete;
28 static CefAppManager* Get();
63 CefAppManager();
64 virtual ~CefAppManager();
Dresource_bundle_delegate.cc46 auto application = CefAppManager::Get()->GetApplication(); in GetRawDataResource()
71 auto application = CefAppManager::Get()->GetApplication(); in GetLocalizedString()
Durlrequest_impl.cc30 auto content_client = CefAppManager::Get()->GetContentClient(); in Create()
Dscheme_registrar_impl.cc63 CefAppManager::Get()->AddCustomScheme(&scheme_info); in AddCustomScheme()
/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()
Drender_manager.cc235 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()
Dbrowser_impl.cc350 CefRefPtr<CefApp> app = CefAppManager::Get()->GetApplication(); in OnDestruct()
378 CefRefPtr<CefApp> app = CefAppManager::Get()->GetApplication(); in OnLoadingStateChange()
Dframe_impl.cc345 CefRefPtr<CefApp> app = CefAppManager::Get()->GetApplication(); in OnDidFinishLoad()
595 if (auto app = CefAppManager::Get()->GetApplication()) { in SendMessage()
/third_party/cef/libcef/common/chrome/
Dchrome_content_client_cef.cc15 CefAppManager::Get()->AddAdditionalSchemes(schemes); in AddAdditionalSchemes()
Dchrome_main_delegate_cef.h24 public CefAppManager,
/third_party/cef/libcef/browser/alloy/
Dchrome_profile_manager_alloy.cc26 CefAppManager::Get()->GetGlobalRequestContext().get()); in GetActiveBrowserContext()
/third_party/cef/libcef/common/net/
Dscheme_registration.cc52 CefAppManager::Get()->AddCustomScheme(&internal_schemes[i]); in AddInternalSchemes()
/third_party/cef/libcef/browser/
Dbrowser_message_loop.cc96 CefRefPtr<CefApp> app = CefAppManager::Get()->GetApplication(); in GetBrowserProcessHandler()
Drequest_context_impl.cc584 CefAppManager::Get()->GetGlobalRequestContext().get()); in GetOrCreateRequestContext()
639 browser_context_ = CefAppManager::Get()->CreateNewBrowserContext( in Initialize()
Dmenu_manager.cc29 CefAppManager::Get()->GetContentClient()->GetLocalizedString(message_id); in GetLabel()
/third_party/cef/libcef/common/alloy/
Dalloy_main_delegate.h31 public CefAppManager,
Dalloy_content_client.cc107 CefAppManager::Get()->AddAdditionalSchemes(schemes); in AddAdditionalSchemes()
Dalloy_main_delegate.cc518 ::GetModuleHandle(CefAppManager::Get()->GetResourceDllName()); in InitializeResourceBundle()
/third_party/cef/libcef/browser/net_service/
Durl_loader_factory_getter.cc61 auto browser_client = CefAppManager::Get()->GetContentClient()->browser(); in Create()
/third_party/cef/libcef/browser/native/
Dcursor_util_win.cc151 ::GetModuleHandle(CefAppManager::Get()->GetResourceDllName()); in GetPlatformCursor()
/third_party/cef/libcef/browser/chrome/
Dchrome_browser_delegate.cc244 if (auto app = CefAppManager::Get()->GetApplication()) { in CreateBrowser()
Dchrome_content_browser_client_cef.cc132 CefRefPtr<CefApp> app = CefAppManager::Get()->GetApplication(); in AppendExtraCommandLineSwitches()
/third_party/cef/libcef/renderer/alloy/
Dalloy_content_renderer_client.cc131 CefAppManager::Get()->GetContentClient()->renderer()); in Get()
/third_party/cef/libcef/browser/net/
Dchrome_scheme_handler.cc395 CefAppManager::Get()->GetContentClient()->browser()->GetUserAgent()); in OnVersionUI()

12