Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/sync/engine/
Dsyncapi_unittest.cc214 EXPECT_TRUE(node.InitByClientTagLookup(syncable::BOOKMARKS, in TEST_F()
259 EXPECT_TRUE(bookmarknode.InitByClientTagLookup(syncable::BOOKMARKS, in TEST_F()
263 EXPECT_TRUE(prefnode.InitByClientTagLookup(syncable::PREFERENCES, in TEST_F()
267 EXPECT_TRUE(autofillnode.InitByClientTagLookup(syncable::AUTOFILL, in TEST_F()
280 EXPECT_FALSE(node.InitByClientTagLookup(syncable::BOOKMARKS, in TEST_F()
286 EXPECT_FALSE(node.InitByClientTagLookup(syncable::BOOKMARKS, in TEST_F()
322 EXPECT_TRUE(wnode.InitByClientTagLookup(syncable::BOOKMARKS, in TEST_F()
335 EXPECT_FALSE(node.InitByClientTagLookup(syncable::BOOKMARKS, in TEST_F()
362 EXPECT_TRUE(node.InitByClientTagLookup(syncable::BOOKMARKS, in TEST_F()
393 EXPECT_TRUE(password_node.InitByClientTagLookup(syncable::PASSWORDS, in TEST_F()
Dread_node_mock.h19 MOCK_METHOD2(InitByClientTagLookup,
Dsyncapi.h150 virtual bool InitByClientTagLookup(syncable::ModelType model_type,
315 virtual bool InitByClientTagLookup(syncable::ModelType model_type,
486 virtual bool InitByClientTagLookup(syncable::ModelType model_type,
Dsyncapi.cc715 bool WriteNode::InitByClientTagLookup(syncable::ModelType model_type, in InitByClientTagLookup() function in sync_api::WriteNode
970 bool ReadNode::InitByClientTagLookup(syncable::ModelType model_type, in InitByClientTagLookup() function in sync_api::ReadNode
/external/chromium/chrome/browser/sync/glue/
Dextension_sync.cc214 if (write_node.InitByClientTagLookup(traits.model_type, id)) { in UpdateServer()
300 if (node.InitByClientTagLookup(traits.model_type, id)) { in UpdateServerData()
338 if (write_node.InitByClientTagLookup(traits.model_type, id)) { in RemoveServerData()
Dtheme_model_associator.cc50 if (node.InitByClientTagLookup(syncable::THEMES, kCurrentThemeClientTag)) { in AssociateModels()
Dtheme_change_processor.cc38 if (!node.InitByClientTagLookup(syncable::THEMES, in Observe()
Dtyped_url_change_processor.cc108 if (update_node.InitByClientTagLookup(syncable::TYPED_URLS, tag)) { in HandleURLsModified()
174 if (!update_node.InitByClientTagLookup(syncable::TYPED_URLS, tag)) { in HandleURLsVisited()
Dpassword_model_associator.cc79 if (node.InitByClientTagLookup(syncable::PASSWORDS, tag)) { in AssociateModels()
88 if (!write_node.InitByClientTagLookup(syncable::PASSWORDS, tag)) { in AssociateModels()
Dautofill_model_associator.cc82 if (node.InitByClientTagLookup(syncable::AUTOFILL, tag)) { in TraverseAndAssociateChromeAutofillEntries()
93 if (!write_node.InitByClientTagLookup(syncable::AUTOFILL, tag)) { in TraverseAndAssociateChromeAutofillEntries()
Dtyped_url_model_associator.cc82 if (node.InitByClientTagLookup(syncable::TYPED_URLS, tag)) { in AssociateModels()
94 if (!write_node.InitByClientTagLookup(syncable::TYPED_URLS, tag)) { in AssociateModels()
Dpreference_model_associator.cc55 if (node.InitByClientTagLookup(syncable::PREFERENCES, tag)) { in InitPrefNodeAndAssociate()
Dautofill_profile_model_associator.cc86 if (node.InitByClientTagLookup(syncable::AUTOFILL_PROFILE, guid) && in TraverseAndAssociateChromeAutofillProfiles()
Dsession_model_associator.cc92 if (!node.InitByClientTagLookup(syncable::SESSIONS, tag)) in GetSyncIdFromSessionTag()
/external/chromium/chrome/browser/sync/
Dprofile_sync_service_preference_unittest.cc146 if (tag_node.InitByClientTagLookup(syncable::PREFERENCES, name)) in SetSyncedValue()
227 EXPECT_TRUE(node.InitByClientTagLookup(syncable::PREFERENCES, in TEST_F()
Dprofile_sync_service_session_unittest.cc187 ASSERT_TRUE(node.InitByClientTagLookup(syncable::SESSIONS, in TEST_F()