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

  /external/chromium_org/components/sync_driver/
model_association_manager.h 39 virtual void OnSingleDataTypeWillStop(syncer::ModelType type,
model_association_manager_unittest.cc 24 MOCK_METHOD2(OnSingleDataTypeWillStop,
113 OnSingleDataTypeWillStop(syncer::BOOKMARKS, _));
138 OnSingleDataTypeWillStop(syncer::BOOKMARKS, _));
164 OnSingleDataTypeWillStop(syncer::BOOKMARKS, _));
191 OnSingleDataTypeWillStop(syncer::BOOKMARKS, _));
231 OnSingleDataTypeWillStop(syncer::BOOKMARKS, _));
304 OnSingleDataTypeWillStop(syncer::BOOKMARKS, _));
341 OnSingleDataTypeWillStop(syncer::BOOKMARKS, _));
379 OnSingleDataTypeWillStop(syncer::BOOKMARKS, _));
data_type_manager_impl.h 71 virtual void OnSingleDataTypeWillStop(
model_association_manager.cc 161 delegate_->OnSingleDataTypeWillStop(dtc->type(), error);
data_type_manager_impl.cc 429 void DataTypeManagerImpl::OnSingleDataTypeWillStop(

Completed in 1085 milliseconds