OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AwaitDataSyncCompletion
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/sync/test/integration/
profile_sync_service_harness.h
89
bool
AwaitDataSyncCompletion
();
profile_sync_service_harness.cc
487
bool ProfileSyncServiceHarness::
AwaitDataSyncCompletion
() {
488
DVLOG(1) << GetClientInfoString("
AwaitDataSyncCompletion
");
502
return AwaitStatusChange(&data_synced_checker, "
AwaitDataSyncCompletion
");
594
// We must use
AwaitDataSyncCompletion
rather than the more common
600
// strict condition,
AwaitDataSyncCompletion
.
601
if (!
AwaitDataSyncCompletion
())
880
if (
AwaitDataSyncCompletion
()) {
[
all
...]
Completed in 621 milliseconds