Searched refs:Singleton (Results 126 - 150 of 394) sorted by relevance

1234567891011>>

/external/chromium_org/chrome/browser/signin/
H A Dprofile_oauth2_token_service_factory.cc49 return Singleton<ProfileOAuth2TokenServiceFactory>::get();
/external/chromium_org/chrome/browser/speech/
H A Dtts_chromeos.cc72 return Singleton<TtsPlatformImplChromeOs>::get();
/external/chromium_org/chrome/browser/ssl/
H A Dchrome_ssl_host_state_delegate_factory.cc43 return Singleton<ChromeSSLHostStateDelegateFactory>::get();
/external/chromium_org/chrome/browser/supervised_user/chromeos/
H A Dmanager_password_service_factory.cc30 return Singleton<ManagerPasswordServiceFactory>::get();
H A Dsupervised_user_password_service_factory.cc29 return Singleton<SupervisedUserPasswordServiceFactory>::get();
/external/chromium_org/chrome/browser/supervised_user/
H A Dsupervised_user_service_factory.cc28 return Singleton<SupervisedUserServiceFactory>::get();
/external/chromium_org/chrome/browser/sync/
H A Dsync_global_error_factory.cc39 return Singleton<SyncGlobalErrorFactory>::get();
/external/chromium_org/chrome/browser/translate/
H A Dtranslate_accept_languages_factory.cc45 return Singleton<TranslateAcceptLanguagesFactory>::get();
/external/chromium_org/chrome/browser/ui/app_modal_dialogs/
H A Dapp_modal_dialog_queue.cc12 return Singleton<AppModalDialogQueue>::get();
/external/chromium_org/chrome/browser/ui/apps/
H A Dchrome_app_window_client.cc28 return Singleton<ChromeAppWindowClient,
/external/chromium_org/chrome/browser/ui/find_bar/
H A Dfind_bar_state_factory.cc34 return Singleton<FindBarStateFactory>::get();
/external/chromium_org/content/browser/
H A Dbootstrap_sandbox_mac.cc48 return Singleton<BootstrapSandboxPolicy>::get();
H A Dplugin_service_impl.cc110 PluginList::Singleton()->RefreshPlugins();
143 return Singleton<PluginServiceImpl>::get();
175 PluginList::Singleton()->set_will_load_plugins_callback(
189 PluginList::Singleton()->AddExtraPluginDir(path);
192 PluginList::Singleton()->DisablePluginsDiscovery();
230 PluginList::Singleton()->GetPluginDirectories(&plugin_dirs);
517 PluginList::Singleton()->GetPluginInfoArray(
559 PluginList::Singleton()->GetPluginsNoRefresh(&plugins);
622 PluginList::Singleton()->GetPlugins(&plugins, NPAPIPluginsSupported());
654 PluginList::Singleton()
[all...]
/external/chromium_org/content/browser/media/android/
H A Dmedia_drm_credential_manager.h35 friend class Singleton<MediaDrmCredentialManager>;
/external/chromium_org/content/browser/renderer_host/
H A Drender_sandbox_host_linux.cc21 return Singleton<RenderSandboxHostLinux>::get();
/external/chromium_org/content/renderer/media/
H A Dwebrtc_uma_histograms.cc33 return Singleton<PerSessionWebRTCAPIMetrics>::get();
/external/chromium_org/net/quic/crypto/
H A Dquic_random.cc34 return Singleton<DefaultRandom>::get();
/external/chromium_org/ui/base/x/
H A Dx11_menu_list.cc14 return Singleton<XMenuList>::get();
/external/chromium_org/ui/gfx/win/
H A Dsingleton_hwnd.cc14 return Singleton<SingletonHwnd>::get();
/external/clang/include/clang/AST/
H A DDeclContextInternals.h107 if (NamedDecl *Singleton = getAsDecl()) {
108 assert(Singleton == D && "list is different singleton");
109 (void)Singleton;
128 } else if (NamedDecl *Singleton = getAsDecl()) {
129 if (Singleton->isFromASTFile())
/external/chromium_org/base/memory/
H A Dsingleton.h45 // Default traits for Singleton<Type>. Calls operator new and operator delete on
75 // Alternate traits for use with the Singleton<Type>. Identical to
76 // DefaultSingletonTraits except that the Singleton will not be cleaned up
87 // Alternate traits for use with the Singleton<Type>. Allocates memory
144 // The Singleton<Type, Traits, DifferentiatingType> class manages a single
171 // return Singleton<FooClass>::get();
177 // NOTE: The method accessing Singleton<T>::get() has to be named as GetInstance
183 // Singleton<> has no non-static members and doesn't need to actually be
216 class Singleton { class
218 // Classes using the Singleton<
[all...]
/external/chromium_org/base/android/
H A Dbuild_info.cc68 return Singleton<BuildInfo, BuildInfoSingletonTraits >::get();
/external/chromium_org/base/i18n/
H A Dtimezone.cc21 return Singleton<TimezoneMap>::get();
/external/chromium_org/chrome/browser/autocomplete/
H A Dshortcuts_backend_factory.cc29 return Singleton<ShortcutsBackendFactory>::get();
/external/chromium_org/chrome/browser/chromeos/
H A Ddevice_uma.cc32 return Singleton<DeviceUMA>::get();

Completed in 8554 milliseconds

1234567891011>>