Home
last modified time | relevance | path

Searched refs:GetFactoryInstance (Results 1 – 25 of 125) sorted by relevance

12345

/external/chromium_org/chrome/browser/profiles/
Dchrome_browser_main_extra_parts_profiles.cc232 extensions::ActivityLogAPI::GetFactoryInstance(); in EnsureBrowserContextKeyedServiceFactoriesBuilt()
233 extensions::AlarmManager::GetFactoryInstance(); in EnsureBrowserContextKeyedServiceFactoriesBuilt()
235 GetFactoryInstance(); in EnsureBrowserContextKeyedServiceFactoriesBuilt()
237 GetFactoryInstance(); in EnsureBrowserContextKeyedServiceFactoriesBuilt()
239 GetFactoryInstance(); in EnsureBrowserContextKeyedServiceFactoriesBuilt()
241 GetFactoryInstance(); in EnsureBrowserContextKeyedServiceFactoriesBuilt()
242 extensions::ApiResourceManager<extensions::Socket>::GetFactoryInstance(); in EnsureBrowserContextKeyedServiceFactoriesBuilt()
244 GetFactoryInstance(); in EnsureBrowserContextKeyedServiceFactoriesBuilt()
245 extensions::api::TCPServerSocketEventDispatcher::GetFactoryInstance(); in EnsureBrowserContextKeyedServiceFactoriesBuilt()
246 extensions::api::TCPSocketEventDispatcher::GetFactoryInstance(); in EnsureBrowserContextKeyedServiceFactoriesBuilt()
[all …]
/external/chromium_org/chrome/browser/extensions/api/audio/
Daudio_api.cc21 ProfileKeyedAPIFactory<AudioAPI>* AudioAPI::GetFactoryInstance() { in GetFactoryInstance() function in extensions::AudioAPI
53 AudioAPI::GetFactoryInstance()->GetForProfile(GetProfile())->GetService(); in RunImpl()
76 AudioAPI::GetFactoryInstance()->GetForProfile(GetProfile())->GetService(); in RunImpl()
89 AudioAPI::GetFactoryInstance()->GetForProfile(GetProfile())->GetService(); in RunImpl()
Daudio_api.h25 static ProfileKeyedAPIFactory<AudioAPI>* GetFactoryInstance();
/external/chromium_org/chrome/browser/extensions/api/identity/
Didentity_api.cc157 extensions::IdentityAPI::GetFactoryInstance()->GetForProfile( in StartSigninFlow()
173 extensions::IdentityAPI::GetFactoryInstance()->GetForProfile( in StartMintTokenFlow()
201 extensions::IdentityAPI::GetFactoryInstance() in CompleteMintTokenFlow()
211 IdentityAPI::GetFactoryInstance()->GetForProfile(GetProfile()); in StartMintToken()
271 IdentityAPI::GetFactoryInstance() in OnMintTokenSuccess()
288 extensions::IdentityAPI::GetFactoryInstance() in OnMintTokenFailure()
308 IdentityAPI::GetFactoryInstance() in OnIssueAdviceSuccess()
375 IdentityAPI::GetFactoryInstance() in OnGaiaFlowCompleted()
533 IdentityAPI::GetFactoryInstance() in RunImpl()
731 ProfileKeyedAPIFactory<IdentityAPI>* IdentityAPI::GetFactoryInstance() { in GetFactoryInstance() function in extensions::IdentityAPI
/external/chromium_org/chrome/browser/extensions/api/feedback_private/
Dfeedback_private_api.cc49 FeedbackPrivateAPI::GetFactoryInstance() { in GetFactoryInstance() function in extensions::FeedbackPrivateAPI
137 FeedbackService* service = FeedbackPrivateAPI::GetFactoryInstance() in RunImpl()
148 FeedbackService* service = FeedbackPrivateAPI::GetFactoryInstance() in RunImpl()
217 FeedbackService* service = FeedbackPrivateAPI::GetFactoryInstance() in RunImpl()
/external/chromium_org/chrome/browser/extensions/api/sockets_tcp_server/
Dsockets_tcp_server_api_unittest.cc48 ApiResourceManager<ResumableTCPSocket>::GetFactoryInstance()-> in SetUp()
52 ApiResourceManager<ResumableTCPServerSocket>::GetFactoryInstance()-> in SetUp()
/external/chromium_org/chrome/browser/extensions/api/streams_private/
Dstreams_private_api.cc33 return GetFactoryInstance()->GetForProfile(profile); in Get()
79 StreamsPrivateAPI::GetFactoryInstance() { in GetFactoryInstance() function in extensions::StreamsPrivateAPI
Dstreams_private_api.h43 static ProfileKeyedAPIFactory<StreamsPrivateAPI>* GetFactoryInstance();
/external/chromium_org/chrome/browser/extensions/signin/
Dgaia_auth_extension_loader.h29 static ProfileKeyedAPIFactory<GaiaAuthExtensionLoader>* GetFactoryInstance();
/external/chromium_org/chrome/browser/chromeos/extensions/
Dmedia_player_api.cc34 ProfileKeyedAPIFactory<MediaPlayerAPI>* MediaPlayerAPI::GetFactoryInstance() { in GetFactoryInstance() function in extensions::MediaPlayerAPI
Dmedia_player_api.h32 static ProfileKeyedAPIFactory<MediaPlayerAPI>* GetFactoryInstance();
Dinput_method_api.h61 static ProfileKeyedAPIFactory<InputMethodAPI>* GetFactoryInstance();
/external/chromium_org/chrome/browser/extensions/api/usb/
Dusb_device_resource.cc29 ApiResourceManager<UsbDeviceResource>::GetFactoryInstance() { in GetFactoryInstance() function in extensions::ApiResourceManager
/external/chromium_org/chrome/browser/extensions/api/system_info/
Dsystem_info_api.h19 static ProfileKeyedAPIFactory<SystemInfoAPI>* GetFactoryInstance();
/external/chromium_org/chrome/browser/extensions/
Dextension_web_ui_override_registrar.h25 GetFactoryInstance();
Dplugin_manager.h25 static ProfileKeyedAPIFactory<PluginManager>* GetFactoryInstance();
Dextension_commands_global_registry.h39 ExtensionCommandsGlobalRegistry>* GetFactoryInstance();
Dextension_web_ui_override_registrar.cc51 ExtensionWebUIOverrideRegistrar::GetFactoryInstance() { in GetFactoryInstance() function in extensions::ExtensionWebUIOverrideRegistrar
/external/chromium_org/chrome/browser/extensions/api/spellcheck/
Dspellcheck_api.h23 static ProfileKeyedAPIFactory<SpellcheckAPI>* GetFactoryInstance();
/external/chromium_org/chrome/browser/extensions/api/tabs/
Dtabs_windows_api.h32 static ProfileKeyedAPIFactory<TabsWindowsAPI>* GetFactoryInstance();
/external/chromium_org/chrome/browser/extensions/api/preference/
Dchrome_direct_setting_api.h28 static ProfileKeyedAPIFactory<ChromeDirectSettingAPI>* GetFactoryInstance();
/external/chromium_org/chrome/browser/extensions/api/messaging/
Dincognito_connectability.h77 static ProfileKeyedAPIFactory<IncognitoConnectability>* GetFactoryInstance();
/external/chromium_org/chrome/browser/extensions/api/mdns/
Dmdns_api.h35 static ProfileKeyedAPIFactory<MDnsAPI>* GetFactoryInstance();
/external/chromium_org/chrome/browser/extensions/api/settings_overrides/
Dsettings_overrides_api.h28 static ProfileKeyedAPIFactory<SettingsOverridesAPI>* GetFactoryInstance();
/external/chromium_org/chrome/browser/extensions/api/
Dprofile_keyed_api_factory.h65 T::GetFactoryInstance()->GetServiceForBrowserContext(profile, true)); in GetForProfile()

12345