Searched defs:GetModelType (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/sync/test/fake_server/
H A Dfake_server_entity.cc44 ModelType FakeServerEntity::GetModelType() const { function in class:fake_server::FakeServerEntity
/external/chromium_org/sync/syncable/
H A Dentry.cc57 ModelTypeToValue(GetModelType()));
82 ModelType Entry::GetModelType() const { function in class:syncer::syncable::Entry
H A Dentry_kernel.cc24 ModelType EntryKernel::GetModelType() const { function in class:syncer::syncable::EntryKernel
H A Dmodel_type.cc213 // Note: keep this consistent with GetModelType in entry.cc!
214 ModelType GetModelType(const sync_pb::SyncEntity& sync_entity) { function in namespace:syncer
/external/chromium_org/sync/engine/
H A Dmodel_type_sync_proxy_impl.cc39 ModelType ModelTypeSyncProxyImpl::GetModelType() const { function in class:syncer::ModelTypeSyncProxyImpl
58 GetModelType(),
78 sync_context_proxy_->Disconnect(GetModelType());
H A Dmodel_type_sync_worker_impl.cc60 ModelType ModelTypeSyncWorkerImpl::GetModelType() const { function in class:syncer::ModelTypeSyncWorkerImpl
/external/chromium_org/sync/internal_api/
H A Dbase_node.cc70 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(), NIGOR
289 ModelType BaseNode::GetModelType() const { function in class:syncer::BaseNode
[all...]
/external/chromium_org/chrome/browser/sync/
H A Dprofile_sync_service_autofill_unittest.cc187 syncer::ModelType GetModelType() { function
192 syncer::ModelType GetModelType<AutofillEntry>() { function
197 syncer::ModelType GetModelType<AutofillProfile>() { function
759 if (!test->CreateRoot(GetModelType<T>()))

Completed in 188 milliseconds