OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AllChildrenDone
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/libjingle/source/talk/xmpp/
xmpppump.cc
44
if (!
AllChildrenDone
()) {
52
if (!
AllChildrenDone
())
78
if (!
AllChildrenDone
())
/external/chromium_org/third_party/webrtc/base/
taskparent.h
33
bool
AllChildrenDone
();
taskparent.cc
53
bool TaskParent::
AllChildrenDone
() {
task_unittest.cc
195
for (int i = 0; !task_runner_.
AllChildrenDone
() && i < STUCK_TASK_COUNT;
261
EXPECT_TRUE(task_runner_.
AllChildrenDone
());
Completed in 1582 milliseconds