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

<<11121314151617181920

  /external/chromium_org/content/browser/webui/
web_ui_controller_factory_registry.cc 33 return Singleton<WebUIControllerFactoryRegistry>::get();
  /external/chromium_org/content/common/
plugin_list.h 39 static PluginList* Singleton();
  /external/chromium_org/content/utility/
utility_thread_impl.cc 133 PluginList* plugin_list = PluginList::Singleton();
  /external/chromium_org/net/quic/crypto/
common_cert_set.cc 9 #include "base/memory/singleton.h"
138 return Singleton<CommonCertSetsQUIC>::get();
  /external/chromium_org/net/ssl/
openssl_client_key_store.cc 11 #include "base/memory/singleton.h"
135 return Singleton<OpenSSLClientKeyStore>::get();
  /external/chromium_org/ui/views/focus/
view_storage.cc 10 #include "base/memory/singleton.h"
17 return Singleton<ViewStorage>::get();
  /frameworks/native/libs/gui/
SensorManager.cpp 24 #include <utils/Singleton.h>
  /external/chromium/chrome/browser/printing/
print_dialog_cloud_uitest.cc 12 #include "base/memory/singleton.h"
36 return Singleton<TestData>::get();
95 return Singleton<TestController>::get();
  /external/chromium_org/chrome/browser/chromeos/system/
statistics_provider.cc 12 #include "base/memory/singleton.h"
280 return Singleton<StatisticsProviderImpl,
321 return Singleton<StatisticsProviderStubImpl,
timezone_settings.cc 15 #include "base/memory/singleton.h"
385 return Singleton<TimezoneSettingsImpl,
424 return Singleton<TimezoneSettingsStubImpl,
  /external/chromium_org/chrome/browser/printing/
print_dialog_cloud_interative_uitest.cc 13 #include "base/memory/singleton.h"
44 return Singleton<TestData>::get();
107 return Singleton<TestController>::get();
  /external/chromium_org/chrome/common/metrics/variations/
variations_associated_data.cc 10 #include "base/memory/singleton.h"
18 // The internal singleton accessor for the map, used to keep it thread-safe.
24 // Retrieve the singleton.
26 return Singleton<GroupMapAccessor>::get();
93 // Singleton helper class that keeps track of the parameters of all variations
100 // Retrieve the singleton.
102 return Singleton<VariationsParamAssociator>::get();
  /external/chromium_org/content/child/npapi/
plugin_lib.cc 37 if (!PluginList::Singleton()->ReadPluginInfo(filename, &info))
102 PluginHost* host = PluginHost::Singleton();
  /frameworks/base/core/jni/android/graphics/
TextLayoutCache.h 28 #include <utils/Singleton.h>
290 class TextLayoutEngine : public Singleton<TextLayoutEngine> {
  /external/chromium/base/debug/
stack_trace_win.cc 14 #include "base/memory/singleton.h"
22 // SymbolContext is a threadsafe singleton that wraps the DbgHelp Sym* family
25 // network while holding the lock for this singleton. In the case of high
40 // We use a leaky singleton because code may call this during process
43 Singleton<SymbolContext, LeakySingletonTraits<SymbolContext> >::get();
  /external/chromium/chrome/browser/chromeos/
system_access.cc 12 #include "base/memory/singleton.h"
212 return Singleton<SystemAccessImpl,
system_key_event_listener.cc 26 return Singleton<SystemKeyEventListener>::get();
  /external/chromium/chrome/browser/extensions/
extension_processes_api.cc 46 return Singleton<ExtensionProcessesEventRouter>::get();
extension_tab_id_map.cc 15 // ExtensionTabIdMap is a Singleton, so it doesn't need refcounting.
114 return Singleton<ExtensionTabIdMap>::get();
  /external/chromium/chrome/browser/
plugin_data_remover.cc 173 if (!webkit::npapi::PluginList::Singleton()->GetPluginInfo(
plugin_exceptions_table_model.cc 136 webkit::npapi::PluginList::Singleton()->GetPluginGroups(false, plugin_groups);
upgrade_detector.cc 11 #include "base/memory/singleton.h"
185 return Singleton<UpgradeDetector>::get();
  /external/chromium/chrome/browser/profiles/
profile_dependency_manager.cc 66 return Singleton<ProfileDependencyManager>::get();
  /external/chromium/crypto/
cssm_init.cc 11 #include "base/memory/singleton.h"
42 return Singleton<CSSMInitSingleton,
  /external/chromium/net/websockets/
websocket_throttle.cc 11 #include "base/memory/singleton.h"
59 return Singleton<WebSocketThrottle>::get();

Completed in 4455 milliseconds

<<11121314151617181920