OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:has_more_to_sync
(Results
1 - 6
of
6
) sorted by null
/external/chromium/chrome/browser/sync/
profile_sync_service_harness.cc
445
// TODO(rsimha): Remove additional checks of snap->
has_more_to_sync
and
452
!snap->
has_more_to_sync
&&
582
<< ",
has_more_to_sync
: " << snap->
has_more_to_sync
/external/chromium/chrome/browser/sync/sessions/
session_state.cc
126
has_more_to_sync
(more_to_sync),
153
value->SetBoolean("hasMoreToSync",
has_more_to_sync
);
session_state.h
137
const bool
has_more_to_sync
;
member in struct:browser_sync::sessions::SyncSessionSnapshot
/external/chromium/chrome/browser/sync/engine/
all_status.cc
56
status.syncing = snapshot->
has_more_to_sync
&& snapshot->is_silenced;
syncer_thread.cc
546
bool
has_more_to_sync
= true;
local
547
while (ShouldRunJob(job) &&
has_more_to_sync
) {
552
has_more_to_sync
= job.session->HasMoreToSync();
553
if (
has_more_to_sync
)
[
all
...]
syncapi.cc
[
all
...]
Completed in 341 milliseconds