Home
last modified time | relevance | path

Searched refs:init_called_ (Results 1 – 3 of 3) sorted by relevance

/external/libchrome/base/threading/
Dthread_unittest.cc45 init_called_ = false; in SleepInsideInitThread()
53 init_called_ = true; in Init()
55 bool InitCalled() { return init_called_; } in InitCalled()
58 bool init_called_; member in __anonfb2632160111::SleepInsideInitThread
/external/libchrome/base/test/
Dscoped_feature_list.cc89 if (!init_called_) in ~ScopedFeatureList()
114 init_called_ = true; in InitWithFeatureList()
Dscoped_feature_list.h113 bool init_called_ = false; variable