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

1 2 3 4

  /external/chromium_org/sync/api/
sync_merge_result_unittest.cc 17 SyncMergeResult merge_result(BOOKMARKS);
27 SyncError error(FROM_HERE, SyncError::DATATYPE_ERROR, "message", BOOKMARKS);
28 SyncMergeResult merge_result(BOOKMARKS);
32 EXPECT_EQ(BOOKMARKS, merge_result.model_type());
36 SyncMergeResult merge_result(BOOKMARKS);
44 SyncMergeResult merge_result(BOOKMARKS);
52 SyncMergeResult merge_result(BOOKMARKS);
60 SyncMergeResult merge_result(BOOKMARKS);
68 SyncMergeResult merge_result(BOOKMARKS);
  /external/chromium_org/sync/syncable/
syncable_util_unittest.cc 16 GenerateSyncableHash(BOOKMARKS, "tag1"));
23 GenerateSyncableHash(BOOKMARKS, "tag2"));
nigori_util_unittest.cc 18 encrypted_types.Put(BOOKMARKS);
29 AddDefaultFieldValue(BOOKMARKS, &bookmark_specifics);
model_type_unittest.cc 41 const ModelTypeSet model_types(BOOKMARKS, APPS);
48 EXPECT_EQ("Bookmarks", types[0]);
59 model_types.Put(BOOKMARKS);
70 EXPECT_TRUE(IsRealDataType(BOOKMARKS));
75 EXPECT_FALSE(IsProxyType(BOOKMARKS));
116 syncer::ModelTypeSet one(BOOKMARKS);
117 syncer::ModelTypeSet two(BOOKMARKS, TYPED_URLS);
directory_unittest.cc 185 EXPECT_FALSE(types_to_purge.Has(BOOKMARKS));
186 EXPECT_TRUE(dir_->InitialSyncEndedForType(BOOKMARKS));
235 dir()->SetDownloadProgress(BOOKMARKS, BuildProgress(BOOKMARKS));
239 MutableEntry e(&trans, CREATE, BOOKMARKS, trans.root_id(), "foo");
243 AddDefaultFieldValue(BOOKMARKS, &specs);
255 ModelTypeSet to_purge(BOOKMARKS);
280 MutableEntry e(&trans, CREATE, BOOKMARKS, trans.root_id(), "foo");
313 MutableEntry e2(&trans, CREATE, BOOKMARKS, trans.root_id(), "bar");
347 MutableEntry e(&trans, CREATE, BOOKMARKS, trans.root_id(), "foo")
    [all...]
model_type.cc 35 case BOOKMARKS:
141 case BOOKMARKS:
219 return BOOKMARKS;
241 return BOOKMARKS;
351 set.Put(BOOKMARKS);
447 result.Put(BOOKMARKS);
469 case BOOKMARKS:
470 return "Bookmarks";
546 case BOOKMARKS:
641 if (model_type_string == "Bookmarks")
    [all...]
syncable_unittest.cc 205 AddDefaultFieldValue(BOOKMARKS, &bookmark_specs);
211 dir()->SetDownloadProgress(BOOKMARKS, BuildProgress(BOOKMARKS));
220 dir()->SetDataTypeContext(&trans, BOOKMARKS, BuildContext(BOOKMARKS));
225 CreateTypeRoot(&trans, dir().get(), BOOKMARKS);
232 MutableEntry item1(&trans, CREATE, BOOKMARKS, trans.root_id(), "Item");
333 &trans, CREATE, BOOKMARKS, trans.root_id(), create_name);
436 MutableEntry e1(&trans, CREATE, BOOKMARKS, trans.root_id(), "aguilera");
483 &trans, CREATE, BOOKMARKS, trans.root_id(), "kids")
    [all...]
  /external/chromium_org/components/sync_driver/
