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

  /external/chromium_org/components/sync_driver/
shared_change_processor.h 82 virtual int GetSyncCount();
shared_change_processor.cc 92 int SharedChangeProcessor::GetSyncCount() {
non_ui_data_type_controller_unittest.cc 77 MOCK_METHOD0(GetSyncCount, int());
242 EXPECT_CALL(*change_processor_.get(), GetSyncCount()).WillOnce(Return(0));
non_ui_data_type_controller.cc 409 shared_change_processor->GetSyncCount());
ui_data_type_controller.cc 206 shared_change_processor_->GetSyncCount());
  /external/chromium_org/chrome/browser/sync/
profile_sync_service_autofill_unittest.cc 530 int GetSyncCount(syncer::ModelType type) {
574 EXPECT_EQ(GetSyncCount(type),
    [all...]

Completed in 224 milliseconds