Searched refs:Leaky (Results 1 - 25 of 214) sorted by path

123456789

/external/chromium_org/android_webview/browser/
H A Daw_cookie_access_policy.cc23 base::LazyInstance<AwCookieAccessPolicy>::Leaky g_lazy_instance;
H A Dgl_view_renderer_manager.cc15 base::LazyInstance<GLViewRendererManager>::Leaky g_view_renderer_manager =
H A Dglobal_tile_manager.cc15 base::LazyInstance<GlobalTileManager>::Leaky g_tile_manager =
/external/chromium_org/android_webview/lib/
H A Daw_browser_dependency_factory_impl.cc21 base::LazyInstance<AwBrowserDependencyFactoryImpl>::Leaky g_lazy_instance;
/external/chromium_org/android_webview/native/
H A Daw_web_contents_delegate.cc43 base::LazyInstance<AwJavaScriptDialogManager>::Leaky
H A Dcookie_manager.cc220 base::LazyInstance<CookieManager>::Leaky g_lazy_instance;
/external/chromium_org/base/android/
H A Djni_android.cc23 base::LazyInstance<base::android::ScopedJavaGlobalRef<jobject> >::Leaky
25 base::LazyInstance<base::android::ScopedJavaGlobalRef<jobject> >::Leaky
H A Dtrace_event_binding.cc70 base::LazyInstance<TraceEnabledObserver>::Leaky g_trace_enabled_state_observer_;
/external/chromium_org/base/
H A Dcpu.cc186 base::LazyInstance<LazyCpuInfoValue>::Leaky g_lazy_cpuinfo =
H A Dlazy_instance.h82 // Use LazyInstance<T>::Leaky for a less-verbose call-site typedef; e.g.:
83 // base::LazyInstance<T>::Leaky my_leaky_lazy_instance;
135 typedef LazyInstance<Type, internal::LeakyLazyInstanceTraits<Type> > Leaky; typedef in class:base::LazyInstance
H A Dlazy_instance_unittest.cc137 static base::LazyInstance<DeleteLogger>::Leaky
H A Drand_util_posix.cc35 base::LazyInstance<URandomFd>::Leaky g_urandom_fd = LAZY_INSTANCE_INITIALIZER;
H A Dsys_info.cc38 internal::LazySysInfoValue<bool, DetectLowEndDevice> >::Leaky
/external/chromium_org/base/debug/
H A Dtrace_event_impl.cc121 LazyInstance<ThreadLocalPointer<const char> >::Leaky
/external/chromium_org/base/files/
H A Dfile_path_watcher_fsevents.cc34 static LazyInstance<FSEventsTaskRunner>::Leaky g_task_runner =
H A Dfile_path_watcher_linux.cc251 static LazyInstance<InotifyReader>::Leaky g_inotify_reader =
/external/chromium_org/base/memory/
H A Ddiscardable_memory.cc34 LazyInstance<DefaultPreferredType>::Leaky g_default_preferred_type =
H A Ddiscardable_memory_android.cc42 LazyInstance<SharedState>::Leaky g_shared_state = LAZY_INSTANCE_INITIALIZER;
H A Ddiscardable_memory_emulated.cc27 LazyInstance<SharedState>::Leaky g_shared_state = LAZY_INSTANCE_INITIALIZER;
H A Ddiscardable_memory_mac.cc32 LazyInstance<SharedState>::Leaky g_shared_state = LAZY_INSTANCE_INITIALIZER;
H A Dshared_memory_posix.cc38 LazyInstance<Lock>::Leaky g_thread_lock_ = LAZY_INSTANCE_INITIALIZER;
/external/chromium_org/base/message_loop/
H A Dmessage_loop.cc43 LazyInstance<base::ThreadLocalPointer<MessageLoop> >::Leaky lazy_tls_ptr =
H A Dmessage_pump_glib.cc137 static LazyInstance<Lock>::Leaky thread_info_lock = LAZY_INSTANCE_INITIALIZER;
/external/chromium_org/base/metrics/
H A Dstatistics_recorder.cc22 base::LazyInstance<base::StatisticsRecorder>::Leaky g_statistics_recorder_ =
/external/chromium_org/base/nix/
H A Dmime_util_xdg.cc20 LazyInstance<Lock>::Leaky g_mime_util_xdg_lock = LAZY_INSTANCE_INITIALIZER;

Completed in 458 milliseconds

123456789