OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:num_clients_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/sync/test/integration/
sync_test.h
129
int num_clients() WARN_UNUSED_RESULT { return
num_clients_
; }
372
int
num_clients_
;
member in class:SyncTest
sync_test.cc
194
num_clients_
(-1),
202
num_clients_
= 1;
207
num_clients_
= 2;
211
num_clients_
= 3;
352
if (
num_clients_
<= 0)
353
LOG(FATAL) << "
num_clients_
incorrectly initialized.";
358
profiles_.resize(
num_clients_
);
359
browsers_.resize(
num_clients_
);
360
clients_.resize(
num_clients_
);
361
invalidation_forwarders_.resize(
num_clients_
);
[
all
...]
Completed in 53 milliseconds