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

  /external/chromium_org/sync/engine/
sync_scheduler_unittest.cc 41 MOCK_METHOD3(NormalSyncShare, bool(ModelTypeSet,
265 EXPECT_CALL(*syncer(), NormalSyncShare(_,_,_))
281 EXPECT_CALL(*syncer(), NormalSyncShare(_,_,_))
387 EXPECT_CALL(*syncer(), NormalSyncShare(_,_,_))
398 EXPECT_CALL(*syncer(), NormalSyncShare(_,_,_))
414 EXPECT_CALL(*syncer(), NormalSyncShare(_,_,_))
426 EXPECT_CALL(*syncer(), NormalSyncShare(_,_,_))
458 EXPECT_CALL(*syncer(), NormalSyncShare(_,_,_))
471 EXPECT_CALL(*syncer(), NormalSyncShare(_,_,_))
552 EXPECT_CALL(*syncer(), NormalSyncShare(_,_,_)
    [all...]
syncer.h 50 virtual bool NormalSyncShare(ModelTypeSet request_types,
syncer.cc 62 bool Syncer::NormalSyncShare(ModelTypeSet request_types,
sync_scheduler_impl.cc 471 bool premature_exit = !syncer_->NormalSyncShare(
syncer_unittest.cc 191 syncer_->NormalSyncShare(
663 syncer_->NormalSyncShare(
678 syncer_->NormalSyncShare(
    [all...]

Completed in 108 milliseconds