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

  /external/chromium_org/sync/test/fake_server/
fake_server_entity.cc 40 ModelType FakeServerEntity::GetModelType() const {
  /external/chromium_org/sync/engine/
non_blocking_type_processor.cc 39 ModelType NonBlockingTypeProcessor::GetModelType() const {
56 sync_core_proxy_->ConnectTypeToCore(GetModelType(),
73 sync_core_proxy_->Disconnect(GetModelType());
non_blocking_type_processor_core.cc 34 ModelType NonBlockingTypeProcessorCore::GetModelType() const {
  /external/chromium_org/sync/syncable/
entry.cc 57 ModelTypeToValue(GetModelType()));
82 ModelType Entry::GetModelType() const {
entry_kernel.cc 24 ModelType EntryKernel::GetModelType() const {
model_type.cc 213 // Note: keep this consistent with GetModelType in entry.cc!
214 ModelType GetModelType(const sync_pb::SyncEntity& sync_entity) {
    [all...]
  /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...]
  /external/chromium_org/chrome/browser/sync/
profile_sync_service_autofill_unittest.cc 186 syncer::ModelType GetModelType() {
191 syncer::ModelType GetModelType<AutofillEntry>() {
196 syncer::ModelType GetModelType<AutofillProfile>() {
753 if (!test->CreateRoot(GetModelType<T>()))
    [all...]

Completed in 328 milliseconds