/external/chromium/net/tools/crash_cache/ |
crash_cache.cc | 133 base::Thread* cache_thread) { 137 cache_thread->message_loop_proxy(), 170 base::Thread* cache_thread) { 178 cache_thread->message_loop_proxy(), 213 base::Thread* cache_thread) { 221 cache_thread->message_loop_proxy(), 254 base::Thread* cache_thread) { 259 path, 0xf, cache_thread->message_loop_proxy(), NULL); 319 base::Thread cache_thread("CacheThread"); 320 if (!cache_thread.StartWithOptions [all...] |
/external/chromium/net/disk_cache/ |
stress_cache.cc | 97 base::Thread cache_thread("CacheThread"); 98 if (!cache_thread.StartWithOptions( 107 cache_thread.message_loop_proxy(), NULL, &cache, &cb);
|
disk_cache_perftest.cc | 163 base::Thread cache_thread("CacheThread"); 164 ASSERT_TRUE(cache_thread.StartWithOptions( 172 cache_thread.message_loop_proxy(), NULL, &cache, &cb); 200 false, cache_thread.message_loop_proxy(),
|
backend_impl.h | 45 BackendImpl(const FilePath& path, base::MessageLoopProxy* cache_thread, 49 base::MessageLoopProxy* cache_thread, net::NetLog* net_log);
|
backend_unittest.cc | 196 base::Thread cache_thread("CacheThread"); 197 ASSERT_TRUE(cache_thread.StartWithOptions( 204 cache_thread.message_loop_proxy(), NULL, &cache, &cb); 216 cache_thread.message_loop_proxy(), 262 base::Thread cache_thread("CacheThread"); 263 ASSERT_TRUE(cache_thread.StartWithOptions( 314 base::Thread cache_thread("CacheThread"); 315 ASSERT_TRUE(cache_thread.StartWithOptions( 321 cache_thread.message_loop_proxy(), NULL, &cache, &cb); 350 base::Thread cache_thread("CacheThread") [all...] |
backend_impl.cc | 339 base::MessageLoopProxy* cache_thread, 341 : ALLOW_THIS_IN_INITIALIZER_LIST(background_queue_(this, cache_thread)), 365 base::MessageLoopProxy* cache_thread, 367 : ALLOW_THIS_IN_INITIALIZER_LIST(background_queue_(this, cache_thread)), [all...] |
/external/chromium/chrome/browser/ |
browser_process.h | 130 virtual base::Thread* cache_thread() = 0;
|
browser_process_impl.h | 56 virtual base::Thread* cache_thread();
|
browser_process_impl.cc | 403 base::Thread* BrowserProcessImpl::cache_thread() { function in class:BrowserProcessImpl [all...] |
browser_main.cc | 664 process->cache_thread(); [all...] |