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

  /external/chromium_org/components/storage_monitor/
test_storage_monitor.h 62 bool init_called() const { return init_called_; }
66 bool init_called_; member in class:storage_monitor::TestStorageMonitor
test_storage_monitor.cc 20 init_called_(false) {
72 init_called_ = true;
  /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:__anon7189::SleepInsideInitThread

Completed in 265 milliseconds