Home
last modified time | relevance | path

Searched refs:WAITING_FOR_SYNC_TO_FINISH (Results 1 – 2 of 2) sorted by relevance

/external/chromium/chrome/browser/sync/
Dprofile_sync_service_harness.cc214 case WAITING_FOR_SYNC_TO_FINISH: { in RunStateChangeMachine()
265 SignalStateCompleteWithNextState(WAITING_FOR_SYNC_TO_FINISH); in RunStateChangeMachine()
327 DCHECK_EQ(wait_state_, WAITING_FOR_SYNC_TO_FINISH); in AwaitSyncCycleCompletion()
331 wait_state_ = WAITING_FOR_SYNC_TO_FINISH; in AwaitSyncCycleCompletion()
507 wait_state_ = WAITING_FOR_SYNC_TO_FINISH; in EnableSyncForDatatype()
551 wait_state_ = WAITING_FOR_SYNC_TO_FINISH; in EnableSyncForAllDatatypes()
Dprofile_sync_service_harness.h149 WAITING_FOR_SYNC_TO_FINISH, enumerator