HomeSort by relevance Sort by last modified time
    Searched defs:model_type (Results 1 - 22 of 22) sorted by null

  /external/chromium_org/chrome/browser/themes/
theme_syncable_service.h 30 static syncer::ModelType model_type() { return syncer::THEMES; } function in class:ThemeSyncableService
  /external/chromium_org/chrome/browser/webdata/
autocomplete_syncable_service.h 65 static syncer::ModelType model_type() { return syncer::AUTOFILL; } function in class:AutocompleteSyncableService
  /external/chromium_org/sync/internal_api/public/
data_type_debug_info_listener.h 10 #include "sync/internal_api/public/base/model_type.h"
20 ModelType model_type; member in struct:syncer::DataTypeConfigurationStats
  /external/chromium_org/sync/syncable/
model_type_unittest.cc 5 #include "sync/internal_api/public/base/model_type.h"
22 ModelType model_type = ModelTypeFromInt(i); local
23 base::ExpectStringValue(ModelTypeToString(model_type),
24 ModelTypeToValue(model_type));
34 ModelType model_type = ModelTypeFromInt(i); local
35 scoped_ptr<base::StringValue> value(ModelTypeToValue(model_type));
36 EXPECT_EQ(model_type, ModelTypeFromValue(*value));
  /external/chromium_org/sync/test/fake_server/
