OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Leaky
(Results
1 - 25
of
163
) sorted by null
1
2
3
4
5
6
7
/external/chromium_org/chrome/browser/search_engines/
search_terms_data_android.h
15
static base::LazyInstance<base::string16>::
Leaky
rlz_parameter_value_;
16
static base::LazyInstance<std::string>::
Leaky
search_client_;
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
worker_pool_win.cc
19
base::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/chrome_frame/
scoped_initialization_manager.h
41
static base::LazyInstance<base::Lock>::
Leaky
lock_;
46
template<class Traits> base::LazyInstance<base::Lock>::
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::ChromeBreakpadClient>::
Leaky
/external/chromium_org/content/common/
content_ipc_logging.cc
24
base::LazyInstance<base::hash_map<uint32, LogFunction> >::
Leaky
/external/chromium_org/google_apis/gcm/
gcm_client.cc
14
static base::LazyInstance<GCMClientImpl>::
Leaky
g_gcm_client =
/external/chromium_org/ppapi/shared_impl/
proxy_lock.cc
14
base::LazyInstance<base::Lock>::
Leaky
18
base::LazyInstance<base::ThreadLocalBoolean>::
Leaky
23
base::LazyInstance<base::ThreadLocalBoolean>::
Leaky
ppapi_globals.cc
17
base::LazyInstance<base::ThreadLocalPointer<PpapiGlobals> >::
Leaky
/external/chromium_org/base/
rand_util_nacl.cc
40
base::LazyInstance<NaclRandom>::
Leaky
g_nacl_random = LAZY_INSTANCE_INITIALIZER;
rand_util_posix.cc
38
base::LazyInstance<URandomFd>::
Leaky
g_urandom_fd = LAZY_INSTANCE_INITIALIZER;
sys_info_linux.cc
52
base::internal::LazySysInfoValue<int64, AmountOfPhysicalMemory> >::
Leaky
55
base::internal::LazySysInfoValue<size_t, MaxSharedMemorySize> >::
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/base/win/
scoped_handle.cc
24
base::LazyInstance<HandleMap>::
Leaky
g_handle_map = LAZY_INSTANCE_INITIALIZER;
25
base::LazyInstance<base::Lock>::
Leaky
g_lock = LAZY_INSTANCE_INITIALIZER;
/external/chromium_org/base/memory/
discardable_memory_emulated.cc
14
base::LazyInstance<internal::DiscardableMemoryProvider>::
Leaky
g_provider =
/external/chromium_org/ui/gl/
gl_context.cc
21
base::LazyInstance<base::ThreadLocalPointer<GLContext> >::
Leaky
24
base::LazyInstance<base::ThreadLocalPointer<GLContext> >::
Leaky
/external/chromium_org/android_webview/browser/
aw_cookie_access_policy.cc
17
base::LazyInstance<AwCookieAccessPolicy>::
Leaky
g_lazy_instance;
/external/chromium_org/chrome/browser/ui/
browser_list.h
100
static base::LazyInstance<ObserverList<chrome::BrowserListObserver> >::
Leaky
Completed in 891 milliseconds
1
2
3
4
5
6
7