HomeSort by relevance Sort by last modified time
    Searched refs:model_type (Results 1 - 25 of 98) sorted by null

1 2 3 4

  /external/chromium_org/sync/internal_api/public/
data_type_debug_info_listener.cc 10 : model_type(UNSPECIFIED) {}
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/test/fake_server/
entity_builder.cc 10 #include "sync/internal_api/public/base/model_type.h"
18 EntityBuilder::EntityBuilder(ModelType model_type, const string& name)
19 : id_(FakeServerEntity::CreateId(model_type, base::GenerateGUID())),
20 model_type_(model_type),
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_entity.cc 21 #include "sync/internal_api/public/base/model_type.h"
61 string FakeServerEntity::CreateId(const ModelType& model_type,
63 int field_number = GetSpecificsFieldNumberFromModelType(model_type);
71 std::string FakeServerEntity::GetTopLevelId(const ModelType& model_type) {
73 model_type,
74 syncer::ModelTypeToRootTag(model_type));
91 const ModelType& model_type,
94 : model_type_(model_type),
fake_server_verifier.h 12 #include "sync/internal_api/public/base/model_type.h"
31 // given |model_type|. A failure is returned if the count does not match or
35 syncer::ModelType model_type) const;
38 // given |model_type| and |name|. A failure is returned if the count does not
42 syncer::ModelType model_type,
fake_server_entity.h 12 #include "sync/internal_api/public/base/model_type.h"
21 // <type> is the EntitySpecifics field number for |model_type|, <separator>
26 static std::string CreateId(const syncer::ModelType& model_type,
30 static std::string GetTopLevelId(const syncer::ModelType& model_type);
51 const syncer::ModelType& model_type,
permanent_entity.h 11 #include "sync/internal_api/public/base/model_type.h"
24 static FakeServerEntity* Create(const syncer::ModelType& model_type,
31 static FakeServerEntity* CreateTopLevel(const syncer::ModelType& model_type);
47 const syncer::ModelType& model_type,
fake_server_verifier.cc 9 #include "sync/internal_api/public/base/model_type.h"
31 AssertionResult UnknownTypeAssertionFailure(const string& model_type) {
33 << model_type;
47 syncer::ModelType model_type) const {
54 string model_type_string = ModelTypeToString(model_type);
68 syncer::ModelType model_type,
76 string model_type_string = ModelTypeToString(model_type);
tombstone_entity.cc 10 #include "sync/internal_api/public/base/model_type.h"
28 const ModelType& model_type)
29 : FakeServerEntity(id, model_type, 0, string()) { }
entity_builder.h 11 #include "sync/internal_api/public/base/model_type.h"
28 EntityBuilder(syncer::ModelType model_type, const std::string& name);
tombstone_entity.h 11 #include "sync/internal_api/public/base/model_type.h"
32 TombstoneEntity(const std::string& id, const syncer::ModelType& model_type);
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),
  /external/chromium_org/chrome/browser/sync/glue/
invalidation_helper.h 10 #include "sync/internal_api/public/base/model_type.h"
14 bool RealModelTypeToObjectId(ModelType model_type,
invalidation_helper.cc 11 bool RealModelTypeToObjectId(ModelType model_type,
14 if (!RealModelTypeToNotificationType(model_type, &notification_type)) {
  /external/chromium_org/sync/tools/
invalidation_helper.h 10 #include "sync/internal_api/public/base/model_type.h"
14 bool RealModelTypeToObjectId(ModelType model_type,
invalidation_helper.cc 11 bool RealModelTypeToObjectId(ModelType model_type,
14 if (!RealModelTypeToNotificationType(model_type, &notification_type)) {
  /external/chromium_org/sync/syncable/
model_type.cc 5 #include "sync/internal_api/public/base/model_type.h"
137 int GetSpecificsFieldNumberFromModelType(ModelType model_type) {
138 DCHECK(ProtocolTypes().Has(model_type))
140 switch (model_type) {
363 bool IsUserSelectableType(ModelType model_type) {
364 return UserSelectableTypes().Has(model_type);
418 bool IsControlType(ModelType model_type) {
419 return ControlTypes().Has(model_type);
460 const char* ModelTypeToString(ModelType model_type) {
464 switch (model_type) {
    [all...]
directory_unittest.h 49 void CreateEntry(const ModelType& model_type, const std::string& entryname);
52 void CreateEntry(const ModelType& model_type,
56 void CreateEntry(const ModelType& model_type,
61 const ModelType& model_type,
  /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/api/
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/sync/internal_api/public/base/
model_type.h 140 // sync/syncable/model_type.cc.
184 SYNC_EXPORT bool IsUserSelectableType(ModelType model_type);
213 SYNC_EXPORT bool IsControlType(ModelType model_type);
235 // ModelType model_type =
237 // if (!IsRealDataType(model_type)) {
241 // model_types.Put(model_type);
251 ModelType model_type);
258 // the name of |model_type|.
259 SYNC_EXPORT const char* ModelTypeToString(ModelType model_type);
264 SYNC_EXPORT int ModelTypeToHistogramInt(ModelType model_type);
    [all...]
  /external/chromium_org/sync/internal_api/
read_node.cc 48 ModelType model_type = GetModelType();
49 LOG_IF(WARNING, model_type == UNSPECIFIED || model_type == TOP_LEVEL_FOLDER)
55 ModelType model_type,
61 const std::string hash = syncable::GenerateSyncableHash(model_type, tag);
91 ModelType model_type = GetModelType();
92 DCHECK_EQ(model_type, BOOKMARKS)
js_mutation_event_observer.h 47 ModelType model_type,
50 virtual void OnChangesComplete(ModelType model_type) OVERRIDE;
  /external/chromium_org/chrome/browser/sync/
abstract_profile_sync_service_test.h 16 #include "sync/internal_api/public/base/model_type.h"
48 bool CreateRoot(syncer::ModelType model_type);
58 syncer::ModelType model_type);

Completed in 486 milliseconds

1 2 3 4