HomeSort by relevance Sort by last modified time
    Searched refs:syncing (Results 1 - 16 of 16) sorted by null

  /external/chromium_org/chrome/browser/sync/glue/
search_engine_data_type_controller_unittest.cc 100 EXPECT_FALSE(syncable_service_.syncing());
103 EXPECT_TRUE(syncable_service_.syncing());
108 EXPECT_FALSE(syncable_service_.syncing());
114 EXPECT_FALSE(syncable_service_.syncing());
138 EXPECT_FALSE(syncable_service_.syncing());
141 EXPECT_FALSE(syncable_service_.syncing());
150 EXPECT_FALSE(syncable_service_.syncing());
153 EXPECT_TRUE(syncable_service_.syncing());
156 EXPECT_FALSE(syncable_service_.syncing());
161 EXPECT_FALSE(syncable_service_.syncing());
    [all...]
  /external/chromium_org/components/sync_driver/
ui_data_type_controller_unittest.cc 108 // service has been told to start syncing and that the DTC is now in RUNNING
114 EXPECT_FALSE(syncable_service_.syncing());
117 EXPECT_TRUE(syncable_service_.syncing());
121 // syncing, and that the DTC went from RUNNING to NOT_RUNNING.
126 EXPECT_FALSE(syncable_service_.syncing());
129 EXPECT_TRUE(syncable_service_.syncing());
132 EXPECT_FALSE(syncable_service_.syncing());
142 EXPECT_FALSE(syncable_service_.syncing());
145 EXPECT_TRUE(syncable_service_.syncing());
148 EXPECT_FALSE(syncable_service_.syncing());
    [all...]
  /external/chromium_org/sync/internal_api/public/engine/
sync_status.cc 16 syncing(false),
sync_status.h 50 bool syncing; member in struct:syncer::SyncStatus
  /external/chromium_org/sync/api/
fake_syncable_service.h 15 // syncing status.
25 // Whether we're syncing or not. Set on a successful MergeDataAndStartSyncing,
27 bool syncing() const;
fake_syncable_service.cc 28 bool FakeSyncableService::syncing() const { function in class:syncer::FakeSyncableService
  /external/chromium_org/sync/engine/
all_status.cc 48 status.syncing = true;
50 status.syncing = false;
  /external/chromium_org/ui/file_manager/file_manager/background/js/
drive_sync_handler.js 67 * @return {boolean} Whether the handler is having syncing items or not.
69 get syncing() {
95 if (!this.syncing)
background.js 172 this.driveSyncHandler_.syncing) {
  /external/chromium_org/chrome/browser/ui/webui/
sync_setup_browsertest.js 64 // Make sure the user is not starting off in the signed in or syncing state.
  /external/chromium_org/chrome/browser/sync/
about_sync_util.cc 250 BoolSyncStat is_syncing(section_local, "Syncing");
364 is_syncing.SetValue(full_status.syncing);
  /external/chromium_org/tools/
run-bisect-perf-regression.py 466 'without syncing, building, or running the performance '
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/injected/
user_event_detail.js 27 * speaking/syncing to the result and will do nothing more for this action.
user_commands.js 65 * TODO (clchen, dmazzoni): Implement syncing on click to avoid needing this.
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/walkers/
abstract_walker.js 102 * Note that, since CursorSelection has a direction, syncing to a selection
  /external/blktrace/doc/
blktrace.tex 426 the vm flushing dirty data to disk or the file system syncing
    [all...]

Completed in 279 milliseconds