HomeSort by relevance Sort by last modified time
    Searched defs:init_called_ (Results 1 - 2 of 2) 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
  /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 93 milliseconds