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

1 2 3 4 5 6 7

  /external/chromium_org/chrome/browser/extensions/api/hid/
hid_connection_resource.cc 18 BrowserContextKeyedAPIFactory<ApiResourceManager<HidConnectionResource> > >
23 BrowserContextKeyedAPIFactory<ApiResourceManager<HidConnectionResource> >*
hid_device_manager.h 28 static BrowserContextKeyedAPIFactory<HidDeviceManager>* GetFactoryInstance();
32 return BrowserContextKeyedAPIFactory<HidDeviceManager>::Get(context);
41 friend class BrowserContextKeyedAPIFactory<HidDeviceManager>;
  /external/chromium_org/extensions/browser/
browser_context_keyed_api_factory.h 17 class BrowserContextKeyedAPIFactory;
19 // Instantiations of BrowserContextKeyedAPIFactory should use this base class
22 // be accessible to the BrowserContextKeyedAPIFactory for the service.
25 // Defaults for flags that control BrowserContextKeyedAPIFactory behavior.
54 // static BrowserContextKeyedAPIFactory<HistoryAPI>* GetFactoryInstance();
58 // static base::LazyInstance<BrowserContextKeyedAPIFactory<HistoryAPI> >
62 // BrowserContextKeyedAPIFactory<HistoryAPI>*
72 class BrowserContextKeyedAPIFactory : public BrowserContextKeyedServiceFactory {
85 // void BrowserContextKeyedAPIFactory<
94 BrowserContextKeyedAPIFactory()
    [all...]
  /external/chromium_org/chrome/browser/chromeos/extensions/
media_player_api.cc 21 return BrowserContextKeyedAPIFactory<MediaPlayerAPI>::Get(context);
31 static base::LazyInstance<BrowserContextKeyedAPIFactory<MediaPlayerAPI> >
35 BrowserContextKeyedAPIFactory<MediaPlayerAPI>*
media_player_api.h 34 static BrowserContextKeyedAPIFactory<MediaPlayerAPI>* GetFactoryInstance();
37 friend class BrowserContextKeyedAPIFactory<MediaPlayerAPI>;
input_method_api.h 78 static BrowserContextKeyedAPIFactory<InputMethodAPI>* GetFactoryInstance();
88 friend class BrowserContextKeyedAPIFactory<InputMethodAPI>;
  /external/chromium_org/chrome/browser/extensions/api/spellcheck/
spellcheck_api.h 22 static BrowserContextKeyedAPIFactory<SpellcheckAPI>* GetFactoryInstance();
25 friend class BrowserContextKeyedAPIFactory<SpellcheckAPI>;
48 void BrowserContextKeyedAPIFactory<SpellcheckAPI>::DeclareFactoryDependencies();
  /external/chromium_org/chrome/browser/extensions/api/system_info/
system_info_api.h 19 static BrowserContextKeyedAPIFactory<SystemInfoAPI>* GetFactoryInstance();
32 friend class BrowserContextKeyedAPIFactory<SystemInfoAPI>;
  /external/chromium_org/chrome/browser/extensions/signin/
gaia_auth_extension_loader.h 31 static BrowserContextKeyedAPIFactory<GaiaAuthExtensionLoader>*
35 friend class BrowserContextKeyedAPIFactory<GaiaAuthExtensionLoader>;
  /external/chromium_org/chrome/browser/extensions/api/autotest_private/
autotest_private_api.h 92 static BrowserContextKeyedAPIFactory<AutotestPrivateAPI>*
100 friend class BrowserContextKeyedAPIFactory<AutotestPrivateAPI>;
115 BrowserContextKeyedAPIFactory<AutotestPrivateAPI>::BuildServiceInstanceFor(
  /external/chromium_org/chrome/browser/extensions/api/sync_file_system/
extension_sync_event_observer.h 29 static BrowserContextKeyedAPIFactory<ExtensionSyncEventObserver>*
54 friend class BrowserContextKeyedAPIFactory<ExtensionSyncEventObserver>;
77 void BrowserContextKeyedAPIFactory<
  /external/chromium_org/chrome/browser/extensions/api/audio/
audio_api.h 24 static BrowserContextKeyedAPIFactory<AudioAPI>* GetFactoryInstance();
30 friend class BrowserContextKeyedAPIFactory<AudioAPI>;
  /external/chromium_org/chrome/browser/extensions/api/bluetooth_low_energy/
bluetooth_low_energy_connection.cc 9 static base::LazyInstance<BrowserContextKeyedAPIFactory<
14 BrowserContextKeyedAPIFactory<
bluetooth_low_energy_notify_session.cc 9 static base::LazyInstance<BrowserContextKeyedAPIFactory<
14 BrowserContextKeyedAPIFactory<
  /external/chromium_org/chrome/browser/extensions/api/preference/
chrome_direct_setting_api.h 32 static BrowserContextKeyedAPIFactory<ChromeDirectSettingAPI>*
45 friend class BrowserContextKeyedAPIFactory<ChromeDirectSettingAPI>;
  /external/chromium_org/chrome/browser/extensions/api/tabs/
tabs_windows_api.h 33 static BrowserContextKeyedAPIFactory<TabsWindowsAPI>* GetFactoryInstance();
40 friend class BrowserContextKeyedAPIFactory<TabsWindowsAPI>;
  /external/chromium_org/chrome/browser/extensions/
extension_web_ui_override_registrar.h 27 static BrowserContextKeyedAPIFactory<ExtensionWebUIOverrideRegistrar>*
31 friend class BrowserContextKeyedAPIFactory<ExtensionWebUIOverrideRegistrar>;
extension_commands_global_registry.h 37 static BrowserContextKeyedAPIFactory<ExtensionCommandsGlobalRegistry>*
51 friend class BrowserContextKeyedAPIFactory<ExtensionCommandsGlobalRegistry>;
  /external/chromium_org/extensions/browser/api/usb/
usb_device_resource.cc 24 BrowserContextKeyedAPIFactory<ApiResourceManager<UsbDeviceResource> > >
29 BrowserContextKeyedAPIFactory<ApiResourceManager<UsbDeviceResource> >*
  /external/chromium_org/chrome/browser/extensions/api/content_settings/
content_settings_service.h 33 static BrowserContextKeyedAPIFactory<ContentSettingsService>*
48 friend class BrowserContextKeyedAPIFactory<ContentSettingsService>;
  /external/chromium_org/chrome/browser/extensions/api/gcd_private/
gcd_private_api.h 32 static BrowserContextKeyedAPIFactory<GcdPrivateAPI>* GetFactoryInstance();
35 friend class BrowserContextKeyedAPIFactory<GcdPrivateAPI>;
  /external/chromium_org/chrome/browser/extensions/api/hotword_private/
hotword_private_api.h 27 static BrowserContextKeyedAPIFactory<HotwordPrivateEventService>*
38 friend class BrowserContextKeyedAPIFactory<HotwordPrivateEventService>;
  /external/chromium_org/chrome/browser/extensions/api/input/
input.h 132 static BrowserContextKeyedAPIFactory<InputAPI>* GetFactoryInstance();
135 friend class BrowserContextKeyedAPIFactory<InputAPI>;
  /external/chromium_org/chrome/browser/extensions/api/mdns/
mdns_api.h 39 static BrowserContextKeyedAPIFactory<MDnsAPI>* GetFactoryInstance();
49 friend class BrowserContextKeyedAPIFactory<MDnsAPI>;
  /external/chromium_org/chrome/browser/extensions/api/messaging/
incognito_connectability.h 64 friend class BrowserContextKeyedAPIFactory<IncognitoConnectability>;
77 static BrowserContextKeyedAPIFactory<IncognitoConnectability>*

Completed in 639 milliseconds

1 2 3 4 5 6 7