OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:executors_
(Results
1 - 4
of
4
) sorted by null
/external/chromium/net/proxy/
multi_threaded_proxy_resolver.cc
430
if (
executors_
.size() < max_num_threads_) {
462
DCHECK_EQ(1u,
executors_
.size());
464
executors_
[0]->outstanding_job()->type());
475
for (ExecutorList::iterator it =
executors_
.begin();
476
it !=
executors_
.end(); ++it) {
509
for (ExecutorList::const_iterator it =
executors_
.begin();
510
it !=
executors_
.end(); ++it) {
525
for (ExecutorList::iterator it =
executors_
.begin();
526
it !=
executors_
.end(); ++it) {
530
executors_
.clear()
[
all
...]
multi_threaded_proxy_resolver.h
126
// Creates a new worker thread, and appends it to |
executors_
|.
135
ExecutorList
executors_
;
member in class:net::MultiThreadedProxyResolver
/external/chromium_org/net/proxy/
multi_threaded_proxy_resolver.cc
437
if (
executors_
.size() < max_num_threads_) {
475
DCHECK_EQ(1u,
executors_
.size());
477
executors_
[0]->outstanding_job()->type());
488
for (ExecutorList::iterator it =
executors_
.begin();
489
it !=
executors_
.end(); ++it) {
522
for (ExecutorList::const_iterator it =
executors_
.begin();
523
it !=
executors_
.end(); ++it) {
538
for (ExecutorList::iterator it =
executors_
.begin();
539
it !=
executors_
.end(); ++it) {
543
executors_
.clear()
[
all
...]
multi_threaded_proxy_resolver.h
128
// Creates a new worker thread, and appends it to |
executors_
|.
137
ExecutorList
executors_
;
member in class:net::MultiThreadedProxyResolver
Completed in 460 milliseconds