HomeSort by relevance Sort by last modified time
    Searched refs:Singleton (Results 26 - 50 of 494) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/chromium/chrome/browser/chromeos/
volume_bubble.cc 7 #include "base/memory/singleton.h"
25 return Singleton<VolumeBubble>::get();
gview_request_interceptor_unittest.cc 73 webkit::npapi::PluginList::Singleton()->RegisterInternalPlugin(info);
74 webkit::npapi::PluginList::Singleton()->RefreshPlugins();
78 webkit::npapi::PluginList::Singleton()->UnregisterInternalPlugin(pdf_path_);
79 webkit::npapi::PluginList::Singleton()->RefreshPlugins();
85 webkit::npapi::PluginList::Singleton()->GetPluginInfoByPath(
89 is_loaded = webkit::npapi::PluginList::Singleton()->GetPluginInfoByPath(
96 is_loaded = webkit::npapi::PluginList::Singleton()->GetPluginInfoByPath(
133 webkit::npapi::PluginList::Singleton()->EnablePlugin(pdf_path_);
150 webkit::npapi::PluginList::Singleton()->DisablePlugin(pdf_path_);
  /external/chromium/chrome/browser/tabs/
pinned_tab_service_factory.cc 19 return Singleton<PinnedTabServiceFactory>::get();
  /external/chromium/chrome/common/
default_plugin.cc 21 webkit::npapi::PluginList::Singleton()->RegisterInternalPlugin(
  /external/chromium/crypto/
mac_security_services_lock.cc 7 #include "base/memory/singleton.h"
12 // This singleton pertains to Apple's wrappers over their own CSSM handles,
17 return Singleton<SecurityServicesSingleton,
  /external/chromium_org/chrome/browser/extensions/api/dns/
host_resolver_wrapper.cc 15 return Singleton<extensions::HostResolverWrapper>::get();
  /external/chromium_org/chrome/browser/extensions/
extension_pref_value_map_factory.cc 29 return Singleton<ExtensionPrefValueMapFactory>::get();
  /external/chromium_org/content/renderer/
render_process_visibility_manager.cc 21 return Singleton<RenderProcessVisibilityManager>::get();
  /external/chromium_org/crypto/
mac_security_services_lock.cc 7 #include "base/memory/singleton.h"
12 // This singleton pertains to Apple's wrappers over their own CSSM handles,
17 return Singleton<SecurityServicesSingleton,
  /external/chromium_org/ppapi/proxy/
proxy_module.cc 7 #include "base/memory/singleton.h"
20 return Singleton<ProxyModule>::get();
  /frameworks/native/include/binder/
PermissionCache.h 24 #include <utils/Singleton.h>
41 class PermissionCache : Singleton<PermissionCache> {
  /frameworks/native/include/gui/
SensorManager.h 27 #include <utils/Singleton.h>
48 public Singleton<SensorManager>
  /hardware/qcom/display/msm8960/libqdutils/
mdp_version.h 34 #include <utils/Singleton.h>
67 class MDPVersion : public Singleton <MDPVersion>
profiler.h 34 #include <utils/Singleton.h>
46 class CalcFps : public Singleton<CalcFps> {
  /hardware/qcom/display/msm8974/libqdutils/
profiler.h 34 #include <utils/Singleton.h>
46 class CalcFps : public Singleton<CalcFps> {
  /hardware/qcom/display/msm8x26/libqdutils/
mdp_version.h 34 #include <utils/Singleton.h>
67 class MDPVersion : public Singleton <MDPVersion>
profiler.h 34 #include <utils/Singleton.h>
46 class CalcFps : public Singleton<CalcFps> {
  /external/chromium/base/memory/
singleton_objc.h 5 // Support for using the Singleton<T> pattern with Objective-C objects. A
6 // SingletonObjC is the same as a Singleton, except the default traits are
8 // NSExampleType can be maintained as a singleton and accessed with:
15 // -[NSExampleType release] when Singleton's atexit routines run
16 // (see singleton.h).
35 #include "base/memory/singleton.h"
37 // Singleton traits usable to manage traditional Objective-C objects, which
52 // Exactly like Singleton, but without the DefaultSingletonObjCTraits as the
58 class SingletonObjC : public Singleton<Type, Traits, DifferentiatingType> {
  /external/chromium/chrome/browser/
background_contents_service_factory.cc 22 return Singleton<BackgroundContentsServiceFactory>::get();
  /external/chromium_org/apps/
app_restore_service_factory.cc 21 return Singleton<AppRestoreServiceFactory>::get();
saved_files_service_factory.cc 21 return Singleton<SavedFilesServiceFactory>::get();
  /external/chromium_org/base/memory/
singleton_objc.h 5 // Support for using the Singleton<T> pattern with Objective-C objects. A
6 // SingletonObjC is the same as a Singleton, except the default traits are
8 // NSExampleType can be maintained as a singleton and accessed with:
15 // -[NSExampleType release] when Singleton's atexit routines run
16 // (see singleton.h).
34 #include "base/memory/singleton.h"
36 // Singleton traits usable to manage traditional Objective-C objects, which
51 // Exactly like Singleton, but without the DefaultSingletonObjCTraits as the
57 class SingletonObjC : public Singleton<Type, Traits, DifferentiatingType> {
  /external/chromium_org/chrome/browser/apps/
shortcut_manager_factory.cc 18 return Singleton<AppShortcutManagerFactory>::get();
  /external/chromium_org/chrome/browser/chromeos/extensions/
install_limiter_factory.cc 22 return Singleton<InstallLimiterFactory>::get();
  /external/chromium_org/chrome/browser/chromeos/policy/
recommendation_restorer_factory.cc 16 return Singleton<RecommendationRestorerFactory>::get();

Completed in 786 milliseconds

12 3 4 5 6 7 8 91011>>