Searched refs:syncing (Results 1 - 10 of 10) sorted by relevance

/external/chromium/chrome/browser/sync/engine/
H A Dall_status.cc34 status.syncing = true;
55 status.syncing |= snapshot->syncer_status.syncing;
56 status.syncing = snapshot->has_more_to_sync && snapshot->is_silenced;
89 else if (unsynced_changes || status_.syncing)
H A Dsyncapi.h429 // Additionally, they will mark for syncing if the underlying value
669 // Connected and syncing.
701 bool syncing; member in struct:sync_api::SyncManager::Status
814 // global stop syncing operation has wiped the store.
/external/chromium/chrome/browser/sync/sessions/
H A Dstatus_controller.cc106 void StatusController::set_syncing(bool syncing) { argument
107 if (shared_.syncer_status.value().syncing != syncing)
108 shared_.syncer_status.mutate()->syncing = syncing;
H A Dsession_state_unittest.cc48 status.syncing = true;
58 ExpectBooleanValue(status.syncing, *value, "syncing");
H A Dstatus_controller_unittest.cc138 EXPECT_FALSE(status.syncer_status().syncing);
140 EXPECT_TRUE(status.syncer_status().syncing);
H A Dstatus_controller.h209 void set_syncing(bool syncing);
H A Dsession_state.cc48 syncing(false),
62 value->SetBoolean("syncing", syncing);
H A Dsession_state.h71 bool syncing; member in struct:browser_sync::sessions::SyncerStatus
/external/chromium/chrome/browser/sync/
H A Dsync_ui_util.cc375 sync_ui_util::AddBoolSyncDetail(details, "Syncing", full_status.syncing);
/external/blktrace/doc/
H A Dblktrace.tex426 the vm flushing dirty data to disk or the file system syncing

Completed in 89 milliseconds