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

1 2

  /external/chromium_org/sync/internal_api/
base_node.cc 70 if (GetModelType() == BOOKMARKS &&
91 << ModelTypeToString(GetModelType()) << ".";
104 << ModelTypeToString(GetModelType())
120 if (GetModelType() == BOOKMARKS) {
161 if (BOOKMARKS == GetModelType() &&
220 DCHECK_EQ(GetModelType(), APPS);
225 DCHECK_EQ(GetModelType(), AUTOFILL);
230 DCHECK_EQ(GetModelType(), AUTOFILL_PROFILE);
235 DCHECK_EQ(GetModelType(), BOOKMARKS);
240 DCHECK_EQ(GetModelType(), NIGORI)
    [all...]
read_node.cc 48 ModelType model_type = GetModelType();
91 ModelType model_type = GetModelType();
107 ModelType found_model_type = GetModelType();
write_node.cc 45 DCHECK_NE(GetModelType(), UNSPECIFIED);
46 ModelType type = GetModelType();
90 if (GetModelType() == BOOKMARKS) {
149 DCHECK_EQ(GetModelType(), PASSWORDS);
219 DCHECK_EQ(new_specifics_type, GetModelType());
243 DCHECK_EQ(new_specifics_type, GetModelType());
323 ModelType model_type = GetModelType();
sync_backup_manager.cc 83 ModelType type = e.GetModelType();
  /external/chromium_org/sync/test/fake_server/
fake_server_entity.h 31 syncer::ModelType GetModelType() const;
tombstone_entity.cc 40 AddDefaultFieldValue(FakeServerEntity::GetModelType(), specifics);
fake_server_entity.cc 40 ModelType FakeServerEntity::GetModelType() const {
fake_server.cc 33 using syncer::GetModelType;
90 request_from_version_.find(entity->GetModelType());
295 if (entity->GetModelType() == syncer::NIGORI) {
332 } else if (GetModelType(client_entity) == syncer::NIGORI) {
452 committed_model_types.Put(entity->GetModelType());
479 if (!dictionary->GetList(ModelTypeToString(entity->GetModelType()),
unique_client_entity.cc 49 current_server_entity->GetModelType(),
bookmark_entity.cc 23 return syncer::GetModelType(client_entity) == syncer::BOOKMARKS;
permanent_entity.cc 74 ModelType model_type = current_server_entity->GetModelType();
  /external/chromium_org/sync/engine/
process_updates_util.cc 107 const ModelType model_type = GetModelType(entry);
124 ModelType placement_type = !deleted ? GetModelType(entry)
125 : same_id.good() ? same_id.GetModelType() : UNSPECIFIED;
163 const ModelType model_type = GetModelType(entry);
293 DCHECK_EQ(type, GetModelType(**update_it));
non_blocking_type_processor.h 45 ModelType GetModelType() const;
non_blocking_type_processor_core.h 58 ModelType GetModelType() const;
non_blocking_type_processor.cc 39 ModelType NonBlockingTypeProcessor::GetModelType() const {
56 sync_core_proxy_->ConnectTypeToCore(GetModelType(),
73 sync_core_proxy_->Disconnect(GetModelType());
commit_util.cc 93 DCHECK_EQ(meta_entry.GetModelType(), GetModelType(*sync_entry));
187 AddDefaultFieldValue(meta_entry.GetModelType(),
directory_commit_contribution.cc 109 if (e.GetModelType() == BOOKMARKS)
non_blocking_type_processor_core.cc 34 ModelType NonBlockingTypeProcessorCore::GetModelType() const {
  /external/chromium_org/sync/internal_api/public/
base_node.h 112 ModelType GetModelType() const;
115 // data. Can only be called if GetModelType() == BOOKMARK.
119 // data. Can only be called if GetModelType() == APPS.
123 // data. Can only be called if GetModelType() == AUTOFILL.
130 // data. Can only be called if GetModelType() == NIGORI.
134 // data. Can only be called if GetModelType() == PASSWORD.
138 // data. Can only be called if GetModelType() == PREFERENCE.
142 // data. Can only be called if GetModelType() == THEME.
146 // data. Can only be called if GetModelType() == TYPED_URLS.
150 // data. Can only be called if GetModelType() == EXTENSIONS
    [all...]
  /external/chromium_org/sync/syncable/
entry.cc 57 ModelTypeToValue(GetModelType()));
82 ModelType Entry::GetModelType() const {
nigori_util.cc 72 ModelType type = entry.GetModelType();
129 DCHECK_EQ(type, child.GetModelType());
entry.h 219 ModelType GetModelType() const;
entry_kernel.cc 24 ModelType EntryKernel::GetModelType() const {
  /external/chromium_org/sync/internal_api/public/base/
model_type.h 167 SYNC_EXPORT_PRIVATE ModelType GetModelType(
172 // prefer using GetModelType where possible.
  /external/chromium_org/sync/sessions/
model_type_registry.cc 239 if ((*it)->GetModelType() == type) {
298 enabled_off_thread_types.Put((*it)->GetModelType());

Completed in 695 milliseconds

1 2