Searched refs:is_init_ (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/webrtc/test/gl/
H A Dgl_renderer.cc21 : is_init_(false), buffer_(NULL), width_(0), height_(0) {}
24 assert(!is_init_);
25 is_init_ = true;
31 if (!is_init_) {
35 is_init_ = false;
55 assert(is_init_);
74 assert(is_init_);
H A Dgl_renderer.h41 bool is_init_; member in class:webrtc::test::GlRenderer
/external/chromium_org/sandbox/win/tests/common/
H A Dcontroller.cc92 : is_init_(false), is_async_(false), no_sandbox_(false),
98 : is_init_(false), is_async_(false), no_sandbox_(false),
124 is_init_ = true;
142 if (!is_init_)
150 if (!is_init_)
173 if (!is_init_)
194 if (!is_init_)
H A Dcontroller.h128 // Initializes the data in the object. Sets is_init_ to tree if the
140 bool is_init_; member in class:sandbox::TestRunner

Completed in 1675 milliseconds