HomeSort by relevance Sort by last modified time
    Searched refs:GetFactoryInstance (Results 1 - 25 of 125) sorted by null

1 2 3 4 5

  /external/chromium_org/chrome/browser/profiles/
chrome_browser_main_extra_parts_profiles.cc 232 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/extensions/signin/
gaia_auth_extension_loader.h 29 static ProfileKeyedAPIFactory<GaiaAuthExtensionLoader>* GetFactoryInstance();
  /external/chromium_org/chrome/browser/chromeos/extensions/
media_player_api.cc 34 ProfileKeyedAPIFactory<MediaPlayerAPI>* MediaPlayerAPI::GetFactoryInstance() {
media_player_api.h 32 static ProfileKeyedAPIFactory<MediaPlayerAPI>* GetFactoryInstance();
input_method_api.h 61 static ProfileKeyedAPIFactory<InputMethodAPI>* GetFactoryInstance();
screenlock_private_api.h 59 GetFactoryInstance();
  /external/chromium_org/chrome/browser/extensions/api/spellcheck/
spellcheck_api.h 23 static ProfileKeyedAPIFactory<SpellcheckAPI>* GetFactoryInstance();
  /external/chromium_org/chrome/browser/extensions/api/system_info/
system_info_api.h 19 static ProfileKeyedAPIFactory<SystemInfoAPI>* GetFactoryInstance();
  /external/chromium_org/chrome/browser/extensions/
extension_web_ui_override_registrar.h 25 GetFactoryInstance();
extension_commands_global_registry.h 39 ExtensionCommandsGlobalRegistry>* GetFactoryInstance();
plugin_manager.h 25 static ProfileKeyedAPIFactory<PluginManager>* GetFactoryInstance();
extension_web_ui_override_registrar.cc 51 ExtensionWebUIOverrideRegistrar::GetFactoryInstance() {
  /external/chromium_org/chrome/browser/extensions/api/audio/
audio_api.cc 21 ProfileKeyedAPIFactory<AudioAPI>* AudioAPI::GetFactoryInstance() {
53 AudioAPI::GetFactoryInstance()->GetForProfile(GetProfile())->GetService();
76 AudioAPI::GetFactoryInstance()->GetForProfile(GetProfile())->GetService();
89 AudioAPI::GetFactoryInstance()->GetForProfile(GetProfile())->GetService();
audio_api.h 25 static ProfileKeyedAPIFactory<AudioAPI>* GetFactoryInstance();
  /external/chromium_org/chrome/browser/extensions/api/preference/
chrome_direct_setting_api.h 28 static ProfileKeyedAPIFactory<ChromeDirectSettingAPI>* GetFactoryInstance();
  /external/chromium_org/chrome/browser/extensions/api/tabs/
tabs_windows_api.h 32 static ProfileKeyedAPIFactory<TabsWindowsAPI>* GetFactoryInstance();
  /external/chromium_org/chrome/browser/extensions/api/usb/
usb_device_resource.cc 29 ApiResourceManager<UsbDeviceResource>::GetFactoryInstance() {
  /external/chromium_org/chrome/browser/extensions/api/activity_log_private/
activity_log_private_api.h 32 static ProfileKeyedAPIFactory<ActivityLogAPI>* GetFactoryInstance();
  /external/chromium_org/chrome/browser/extensions/api/input/
input.h 102 static ProfileKeyedAPIFactory<InputAPI>* GetFactoryInstance();
  /external/chromium_org/chrome/browser/extensions/api/mdns/
mdns_api.h 35 static ProfileKeyedAPIFactory<MDnsAPI>* GetFactoryInstance();
  /external/chromium_org/chrome/browser/extensions/api/messaging/
incognito_connectability.h 77 static ProfileKeyedAPIFactory<IncognitoConnectability>* GetFactoryInstance();
  /external/chromium_org/chrome/browser/extensions/api/
profile_keyed_api_factory.h 33 // Users of this factory template must define a GetFactoryInstance()
38 // In the header file, declare GetFactoryInstance(), e.g.:
42 // static ProfileKeyedAPIFactory<ProcessesAPI>* GetFactoryInstance();
51 // ProcessesAPI::GetFactoryInstance() {
65 T::GetFactoryInstance()->GetServiceForBrowserContext(profile, true));
  /external/chromium_org/chrome/browser/extensions/api/settings_overrides/
settings_overrides_api.h 28 static ProfileKeyedAPIFactory<SettingsOverridesAPI>* GetFactoryInstance();
  /external/chromium_org/chrome/browser/extensions/api/streams_private/
streams_private_api.h 43 static ProfileKeyedAPIFactory<StreamsPrivateAPI>* GetFactoryInstance();
  /external/chromium_org/chrome/browser/speech/extension_api/
tts_extension_api.h 72 static ProfileKeyedAPIFactory<TtsAPI>* GetFactoryInstance();

Completed in 609 milliseconds

1 2 3 4 5