HomeSort by relevance Sort by last modified time
    Searched defs:init_called_ (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/chrome/browser/storage_monitor/
test_storage_monitor.h 65 bool init_called() const { return init_called_; }
69 bool init_called_; member in class:TestStorageMonitor
  /external/chromium_org/base/threading/
thread_unittest.cc 30 init_called_ = false;
40 init_called_ = true;
42 bool InitCalled() { return init_called_; }
44 bool init_called_; member in class:__anon3736::SleepInsideInitThread
  /external/chromium/base/threading/
thread_unittest.cc 46 SleepInsideInitThread() : Thread("none") { init_called_ = false; }
51 init_called_ = true;
53 bool InitCalled() { return init_called_; }
55 bool init_called_; member in class:__anon1498::SleepInsideInitThread

Completed in 89 milliseconds