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

12345

/external/chromium_org/chrome/browser/profiles/
H A Dchrome_browser_main_extra_parts_profiles.cc232 extensions::ActivityLogAPI::GetFactoryInstance();
233 extensions::AlarmManager::GetFactoryInstance();
235 GetFactoryInstance();
237 GetFactoryInstance();
239 GetFactoryInstance();
241 GetFactoryInstance();
242 extensions::ApiResourceManager<extensions::Socket>::GetFactoryInstance();
244 GetFactoryInstance();
245 extensions::api::TCPServerSocketEventDispatcher::GetFactoryInstance();
246 extensions::api::TCPSocketEventDispatcher::GetFactoryInstance();
[all...]
/external/chromium_org/chrome/browser/chromeos/extensions/
H A Dmedia_player_api.cc34 ProfileKeyedAPIFactory<MediaPlayerAPI>* MediaPlayerAPI::GetFactoryInstance() { function in class:extensions::MediaPlayerAPI
H A Dmedia_player_api.h32 static ProfileKeyedAPIFactory<MediaPlayerAPI>* GetFactoryInstance();
H A Dinput_method_api.h61 static ProfileKeyedAPIFactory<InputMethodAPI>* GetFactoryInstance();
H A Dscreenlock_private_api.h59 GetFactoryInstance();
/external/chromium_org/chrome/browser/extensions/signin/
H A Dgaia_auth_extension_loader.h29 static ProfileKeyedAPIFactory<GaiaAuthExtensionLoader>* GetFactoryInstance();
/external/chromium_org/chrome/browser/extensions/api/audio/
H A Daudio_api.cc21 ProfileKeyedAPIFactory<AudioAPI>* AudioAPI::GetFactoryInstance() { function in class:extensions::AudioAPI
53 AudioAPI::GetFactoryInstance()->GetForProfile(GetProfile())->GetService();
76 AudioAPI::GetFactoryInstance()->GetForProfile(GetProfile())->GetService();
89 AudioAPI::GetFactoryInstance()->GetForProfile(GetProfile())->GetService();
H A Daudio_api.h25 static ProfileKeyedAPIFactory<AudioAPI>* GetFactoryInstance();
/external/chromium_org/chrome/browser/extensions/api/spellcheck/
H A Dspellcheck_api.h23 static ProfileKeyedAPIFactory<SpellcheckAPI>* GetFactoryInstance();
/external/chromium_org/chrome/browser/extensions/api/system_info/
H A Dsystem_info_api.h19 static ProfileKeyedAPIFactory<SystemInfoAPI>* GetFactoryInstance();
/external/chromium_org/chrome/browser/extensions/api/usb/
H A Dusb_device_resource.cc29 ApiResourceManager<UsbDeviceResource>::GetFactoryInstance() { function in class:extensions::ApiResourceManager
/external/chromium_org/chrome/browser/extensions/
H A Dextension_web_ui_override_registrar.h25 GetFactoryInstance();
H A Dextension_commands_global_registry.h39 ExtensionCommandsGlobalRegistry>* GetFactoryInstance();
H A Dextension_web_ui_override_registrar.cc51 ExtensionWebUIOverrideRegistrar::GetFactoryInstance() { function in class:extensions::ExtensionWebUIOverrideRegistrar
H A Dplugin_manager.h25 static ProfileKeyedAPIFactory<PluginManager>* GetFactoryInstance();
/external/chromium_org/chrome/browser/extensions/api/messaging/
H A Dincognito_connectability.h77 static ProfileKeyedAPIFactory<IncognitoConnectability>* GetFactoryInstance();
/external/chromium_org/chrome/browser/extensions/api/preference/
H A Dchrome_direct_setting_api.h28 static ProfileKeyedAPIFactory<ChromeDirectSettingAPI>* GetFactoryInstance();
/external/chromium_org/chrome/browser/extensions/api/tabs/
H A Dtabs_windows_api.h32 static ProfileKeyedAPIFactory<TabsWindowsAPI>* GetFactoryInstance();
/external/chromium_org/chrome/browser/extensions/api/sockets_tcp_server/
H A Dsockets_tcp_server_api_unittest.cc48 ApiResourceManager<ResumableTCPSocket>::GetFactoryInstance()->
52 ApiResourceManager<ResumableTCPServerSocket>::GetFactoryInstance()->
/external/chromium_org/chrome/browser/extensions/api/streams_private/
H A Dstreams_private_api.cc33 return GetFactoryInstance()->GetForProfile(profile);
79 StreamsPrivateAPI::GetFactoryInstance() { function in class:extensions::StreamsPrivateAPI
/external/chromium_org/chrome/browser/extensions/api/activity_log_private/
H A Dactivity_log_private_api.h32 static ProfileKeyedAPIFactory<ActivityLogAPI>* GetFactoryInstance();
/external/chromium_org/chrome/browser/extensions/api/feedback_private/
H A Dfeedback_browsertest.cc76 extensions::FeedbackPrivateAPI::GetFactoryInstance()->GetForProfile(
H A Dfeedback_private_api.cc49 FeedbackPrivateAPI::GetFactoryInstance() { function in class:extensions::FeedbackPrivateAPI
137 FeedbackService* service = FeedbackPrivateAPI::GetFactoryInstance()
148 FeedbackService* service = FeedbackPrivateAPI::GetFactoryInstance()
217 FeedbackService* service = FeedbackPrivateAPI::GetFactoryInstance()
H A Dfeedback_private_api.h32 static ProfileKeyedAPIFactory<FeedbackPrivateAPI>* GetFactoryInstance();
/external/chromium_org/chrome/browser/extensions/api/input/
H A Dinput.h102 static ProfileKeyedAPIFactory<InputAPI>* GetFactoryInstance();

Completed in 462 milliseconds

12345