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

/external/chromium_org/chrome/browser/sync/glue/
H A Dsearch_engine_data_type_controller_unittest.cc98 EXPECT_FALSE(syncable_service_.syncing());
102 EXPECT_TRUE(syncable_service_.syncing());
107 EXPECT_FALSE(syncable_service_.syncing());
114 EXPECT_FALSE(syncable_service_.syncing());
140 EXPECT_FALSE(syncable_service_.syncing());
144 EXPECT_FALSE(syncable_service_.syncing());
154 EXPECT_FALSE(syncable_service_.syncing());
158 EXPECT_TRUE(syncable_service_.syncing());
162 EXPECT_FALSE(syncable_service_.syncing());
166 EXPECT_FALSE(syncable_service_.syncing());
[all...]
/external/chromium_org/sync/internal_api/public/engine/
H A Dsync_status.cc16 syncing(false),
H A Dsync_status.h50 bool syncing; member in struct:syncer::SyncStatus
/external/chromium_org/components/sync_driver/
H A Dui_data_type_controller_unittest.cc99 // service has been told to start syncing and that the DTC is now in RUNNING
105 EXPECT_FALSE(syncable_service_.syncing());
108 EXPECT_TRUE(syncable_service_.syncing());
112 // syncing, and that the DTC went from RUNNING to NOT_RUNNING.
117 EXPECT_FALSE(syncable_service_.syncing());
120 EXPECT_TRUE(syncable_service_.syncing());
123 EXPECT_FALSE(syncable_service_.syncing());
133 EXPECT_FALSE(syncable_service_.syncing());
136 EXPECT_TRUE(syncable_service_.syncing());
139 EXPECT_FALSE(syncable_service_.syncing());
[all...]
/external/chromium_org/sync/api/
H A Dfake_syncable_service.cc28 bool FakeSyncableService::syncing() const { function in class:syncer::FakeSyncableService
H A Dfake_syncable_service.h15 // syncing status.
25 // Whether we're syncing or not. Set on a successful MergeDataAndStartSyncing,
27 bool syncing() const;
/external/chromium_org/sync/engine/
H A Dall_status.cc48 status.syncing = true;
50 status.syncing = false;
/external/chromium_org/ui/file_manager/file_manager/background/js/
H A Ddrive_sync_handler.js37 * If the property is true, this item is syncing.
75 * @return {boolean} Whether the handler is having syncing items or not.
77 get syncing() {
H A Dbackground.js180 this.driveSyncHandler_.syncing) {
/external/chromium_org/chrome/browser/sync/
H A Dabout_sync_util.cc364 is_syncing.SetValue(full_status.syncing);
/external/blktrace/doc/
H A Dblktrace.tex426 the vm flushing dirty data to disk or the file system syncing

Completed in 2224 milliseconds