OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:has_more_to_sync
(Results
1 - 2
of
2
) sorted by null
/external/chromium/chrome/browser/sync/sessions/
session_state.h
137
const bool
has_more_to_sync
;
member in struct:browser_sync::sessions::SyncSessionSnapshot
/external/chromium/chrome/browser/sync/engine/
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
...]
Completed in 1407 milliseconds