model_association_manager_unittest.cc 60 controllers_[syncer::BOOKMARKS] =
61 new FakeDataTypeController(syncer::BOOKMARKS);
66 syncer::ModelTypeSet types(syncer::BOOKMARKS, syncer::APPS);
71 EXPECT_EQ(GetController(controllers_, syncer::BOOKMARKS)->state(),
79 EXPECT_EQ(GetController(controllers_, syncer::BOOKMARKS)->state(),
86 EXPECT_EQ(GetController(controllers_, syncer::BOOKMARKS)->state(),
90 GetController(controllers_, syncer::BOOKMARKS)->FinishStart(
98 controllers_[syncer::BOOKMARKS] =
99 new FakeDataTypeController(syncer::BOOKMARKS);
105 types.Put(syncer::BOOKMARKS);
    [all...]
user_selectable_sync_type.h 25 BOOKMARKS = 0,
data_type_manager_impl_unittest.cc 25 using syncer::BOOKMARKS;
361 AddController(BOOKMARKS);
366 Configure(dtm_.get(), ModelTypeSet(BOOKMARKS));
370 FinishDownload(*dtm_, ModelTypeSet(BOOKMARKS), ModelTypeSet());
373 GetController(BOOKMARKS)->FinishStart(DataTypeController::OK);
386 AddController(BOOKMARKS);
393 Configure(dtm_.get(), ModelTypeSet(BOOKMARKS));
400 configurer_.last_ready_task().Run(ModelTypeSet(BOOKMARKS), ModelTypeSet());
409 AddController(BOOKMARKS);
416 Configure(dtm_.get(), ModelTypeSet(BOOKMARKS));
    [all...]
  /external/chromium_org/sync/internal_api/public/engine/
model_safe_worker_unittest.cc 19 routing_info[BOOKMARKS] = GROUP_PASSIVE;
23 expected_value.SetString("Bookmarks", "GROUP_PASSIVE");
33 routing_info[BOOKMARKS] = GROUP_PASSIVE;
37 "{\"Bookmarks\":\"GROUP_PASSIVE\",\"Encryption keys\":\"GROUP_UI\","
44 routing_info[BOOKMARKS] = GROUP_PASSIVE;
47 const ModelTypeSet expected_types(BOOKMARKS, NIGORI, PREFERENCES);
  /external/chromium_org/sync/sessions/
nudge_tracker_unittest.cc 46 nudge_tracker_.FillProtoMessage(BOOKMARKS, &gu_trigger);
93 nudge_tracker_.FillProtoMessage(BOOKMARKS, &gu_trigger);
111 nudge_tracker_.RecordLocalChange(ModelTypeSet(BOOKMARKS));
121 nudge_tracker_.RecordLocalChange(ModelTypeSet(BOOKMARKS));
132 nudge_tracker_.RecordLocalChange(ModelTypeSet(BOOKMARKS));
141 nudge_tracker_.RecordInitialSyncRequired(BOOKMARKS);
150 nudge_tracker_.RecordLocalChange(ModelTypeSet(BOOKMARKS));
155 nudge_tracker_.RecordRemoteInvalidation(BOOKMARKS,
165 nudge_tracker_.RecordRemoteInvalidation(BOOKMARKS,
169 nudge_tracker_.FillProtoMessage(BOOKMARKS, &gu_trigger)
    [all...]
model_type_registry_unittest.cc 86 routing_info.insert(std::make_pair(BOOKMARKS, GROUP_UI));
99 routing_info1.insert(std::make_pair(BOOKMARKS, GROUP_PASSIVE));
106 routing_info2.insert(std::make_pair(BOOKMARKS, GROUP_UI));
119 routing_info1.insert(std::make_pair(BOOKMARKS, GROUP_UI));
135 routing_info1.insert(std::make_pair(BOOKMARKS, GROUP_UI));
188 routing_info1.insert(std::make_pair(BOOKMARKS, GROUP_UI));
  /external/chromium_org/chrome/browser/sync/glue/
sync_backend_registrar_unittest.cc 29 using syncer::BOOKMARKS;
125 const ModelTypeSet initial_types(BOOKMARKS, NIGORI, PASSWORDS);
135 expected_routing_info[BOOKMARKS] = syncer::GROUP_PASSIVE;
147 const ModelTypeSet types1(BOOKMARKS, NIGORI, AUTOFILL);
152 expected_routing_info[BOOKMARKS] = syncer::GROUP_PASSIVE;
184 TriggerChanges(registrar_.get(), BOOKMARKS);
197 const ModelTypeSet types(BOOKMARKS);
200 registrar_->ActivateDataType(BOOKMARKS, syncer::GROUP_UI,
205 expected_routing_info[BOOKMARKS] = syncer::GROUP_UI;
210 TriggerChanges(registrar_.get(), BOOKMARKS);
    [all...]
  /external/chromium_org/sync/test/fake_server/
bookmark_entity_builder.cc 39 : EntityBuilder(syncer::BOOKMARKS, title),
77 FakeServerEntity::CreateId(syncer::BOOKMARKS,
bookmark_entity.cc 23 return syncer::GetModelType(client_entity) == syncer::BOOKMARKS;
38 string id = FakeServerEntity::CreateId(syncer::BOOKMARKS,
97 : FakeServerEntity(id, syncer::BOOKMARKS, version, name),
fake_server.cc 172 if (model_type == syncer::BOOKMARKS) {
174 PermanentEntity::Create(syncer::BOOKMARKS,
177 ModelTypeToRootTag(syncer::BOOKMARKS));
184 PermanentEntity::Create(syncer::BOOKMARKS,
186 "Other Bookmarks",
187 ModelTypeToRootTag(syncer::BOOKMARKS));
199 // This folder is called "Synced Bookmarks" by sync and is renamed
200 // "Mobile Bookmarks" by the mobile client UIs.
202 PermanentEntity::Create(syncer::BOOKMARKS,
204 "Synced Bookmarks",
    [all...]
  /external/chromium_org/sync/internal_api/
sync_rollback_manager_base_unittest.cc 58 ModelTypeSet(PREFERENCES, BOOKMARKS),
70 bookmark_root.InitTypeRoot(BOOKMARKS));
sync_manager_impl_unittest.cc 313 ignore_result(MakeNode(user_share(), BOOKMARKS, "testtag"));
319 node.InitByClientTagLookup(BOOKMARKS, "testtag"));
336 ignore_result(MakeNode(user_share(), BOOKMARKS, "collideme"));
345 bookmarknode.InitByClientTagLookup(BOOKMARKS,
369 node.InitByClientTagLookup(BOOKMARKS,
376 node.InitByClientTagLookup(BOOKMARKS,
400 wnode.InitUniqueByCreation(BOOKMARKS, root_node, "testtag");
413 wnode.InitByClientTagLookup(BOOKMARKS,
427 node.InitByClientTagLookup(BOOKMARKS,
442 wnode.InitUniqueByCreation(BOOKMARKS, folder_node, "testtag")
    [all...]
base_node.cc 65 // not we have no work to do, with the exception of bookmarks. For bookmarks
66 // we must make sure the bookmarks data has the title field supplied. If not,
68 // follows the new bookmarks format.
70 if (GetModelType() == BOOKMARKS &&
116 // Due to the change in bookmarks format, we need to check to see if this is
117 // a legacy bookmarks (and has no title field in the proto). If it is, we
120 if (GetModelType() == BOOKMARKS) {
131 DCHECK_EQ(GetModelTypeFromSpecifics(unencrypted_data_), BOOKMARKS);
160 // TODO(zea): refactor bookmarks to not need this functionality
    [all...]
delete_journal.cc 18 trans->GetWrappedTrans(), BOOKMARKS, &deleted_entries);
  /external/chromium_org/sync/engine/
syncer_unittest.cc 221 iter = delay_map.find(BOOKMARKS);
270 nudge_tracker_.RecordLocalChange(ModelTypeSet(BOOKMARKS));
292 EnableDatatype(BOOKMARKS);
389 AddDefaultFieldValue(BOOKMARKS, &result);
436 MutableEntry entry(&trans, CREATE, BOOKMARKS, test->parent_id, name);
522 &wtrans, CREATE, BOOKMARKS, wtrans.root_id(), entry_name);
629 const ModelTypeSet throttled_types(BOOKMARKS);
631 AddDefaultFieldValue(BOOKMARKS, &bookmark_data);
646 // Now sync without enabling bookmarks.
648 Difference(context_->GetEnabledTypes(), ModelTypeSet(BOOKMARKS)));
    [all...]
directory_update_handler_unittest.cc 133 DirectoryTypeDebugInfoEmitter emitter(BOOKMARKS, &type_observers_);
134 DirectoryUpdateHandler handler(dir(), BOOKMARKS, ui_worker(), &emitter);
142 CreateUpdate(SyncableIdToProto(server_id), root, BOOKMARKS);
172 DirectoryTypeDebugInfoEmitter emitter(BOOKMARKS, &type_observers_);
173 DirectoryUpdateHandler handler(dir(), BOOKMARKS, ui_worker(), &emitter);
181 CreateUpdate(SyncableIdToProto(server_id), root, BOOKMARKS);
239 DirectoryTypeDebugInfoEmitter emitter(BOOKMARKS, &type_observers_);
240 DirectoryUpdateHandler handler(dir(), BOOKMARKS, ui_worker(), &emitter);
243 progress.set_data_type_id(GetSpecificsFieldNumberFromModelType(BOOKMARKS));
249 dir()->GetDownloadProgress(BOOKMARKS, &saved)
    [all...]
  /external/chromium_org/sync/internal_api/public/sessions/
sync_session_snapshot_unittest.cc 35 download_progress_markers[BOOKMARKS] = "test";
  /external/chromium_org/sync/util/
data_type_histogram.h 39 case ::syncer::BOOKMARKS: \
40 PER_DATA_TYPE_MACRO("Bookmarks"); \

Completed in 1103 milliseconds

1 2 3 4