Searched defs:model_type (Results 1 - 25 of 40) sorted by relevance

12

/external/chromium/chrome/browser/sync/glue/
H A Dtheme_model_associator.h11 #include "chrome/browser/sync/syncable/model_type.h"
27 static syncable::ModelType model_type() { return syncable::THEMES; } function in class:browser_sync::ThemeModelAssociator
H A Dextension_model_associator.h12 #include "chrome/browser/sync/syncable/model_type.h"
33 static syncable::ModelType model_type() { return syncable::EXTENSIONS; } function in class:browser_sync::ExtensionModelAssociator
H A Dautofill_model_associator.h48 static syncable::ModelType model_type() { return syncable::AUTOFILL; } function in class:browser_sync::AutofillModelAssociator
H A Dpreference_model_associator.h38 static syncable::ModelType model_type() { return syncable::PREFERENCES; } function in class:browser_sync::PreferenceModelAssociator
H A Dbookmark_model_associator.h39 static syncable::ModelType model_type() { return syncable::BOOKMARKS; } function in class:browser_sync::BookmarkModelAssociator
H A Dextension_sync_traits.h9 #include "chrome/browser/sync/syncable/model_type.h"
50 syncable::ModelType model_type,
61 const syncable::ModelType model_type; member in struct:browser_sync::ExtensionSyncTraits
H A Dpassword_model_associator.h51 static syncable::ModelType model_type() { return syncable::PASSWORDS; } function in class:browser_sync::PasswordModelAssociator
H A Dautofill_profile_model_associator.h57 static syncable::ModelType model_type() { return syncable::AUTOFILL_PROFILE; } function in class:browser_sync::AutofillProfileModelAssociator
H A Dtyped_url_model_associator.h56 static syncable::ModelType model_type() { return syncable::TYPED_URLS; } function in class:browser_sync::TypedUrlModelAssociator
H A Dextension_sync_traits.cc18 syncable::ModelType model_type,
26 : model_type(model_type),
17 ExtensionSyncTraits( syncable::ModelType model_type, IsValidAndSyncablePredicate is_valid_and_syncable, ShouldHandleExtensionUninstallPredicate should_handle_extension_uninstall, const char* root_node_tag, ExtensionSpecificsGetter extension_specifics_getter, ExtensionSpecificsSetter extension_specifics_setter, ExtensionSpecificsEntityGetter extension_specifics_entity_getter) argument
H A Dsession_model_associator.h28 #include "chrome/browser/sync/syncable/model_type.h"
176 static syncable::ModelType model_type() { return syncable::SESSIONS; } function in class:browser_sync::SessionModelAssociator
/external/chromium/chrome/browser/sync/engine/
H A Dapply_updates_command.cc53 syncable::ModelType model_type = syncable::ModelTypeFromInt(i); local
56 dir->set_initial_sync_ended_for_type(model_type, true);
H A Dcleanup_disabled_types_command.cc10 #include "chrome/browser/sync/syncable/model_type.h"
22 syncable::ModelType model_type = syncable::ModelTypeFromInt(i); local
24 if (session->routing_info().count(model_type))
45 if (previous_routing.empty() || previous_routing.count(model_type))
46 to_cleanup.insert(model_type);
H A Ddownload_updates_command.cc50 syncable::ModelType model_type = syncable::ModelTypeFromInt(i->first); local
54 dir->GetDownloadProgress(model_type, progress_marker);
H A Dprocess_updates_command.cc80 const syncable::ModelType model_type = entry.GetModelType(); local
87 model_type);
H A Dverify_updates_command.cc85 const syncable::ModelType model_type = entry.GetModelType(); local
119 deleted, is_directory, model_type);
H A Dapply_updates_command_unittest.cc101 syncable::ModelType model_type,
118 syncable::AddDefaultExtensionValue(model_type, &default_specifics);
97 CreateUnsyncedItem(const Id& item_id, const Id& parent_id, const string& name, bool is_folder, syncable::ModelType model_type, int64* metahandle_out) argument
/external/chromium/chrome/browser/sync/
H A Dabstract_profile_sync_service_test.cc42 ModelType model_type) {
43 switch (model_type) {
67 ModelType model_type, UserShare* user_share,
75 std::string tag_name = GetTagForType(model_type);
92 syncable::AddDefaultExtensionValue(model_type, &specifics);
103 bool AbstractProfileSyncServiceTest::CreateRoot(ModelType model_type) { argument
105 model_type,
111 AbstractProfileSyncServiceTest* test, ModelType model_type)
112 : test_(test), model_type_(model_type), success_(false) {
41 GetTagForType( ModelType model_type) argument
66 CreateRoot( ModelType model_type, UserShare* user_share, TestIdFactory* ids) argument
110 CreateRootTask( AbstractProfileSyncServiceTest* test, ModelType model_type) argument
H A Djs_sync_manager_observer_unittest.cc15 #include "chrome/browser/sync/syncable/model_type.h"
195 int64 MakeNode(sync_api::UserShare* share, syncable::ModelType model_type) { argument
201 model_type, root_node,
202 syncable::ModelTypeToString(model_type)));
H A Djs_sync_manager_observer.cc14 #include "chrome/browser/sync/syncable/model_type.h"
26 syncable::ModelType model_type,
32 syncable::ModelTypeToString(model_type)));
43 syncable::ModelType model_type) {
46 syncable::ModelTypeToString(model_type)));
25 OnChangesApplied( syncable::ModelType model_type, const sync_api::BaseTransaction* trans, const sync_api::SyncManager::ChangeRecord* changes, int change_count) argument
42 OnChangesComplete( syncable::ModelType model_type) argument
/external/chromium/chrome/browser/sync/syncable/
H A Dmodel_type_unittest.cc5 #include "chrome/browser/sync/syncable/model_type.h"
32 ModelType model_type = ModelTypeFromInt(i); local
33 ExpectStringValue(ModelTypeToString(model_type),
34 ModelTypeToValue(model_type));
/external/chromium/chrome/browser/sync/notifier/
H A Dinvalidation_util.cc16 bool RealModelTypeToObjectId(syncable::ModelType model_type, argument
20 model_type, &notification_type)) {
28 syncable::ModelType* model_type) {
31 object_id.name(), model_type);
27 ObjectIdToRealModelType(const invalidation::ObjectId& object_id, syncable::ModelType* model_type) argument
H A Dregistration_manager.h18 #include "chrome/browser/sync/syncable/model_type.h"
70 // Marks the registration for the |model_type| lost and re-registers
72 void MarkRegistrationLost(syncable::ModelType model_type);
107 // Calls registration_manager->DoRegister(model_type). (needed by
112 syncable::ModelType model_type; member in struct:sync_notifier::RegistrationManager::RegistrationStatus
136 void TryRegisterType(syncable::ModelType model_type,
143 void DoRegisterType(syncable::ModelType model_type);
146 void UnregisterType(syncable::ModelType model_type);
149 bool IsTypeRegistered(syncable::ModelType model_type) const;
H A Dchrome_invalidation_client.cc15 #include "chrome/browser/sync/syncable/model_type.h"
122 syncable::ModelType model_type; local
123 if (!ObjectIdToRealModelType(invalidation.object_id(), &model_type)) {
142 max_invalidation_versions_.find(model_type);
149 max_invalidation_versions_[model_type] = invalidation.version();
158 types.insert(model_type);
201 syncable::ModelType model_type; local
202 if (!ObjectIdToRealModelType(object_id, &model_type)) {
210 registration_manager_->MarkRegistrationLost(model_type);
/external/chromium/chrome/browser/sync/sessions/
H A Dsession_state_unittest.cc99 syncable::ModelType model_type = syncable::ModelTypeFromInt(i); local
104 *value, syncable::ModelTypeToString(model_type));

Completed in 138 milliseconds

12