HomeSort by relevance Sort by last modified time
    Searched refs:ModelType (Results 51 - 75 of 112) sorted by null

1 23 4 5

  /external/chromium/chrome/browser/sync/engine/
store_timestamps_command.cc 37 syncable::ModelType model =
syncproto.h 66 syncable::ModelType GetModelType() const {
verify_updates_command_unittest.cc 43 const syncable::ModelType& type) {
62 const syncable::ModelType& type) {
syncer_proto_util.h 80 static void AddToEntitySpecificDatatypesFilter(syncable::ModelType datatype,
syncapi_unittest.cc 55 using syncable::ModelType;
81 ModelType model_type,
95 syncable::ModelType model_type,
109 ModelType model_type,
124 ModelType model_type,
140 ModelType model_type) {
414 ModelType expected_model_type = node.GetModelType();
418 ModelType model_type =
608 void(ModelType,
612 MOCK_METHOD1(OnChangesComplete, void(ModelType)); // NOLIN
    [all...]
download_updates_command.cc 50 syncable::ModelType model_type = syncable::ModelTypeFromInt(i->first);
process_updates_command.cc 80 const syncable::ModelType model_type = entry.GetModelType();
update_applicator.cc 94 syncable::ModelType type = entry.GetServerModelType();
  /external/chromium/chrome/browser/sync/glue/
bookmark_data_type_controller.cc 61 syncable::ModelType BookmarkDataTypeController::type() const {
bookmark_model_associator.h 39 static syncable::ModelType model_type() { return syncable::BOOKMARKS; }
data_type_manager_impl.h 66 std::map<syncable::ModelType, int> start_order_;
frontend_data_type_controller.h 30 // syncable::ModelType type() const
50 virtual syncable::ModelType type() const = 0;
password_data_type_controller.h 44 virtual syncable::ModelType type() const;
sync_backend_host.h 271 syncable::ModelType model_type,
275 virtual void OnChangesComplete(syncable::ModelType model_type);
431 ChangeProcessor* GetProcessor(syncable::ModelType modeltype);
495 bool IsCurrentThreadSafeForModel(syncable::ModelType model_type);
611 // into garbage. If a key is present, it means at least one ModelType that
632 std::map<syncable::ModelType, ChangeProcessor*> processors_;
autofill_data_type_controller.h 46 virtual syncable::ModelType type() const;
preference_model_associator.h 38 static syncable::ModelType model_type() { return syncable::PREFERENCES; }
typed_url_data_type_controller.h 56 virtual syncable::ModelType type() const;
data_type_manager_impl.cc 24 static const syncable::ModelType kStartOrder[] = {
47 explicit SortComparator(std::map<syncable::ModelType, int>* order)
56 std::map<syncable::ModelType, int>* order_;
75 // Build a ModelType -> order map for sorting.
  /external/chromium/chrome/browser/sync/sessions/
status_controller.h 130 syncable::ModelType GetCommitIdModelTypeAt(size_t index) {
189 bool ActiveGroupRestrictionIncludesModel(syncable::ModelType model) const {
  /external/chromium/chrome/browser/sync/notifier/
chrome_invalidation_client.h 111 std::map<syncable::ModelType, int64> max_invalidation_versions_;