/external/chromium/chrome/browser/sync/engine/ |
D | syncapi_unittest.cc | 214 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()
|
D | read_node_mock.h | 19 MOCK_METHOD2(InitByClientTagLookup,
|
D | syncapi.h | 150 virtual bool InitByClientTagLookup(syncable::ModelType model_type, 315 virtual bool InitByClientTagLookup(syncable::ModelType model_type, 486 virtual bool InitByClientTagLookup(syncable::ModelType model_type,
|
D | syncapi.cc | 715 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/ |
D | extension_sync.cc | 214 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()
|
D | theme_model_associator.cc | 50 if (node.InitByClientTagLookup(syncable::THEMES, kCurrentThemeClientTag)) { in AssociateModels()
|
D | theme_change_processor.cc | 38 if (!node.InitByClientTagLookup(syncable::THEMES, in Observe()
|
D | typed_url_change_processor.cc | 108 if (update_node.InitByClientTagLookup(syncable::TYPED_URLS, tag)) { in HandleURLsModified() 174 if (!update_node.InitByClientTagLookup(syncable::TYPED_URLS, tag)) { in HandleURLsVisited()
|
D | password_model_associator.cc | 79 if (node.InitByClientTagLookup(syncable::PASSWORDS, tag)) { in AssociateModels() 88 if (!write_node.InitByClientTagLookup(syncable::PASSWORDS, tag)) { in AssociateModels()
|
D | autofill_model_associator.cc | 82 if (node.InitByClientTagLookup(syncable::AUTOFILL, tag)) { in TraverseAndAssociateChromeAutofillEntries() 93 if (!write_node.InitByClientTagLookup(syncable::AUTOFILL, tag)) { in TraverseAndAssociateChromeAutofillEntries()
|
D | typed_url_model_associator.cc | 82 if (node.InitByClientTagLookup(syncable::TYPED_URLS, tag)) { in AssociateModels() 94 if (!write_node.InitByClientTagLookup(syncable::TYPED_URLS, tag)) { in AssociateModels()
|
D | preference_model_associator.cc | 55 if (node.InitByClientTagLookup(syncable::PREFERENCES, tag)) { in InitPrefNodeAndAssociate()
|
D | autofill_profile_model_associator.cc | 86 if (node.InitByClientTagLookup(syncable::AUTOFILL_PROFILE, guid) && in TraverseAndAssociateChromeAutofillProfiles()
|
D | session_model_associator.cc | 92 if (!node.InitByClientTagLookup(syncable::SESSIONS, tag)) in GetSyncIdFromSessionTag()
|
/external/chromium/chrome/browser/sync/ |
D | profile_sync_service_preference_unittest.cc | 146 if (tag_node.InitByClientTagLookup(syncable::PREFERENCES, name)) in SetSyncedValue() 227 EXPECT_TRUE(node.InitByClientTagLookup(syncable::PREFERENCES, in TEST_F()
|
D | profile_sync_service_session_unittest.cc | 187 ASSERT_TRUE(node.InitByClientTagLookup(syncable::SESSIONS, in TEST_F()
|