HomeSort by relevance Sort by last modified time
    Searched refs:IOThread (Results 26 - 32 of 32) sorted by null

12

  /external/chromium_org/chrome/browser/
browser_process_impl.cc 327 // IOThread object being NULL is considered synonymous with the
557 IOThread* BrowserProcessImpl::io_thread() {
    [all...]
  /external/chromium_org/content/browser/appcache/
appcache_storage_impl_unittest.cc 136 class IOThread : public base::Thread {
138 explicit IOThread(const char* name)
142 virtual ~IOThread() {
170 scoped_ptr<IOThread> io_thread;
373 io_thread.reset(new IOThread("AppCacheTest.IOThread"));
    [all...]
appcache_update_job_unittest.cc 552 class IOThread : public base::Thread {
554 explicit IOThread(const char* name)
558 virtual ~IOThread() {
605 io_thread_.reset(new IOThread("AppCacheUpdateJob IO test thread"));
    [all...]
  /external/chromium_org/chrome/browser/ui/webui/net_internals/
net_internals_ui.cc 358 // on the IO thread. |io_thread| is the global IOThread (it is passed in as
362 IOThread* io_thread,
462 // The global IOThread, which contains the global NetLog to observer.
463 IOThread* io_thread_;
    [all...]
  /external/chromium_org/chrome/browser/ui/webui/chromeos/login/
gaia_screen_handler.cc 103 void ClearDnsCache(IOThread* io_thread) {
  /external/chromium_org/chrome/browser/browsing_data/
browsing_data_remover.cc     [all...]
  /external/chromium_org/chrome/browser/net/
network_stats.cc 851 IOThread* io_thread) {
    [all...]

Completed in 791 milliseconds

12