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

  /external/chromium_org/chrome/browser/sync_file_system/local/
local_file_sync_service_unittest.cc 323 StrictMock<MockSyncStatusObserver> status_observer; local
324 EXPECT_CALL(status_observer, OnSyncEnabled(kFile))
326 file_system_->AddSyncStatusObserver(&status_observer);
364 file_system_->RemoveSyncStatusObserver(&status_observer);
375 StrictMock<MockSyncStatusObserver> status_observer; local
376 EXPECT_CALL(status_observer, OnSyncEnabled(kFile))
378 file_system_->AddSyncStatusObserver(&status_observer);
401 file_system_->RemoveSyncStatusObserver(&status_observer);
412 StrictMock<MockSyncStatusObserver> status_observer; local
413 EXPECT_CALL(status_observer, OnSyncEnabled(kDir)).Times(AtLeast(1))
443 StrictMock<MockSyncStatusObserver> status_observer; local
    [all...]
  /external/chromium_org/chrome/browser/sync_file_system/
sync_file_system_service_unittest.cc 301 StrictMock<MockSyncStatusObserver> status_observer; local
306 file_system_->AddSyncStatusObserver(&status_observer);
315 EXPECT_CALL(status_observer, OnSyncEnabled(kFile))
317 EXPECT_CALL(status_observer, OnWriteEnabled(kFile))

Completed in 72 milliseconds