OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:executors_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/net/proxy/
multi_threaded_proxy_resolver.cc
403
if (
executors_
.size() < max_num_threads_) {
441
DCHECK_EQ(1u,
executors_
.size());
443
executors_
[0]->outstanding_job()->type());
479
for (ExecutorList::const_iterator it =
executors_
.begin();
480
it !=
executors_
.end(); ++it) {
495
for (ExecutorList::iterator it =
executors_
.begin();
496
it !=
executors_
.end(); ++it) {
500
executors_
.clear();
506
for (ExecutorList::iterator it =
executors_
.begin();
507
it !=
executors_
.end(); ++it)
[
all
...]
multi_threaded_proxy_resolver.h
127
// Creates a new worker thread, and appends it to |
executors_
|.
136
ExecutorList
executors_
;
member in class:net::MultiThreadedProxyResolver
Completed in 212 milliseconds