OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:is_init_
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/webrtc/test/gl/
gl_renderer.cc
21
:
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_
);
gl_renderer.h
41
bool
is_init_
;
member in class:webrtc::test::GlRenderer
/external/chromium_org/sandbox/win/tests/common/
controller.cc
92
:
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_
)
controller.h
128
// Initializes the data in the object. Sets
is_init_
to tree if the
140
bool
is_init_
;
member in class:sandbox::TestRunner
Completed in 55 milliseconds