HomeSort by relevance Sort by last modified time
    Searched refs:Leaky (Results 1 - 25 of 214) sorted by null

1 2 3 4 5 6 7 8 9

  /external/chromium_org/chrome/browser/search_engines/
ui_thread_search_terms_data_android.h 15 static base::LazyInstance<base::string16>::Leaky rlz_parameter_value_;
16 static base::LazyInstance<std::string>::Leaky search_client_;
ui_thread_search_terms_data_android.cc 10 base::LazyInstance<base::string16>::Leaky
12 base::LazyInstance<std::string>::Leaky
  /external/chromium_org/base/threading/
thread_restrictions.cc 17 LazyInstance<ThreadLocalBoolean>::Leaky
20 LazyInstance<ThreadLocalBoolean>::Leaky
23 LazyInstance<ThreadLocalBoolean>::Leaky
  /external/chromium_org/base/third_party/dmg_fp/
dtoa_wrapper.cc 13 static base::LazyInstance<base::Lock>::Leaky
15 static base::LazyInstance<base::Lock>::Leaky
  /external/chromium_org/content/public/utility/
utility_thread.cc 14 static base::LazyInstance<base::ThreadLocalPointer<UtilityThread> >::Leaky
  /external/chromium_org/android_webview/lib/
aw_browser_dependency_factory_impl.cc 21 base::LazyInstance<AwBrowserDependencyFactoryImpl>::Leaky g_lazy_instance;
  /external/chromium_org/chrome/nacl/
nacl_exe_win_64.cc 15 base::LazyInstance<chrome::ChromeCrashReporterClient>::Leaky
  /external/chromium_org/content/browser/indexed_db/
indexed_db_class_factory.cc 12 static ::base::LazyInstance<IndexedDBClassFactory>::Leaky s_factory =
  /external/chromium_org/content/common/
content_ipc_logging.cc 24 base::LazyInstance<base::hash_map<uint32, LogFunction> >::Leaky
  /external/chromium_org/mojo/views/
views_init_internal.cc 41 static base::LazyInstance<Setup>::Leaky setup = LAZY_INSTANCE_INITIALIZER;
  /external/chromium_org/ppapi/shared_impl/
proxy_lock.cc 14 base::LazyInstance<base::Lock>::Leaky g_proxy_lock = LAZY_INSTANCE_INITIALIZER;
17 base::LazyInstance<base::ThreadLocalBoolean>::Leaky
22 base::LazyInstance<base::ThreadLocalBoolean>::Leaky g_proxy_locked_on_thread =
  /external/chromium_org/base/nix/
mime_util_xdg.cc 20 LazyInstance<Lock>::Leaky g_mime_util_xdg_lock = LAZY_INSTANCE_INITIALIZER;
  /external/chromium_org/base/
rand_util_posix.cc 35 base::LazyInstance<URandomFd>::Leaky g_urandom_fd = LAZY_INSTANCE_INITIALIZER;
sys_info.cc 38 internal::LazySysInfoValue<bool, DetectLowEndDevice> >::Leaky
sys_info_linux.cc 51 base::internal::LazySysInfoValue<int64, AmountOfPhysicalMemory> >::Leaky
54 base::internal::LazySysInfoValue<size_t, MaxSharedMemorySize> >::Leaky
sys_info_posix.cc 56 base::internal::LazySysInfoValue<int, NumberOfProcessors> >::Leaky
71 base::internal::LazySysInfoValue<int64, AmountOfVirtualMemory> >::Leaky
  /external/chromium_org/chrome/browser/android/
resource_mapper.cc 16 base::LazyInstance<ResourceMap>::Leaky g_id_map = LAZY_INSTANCE_INITIALIZER;
  /external/chromium_org/device/nfc/
nfc_adapter_factory.cc 22 // exit-time destructors we use a leaky lazy instance for it.
23 base::LazyInstance<base::WeakPtr<device::NfcAdapter> >::Leaky
  /external/chromium_org/media/audio/
audio_manager.cc 38 static base::LazyInstance<FakeAudioLogFactory>::Leaky fake_log_factory =
  /external/chromium_org/remoting/host/win/
launch_process_with_token.h 23 extern base::LazyInstance<base::Lock>::Leaky g_inherit_handles_lock;
  /external/chromium_org/gin/
v8_platform.cc 17 base::LazyInstance<V8Platform>::Leaky g_v8_platform = LAZY_INSTANCE_INITIALIZER;
  /external/chromium_org/media/base/
media.cc 49 NOTREACHED() << "MediaInitializer should be leaky!";
59 static base::LazyInstance<MediaInitializer>::Leaky g_media_library =
  /external/chromium_org/base/win/
scoped_handle.cc 35 base::LazyInstance<NativeLock>::Leaky g_lock = LAZY_INSTANCE_INITIALIZER;
36 base::LazyInstance<HandleMap>::Leaky g_handle_map = LAZY_INSTANCE_INITIALIZER;
  /external/chromium_org/chrome/browser/google/
google_update_settings_posix.cc 17 base::LazyInstance<std::string>::Leaky g_posix_client_id =
19 base::LazyInstance<base::Lock>::Leaky g_posix_client_id_lock =
  /external/chromium_org/ui/gfx/
font_list.cc 14 base::LazyInstance<std::string>::Leaky g_default_font_description =
18 base::LazyInstance<scoped_refptr<gfx::FontListImpl> >::Leaky g_default_impl =

Completed in 710 milliseconds

1 2 3 4 5 6 7 8 9