Searched refs:InitByClientTagLookup (Results 1 – 13 of 13) sorted by relevance
/external/chromium_org/sync/internal_api/ |
D | sync_manager_impl_unittest.cc | 275 return node.InitByClientTagLookup(model_type, client_tag); in LookupEntryByClientTag() 282 ASSERT_EQ(node.InitByClientTagLookup(model_type, client_tag), in ReplaceWithTombstone() 319 node.InitByClientTagLookup(BOOKMARKS, "testtag")); in TEST_F() 345 bookmarknode.InitByClientTagLookup(BOOKMARKS, in TEST_F() 350 prefnode.InitByClientTagLookup(PREFERENCES, in TEST_F() 355 autofillnode.InitByClientTagLookup(AUTOFILL, in TEST_F() 369 node.InitByClientTagLookup(BOOKMARKS, in TEST_F() 376 node.InitByClientTagLookup(BOOKMARKS, in TEST_F() 413 wnode.InitByClientTagLookup(BOOKMARKS, in TEST_F() 427 node.InitByClientTagLookup(BOOKMARKS, in TEST_F() [all …]
|
D | sync_backup_manager_unittest.cc | 125 pref.InitByClientTagLookup(SEARCH_ENGINES, "test")); in TEST_F() 137 pref.InitByClientTagLookup(SEARCH_ENGINES, "test")); in TEST_F() 159 pref.InitByClientTagLookup(SEARCH_ENGINES, "test")); in TEST_F()
|
D | sync_manager_impl.cc | 954 if (favicon_sync_node.InitByClientTagLookup( in ReceivedExperiment() 964 if (pre_commit_update_avoidance_node.InitByClientTagLookup( in ReceivedExperiment() 975 if (gcm_channel_node.InitByClientTagLookup( in ReceivedExperiment() 986 if (enhanced_bookmarks_node.InitByClientTagLookup( in ReceivedExperiment() 1003 if (gcm_invalidations_node.InitByClientTagLookup( in ReceivedExperiment()
|
D | read_node.cc | 54 BaseNode::InitByLookupResult ReadNode::InitByClientTagLookup( in InitByClientTagLookup() function in syncer::ReadNode
|
D | sync_rollback_manager_unittest.cc | 147 return BaseNode::INIT_OK == node.InitByClientTagLookup(type, client_tag); in VerifyEntry()
|
D | write_node.cc | 295 BaseNode::InitByLookupResult WriteNode::InitByClientTagLookup( in InitByClientTagLookup() function in syncer::WriteNode
|
/external/chromium_org/sync/internal_api/public/ |
D | read_node.h | 32 virtual InitByLookupResult InitByClientTagLookup(
|
D | write_node.h | 66 virtual InitByLookupResult InitByClientTagLookup(
|
D | base_node.h | 83 virtual InitByLookupResult InitByClientTagLookup(
|
/external/chromium_org/components/sync_driver/ |
D | generic_change_processor_unittest.cc | 281 ASSERT_EQ(node.InitByClientTagLookup(syncer::PASSWORDS, in TEST_F() 353 ASSERT_EQ(node.InitByClientTagLookup(syncer::PASSWORDS, in TEST_F() 448 ASSERT_EQ(node.InitByClientTagLookup(kType, tag), syncer::BaseNode::INIT_OK); in TEST_F()
|
D | generic_change_processor.cc | 377 node->InitByClientTagLookup(change.sync_data().GetDataType(), tag); in AttemptDelete() 577 sync_node->InitByClientTagLookup(sync_data_local.GetDataType(), in HandleActionUpdate()
|
/external/chromium_org/chrome/browser/sync/glue/ |
D | typed_url_change_processor.cc | 131 update_node.InitByClientTagLookup(syncer::TYPED_URLS, tag); in CreateOrUpdateSyncNode() 189 if (sync_node.InitByClientTagLookup(syncer::TYPED_URLS, in HandleURLsDeleted()
|
D | typed_url_model_associator.cc | 247 if (node.InitByClientTagLookup(syncer::TYPED_URLS, tag) == in DoAssociateModels() 267 if (write_node.InitByClientTagLookup(syncer::TYPED_URLS, tag) != in DoAssociateModels()
|