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
110
int num_clients() WARN_UNUSED_RESULT { return
num_clients_
; }
332
int
num_clients_
;
member in class:SyncTest
sync_test.cc
109
num_clients_
(-1),
117
num_clients_
= 1;
121
num_clients_
= 2;
125
num_clients_
= 3;
276
if (
num_clients_
<= 0)
277
LOG(FATAL) << "
num_clients_
incorrectly initialized.";
282
profiles_.resize(
num_clients_
);
283
browsers_.resize(
num_clients_
);
284
clients_.resize(
num_clients_
);
285
for (int i = 0; i <
num_clients_
; ++i)
[
all
...]
Completed in 621 milliseconds