Searched refs:LazyInstance (Results 1 - 25 of 514) sorted by relevance

1234567891011>>

/external/chromium_org/chrome/browser/search_engines/
H A Dui_thread_search_terms_data_android.h15 static base::LazyInstance<base::string16>::Leaky rlz_parameter_value_;
16 static base::LazyInstance<std::string>::Leaky search_client_;
H A Dui_thread_search_terms_data_android.cc10 base::LazyInstance<base::string16>::Leaky
12 base::LazyInstance<std::string>::Leaky
/external/chromium_org/base/
H A Dlazy_instance_unittest.cc46 explicit SlowDelegate(base::LazyInstance<SlowConstructor>* lazy)
55 base::LazyInstance<SlowConstructor>* lazy_;
60 static base::LazyInstance<ConstructAndDestructLogger> lazy_logger =
82 static base::LazyInstance<SlowConstructor> lazy_slow =
122 // Check that using a plain LazyInstance causes the dtor to run
127 static base::LazyInstance<DeleteLogger> test = LAZY_INSTANCE_INITIALIZER;
132 // Check that using a *leaky* LazyInstance makes the dtor not run
137 static base::LazyInstance<DeleteLogger>::Leaky
160 using base::LazyInstance;
165 static LazyInstance<AlignedDat
[all...]
/external/chromium_org/base/threading/
H A Dthread_restrictions.cc17 LazyInstance<ThreadLocalBoolean>::Leaky
20 LazyInstance<ThreadLocalBoolean>::Leaky
23 LazyInstance<ThreadLocalBoolean>::Leaky
57 LOG(FATAL) << "LazyInstance/Singleton is not allowed to be used on this "
/external/chromium_org/content/app/android/
H A Dcontent_main.cc18 using base::LazyInstance;
23 LazyInstance<scoped_ptr<ContentMainRunner> > g_content_runner =
26 LazyInstance<scoped_ptr<ContentMainDelegate> > g_content_main_delegate =
/external/chromium_org/base/third_party/dmg_fp/
H A Ddtoa_wrapper.cc13 static base::LazyInstance<base::Lock>::Leaky
15 static base::LazyInstance<base::Lock>::Leaky
/external/chromium_org/chrome/renderer/extensions/
H A Dchrome_extensions_renderer_client.cc17 static base::LazyInstance<ChromeExtensionsRendererClient> client =
/external/chromium_org/chromecast/android/
H A Dchromecast_config_android.cc11 base::LazyInstance<ChromecastConfigAndroid> g_instance =
/external/chromium_org/content/public/renderer/
H A Drender_thread.cc14 static base::LazyInstance<base::ThreadLocalPointer<RenderThread> > lazy_tls =
H A Drender_frame_observer_tracker.h55 static base::LazyInstance<std::map<const RenderFrame*, T*> >
62 base::LazyInstance<std::map<const RenderFrame*, T*> >
H A Drender_view_observer_tracker.h55 static base::LazyInstance<std::map<const RenderView*, T*> >
62 base::LazyInstance<std::map<const RenderView*, T*> >
/external/chromium_org/content/public/utility/
H A Dutility_thread.cc14 static base::LazyInstance<base::ThreadLocalPointer<UtilityThread> >::Leaky
/external/chromium_org/net/base/
H A Dwinsock_init.cc40 static base::LazyInstance<WinsockInitSingleton> g_winsock_init_singleton =
H A Dbandwidth_metrics.cc8 static base::LazyInstance<net::BandwidthMetrics> g_bandwidth_metrics =
/external/chromium_org/net/proxy/
H A Ddhcpcsvc_init_win.cc29 static base::LazyInstance<DhcpcsvcInitSingleton> g_dhcpcsvc_init_singleton =
/external/chromium_org/android_webview/lib/
H A Daw_browser_dependency_factory_impl.cc21 base::LazyInstance<AwBrowserDependencyFactoryImpl>::Leaky g_lazy_instance;
/external/chromium_org/chrome/nacl/
H A Dnacl_exe_win_64.cc15 base::LazyInstance<chrome::ChromeCrashReporterClient>::Leaky
/external/chromium_org/chrome/service/cloud_print/
H A Dcloud_print_token_store.cc14 static base::LazyInstance<base::ThreadLocalPointer<CloudPrintTokenStore> >
/external/chromium_org/content/browser/indexed_db/
H A Dindexed_db_class_factory.cc12 static ::base::LazyInstance<IndexedDBClassFactory>::Leaky s_factory =
/external/chromium_org/content/common/
H A Dcontent_ipc_logging.cc24 base::LazyInstance<base::hash_map<uint32, LogFunction> >::Leaky
/external/chromium_org/extensions/browser/api/hid/
H A Dhid_connection_resource.cc17 static base::LazyInstance<
/external/chromium_org/extensions/browser/api/system_memory/
H A Dmemory_info_provider.h42 static base::LazyInstance<scoped_refptr<MemoryInfoProvider> > provider_;
/external/chromium_org/extensions/browser/api/usb/
H A Dusb_device_resource.cc24 static base::LazyInstance<
/external/chromium_org/mojo/shell/android/
H A Dmojo_main.cc23 using base::LazyInstance;
29 LazyInstance<scoped_ptr<base::MessageLoop> > g_java_message_loop =
32 LazyInstance<scoped_ptr<shell::Context> > g_context =
35 LazyInstance<scoped_ptr<base::android::JavaHandlerThread> > g_shell_thread =
/external/chromium_org/mojo/views/
H A Dviews_init_internal.cc41 static base::LazyInstance<Setup>::Leaky setup = LAZY_INSTANCE_INITIALIZER;

Completed in 609 milliseconds

1234567891011>>