unique_client_entity.cc 11 #include "sync/internal_api/public/base/model_type.h"
29 ModelType model_type = local
33 model_type,
52 const ModelType& model_type,
59 : FakeServerEntity(id, model_type, version, name),
permanent_entity.cc 11 #include "sync/internal_api/public/base/model_type.h"
28 FakeServerEntity* PermanentEntity::Create(const ModelType& model_type,
32 CHECK(model_type != syncer::UNSPECIFIED) << "The entity's ModelType is "
41 string id = FakeServerEntity::CreateId(model_type, server_tag);
42 string parent_id = FakeServerEntity::CreateId(model_type, parent_server_tag);
44 AddDefaultFieldValue(model_type, &entity_specifics);
46 model_type,
54 FakeServerEntity* PermanentEntity::CreateTopLevel(const ModelType& model_type) {
55 CHECK(model_type != syncer::UNSPECIFIED) << "The entity's ModelType is "
57 string server_tag = syncer::ModelTypeToRootTag(model_type);
74 ModelType model_type = current_server_entity->GetModelType(); local
    [all...]
fake_server.cc 23 #include "sync/internal_api/public/base/model_type.h"
135 ModelType model_type = syncer::GetModelTypeFromSpecificsFieldNumber( local
137 request_from_version[model_type] = version;
164 ModelType model_type = it.Get(); local
166 PermanentEntity::CreateTopLevel(model_type);
172 if (model_type == syncer::BOOKMARKS) {
  /external/chromium_org/chrome/browser/history/
typed_url_syncable_service.h 43 static syncer::ModelType model_type() { return syncer::TYPED_URLS; } function in class:history::TypedUrlSyncableService
  /external/chromium_org/chrome/browser/sync/glue/
bookmark_model_associator.h 39 static syncer::ModelType model_type() { return syncer::BOOKMARKS; } function in class:browser_sync::BookmarkModelAssociator
typed_url_model_associator.h 50 static syncer::ModelType model_type() { return syncer::TYPED_URLS; } function in class:browser_sync::TypedUrlModelAssociator
sync_backend_registrar_unittest.cc 13 #include "sync/internal_api/public/base/model_type.h"
98 ModelType model_type = ModelTypeFromInt(i); local
99 EXPECT_EQ(types.Has(model_type),
100 registrar_->IsTypeActivatedForTest(model_type));
  /external/chromium_org/sync/api/
sync_merge_result.cc 24 DCHECK(!error.IsSet() || model_type_ == error.model_type());
54 ModelType SyncMergeResult::model_type() const { function in class:syncer::SyncMergeResult
sync_error.cc 11 #include "sync/internal_api/public/base/model_type.h"
22 ModelType model_type) {
24 Init(location, message, model_type, error_type);
47 other.model_type(),
63 ModelType model_type) {
64 Init(location, message, model_type, DATATYPE_ERROR);
70 ModelType model_type,
74 model_type_ = model_type;
93 ModelType SyncError::model_type() const { function in class:syncer::SyncError
  /external/chromium_org/components/autofill/core/browser/webdata/
autofill_profile_syncable_service.h 69 static syncer::ModelType model_type() { return syncer::AUTOFILL_PROFILE; } function in class:autofill::AutofillProfileSyncableService
  /external/chromium_org/sync/engine/
directory_update_handler.cc 209 ModelType model_type = GetModelTypeFromSpecificsFieldNumber(field_number); local
210 if (!IsRealDataType(model_type) || type_ != model_type) {
process_updates_util.cc 107 const ModelType model_type = GetModelType(entry); local
147 is_directory, model_type, &same_id);
163 const ModelType model_type = GetModelType(entry); local
169 model_type,
get_updates_processor.cc 98 ModelType model_type = GetModelTypeFromSpecificsFieldNumber(field_number); local
99 if (!IsRealDataType(model_type)) {
103 if (!request_types.Has(model_type)) {
106 << ModelTypeToString(model_type);
109 index_map->insert(std::make_pair(model_type, i));
119 ModelType model_type = GetModelTypeFromSpecificsFieldNumber(field_number); local
120 if (!IsRealDataType(model_type)) {
124 if (!request_types.Has(model_type)) {
127 << ModelTypeToString(model_type);
130 index_map->insert(std::make_pair(model_type, i))
    [all...]
syncer_proto_util.cc 14 #include "sync/internal_api/public/base/model_type.h"
166 ModelType model_type = GetModelTypeFromSpecificsFieldNumber(field_number); local
167 if (!IsRealDataType(model_type)) {
171 to_migrate.Put(model_type);
191 ModelType model_type = local
193 if (!IsRealDataType(model_type)) {
197 sync_protocol_error.error_data_types.Put(model_type);
  /external/chromium_org/sync/internal_api/public/sessions/
sync_session_snapshot.cc 96 const std::string model_type = ModelTypeToString(static_cast<ModelType>(i)); local
97 counter_entries->Set(model_type, type_entries.release());
  /external/chromium_org/chrome/browser/extensions/api/storage/
settings_sync_unittest.cc 240 syncer::SyncableService* GetSyncableService(syncer::ModelType model_type) {
244 return sync_cache->GetSyncableService(model_type);
250 syncer::ModelType model_type) {
252 GetSyncableService(model_type)->GetAllSyncData(model_type);
279 syncer::ModelType model_type = syncer::EXTENSION_SETTINGS; local
282 EXPECT_EQ(0u, GetAllSyncData(model_type).size());
286 EXPECT_EQ(0u, GetAllSyncData(model_type).size());
288 GetSyncableService(model_type)->MergeDataAndStartSyncing(
289 model_type,
304 syncer::ModelType model_type = syncer::APP_SETTINGS; local
355 syncer::ModelType model_type = syncer::EXTENSION_SETTINGS; local
387 syncer::ModelType model_type = syncer::APP_SETTINGS; local
428 syncer::ModelType model_type = syncer::EXTENSION_SETTINGS; local
502 syncer::ModelType model_type = syncer::APP_SETTINGS; local
701 syncer::ModelType model_type = syncer::EXTENSION_SETTINGS; local
901 syncer::ModelType model_type = syncer::APP_SETTINGS; local
999 syncer::ModelType model_type = syncer::EXTENSION_SETTINGS; local
1054 syncer::ModelType model_type = syncer::APP_SETTINGS; local
1158 syncer::ModelType model_type = syncer::EXTENSION_SETTINGS; local
1249 syncer::ModelType model_type = syncer::EXTENSION_SETTINGS; local
1347 syncer::ModelType model_type = syncer::APP_SETTINGS; local
1389 syncer::ModelType model_type = syncer::EXTENSION_SETTINGS; local
    [all...]
  /external/chromium_org/sync/tools/
sync_client.cc 33 #include "sync/internal_api/public/base/model_type.h"
134 ModelType model_type,
139 << ModelTypeToString(model_type); variable
157 virtual void OnChangesComplete(ModelType model_type) OVERRIDE {
159 << ModelTypeToString(model_type); variable
  /external/chromium_org/sync/internal_api/
sync_manager_impl.cc 25 #include "sync/internal_api/public/base/model_type.h"
137 ModelType model_type = GetModelTypeFromSpecifics(b_specifics); local
139 if (model_type < FIRST_REAL_MODEL_TYPE ||
691 ModelType model_type = local
693 if (model_type < FIRST_REAL_MODEL_TYPE) {
699 if (model_type != UNSPECIFIED) {
700 mutated_model_types.Put(model_type);
    [all...]

Completed in 448 milliseconds