Home
last modified time | relevance | path

Searched refs:InitByClientTagLookup (Results 1 – 13 of 13) sorted by relevance

/external/chromium_org/sync/internal_api/
Dsync_manager_impl_unittest.cc275 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 …]
Dsync_backup_manager_unittest.cc125 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()
Dsync_manager_impl.cc954 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()
Dread_node.cc54 BaseNode::InitByLookupResult ReadNode::InitByClientTagLookup( in InitByClientTagLookup() function in syncer::ReadNode
Dsync_rollback_manager_unittest.cc147 return BaseNode::INIT_OK == node.InitByClientTagLookup(type, client_tag); in VerifyEntry()
Dwrite_node.cc295 BaseNode::InitByLookupResult WriteNode::InitByClientTagLookup( in InitByClientTagLookup() function in syncer::WriteNode
/external/chromium_org/sync/internal_api/public/
Dread_node.h32 virtual InitByLookupResult InitByClientTagLookup(
Dwrite_node.h66 virtual InitByLookupResult InitByClientTagLookup(
Dbase_node.h83 virtual InitByLookupResult InitByClientTagLookup(
/external/chromium_org/components/sync_driver/
Dgeneric_change_processor_unittest.cc281 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()
Dgeneric_change_processor.cc377 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/
Dtyped_url_change_processor.cc131 update_node.InitByClientTagLookup(syncer::TYPED_URLS, tag); in CreateOrUpdateSyncNode()
189 if (sync_node.InitByClientTagLookup(syncer::TYPED_URLS, in HandleURLsDeleted()
Dtyped_url_model_associator.cc247 if (node.InitByClientTagLookup(syncer::TYPED_URLS, tag) == in DoAssociateModels()
267 if (write_node.InitByClientTagLookup(syncer::TYPED_URLS, tag) != in DoAssociateModels()