Home
last modified time | relevance | path

Searched refs:started_iteration_ (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/base/process/
Dprocess_iterator_win.cc10 : started_iteration_(false), in ProcessIterator()
22 if (!started_iteration_) { in CheckForNextProcess()
23 started_iteration_ = true; in CheckForNextProcess()
Dprocess_iterator.h143 bool started_iteration_; variable
/external/chromium/base/
Dprocess_util_win.cc485 : started_iteration_(false), in ProcessIterator()
497 if (!started_iteration_) { in CheckForNextProcess()
498 started_iteration_ = true; in CheckForNextProcess()
Dprocess_util.h447 bool started_iteration_; variable