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

/external/chromium/chrome/browser/sync/engine/
H A Dread_node_mock.h19 MOCK_METHOD2(InitByClientTagLookup,
H A Dsyncapi_unittest.cc214 EXPECT_TRUE(node.InitByClientTagLookup(syncable::BOOKMARKS,
259 EXPECT_TRUE(bookmarknode.InitByClientTagLookup(syncable::BOOKMARKS,
263 EXPECT_TRUE(prefnode.InitByClientTagLookup(syncable::PREFERENCES,
267 EXPECT_TRUE(autofillnode.InitByClientTagLookup(syncable::AUTOFILL,
280 EXPECT_FALSE(node.InitByClientTagLookup(syncable::BOOKMARKS,
286 EXPECT_FALSE(node.InitByClientTagLookup(syncable::BOOKMARKS,
322 EXPECT_TRUE(wnode.InitByClientTagLookup(syncable::BOOKMARKS,
335 EXPECT_FALSE(node.InitByClientTagLookup(syncable::BOOKMARKS,
362 EXPECT_TRUE(node.InitByClientTagLookup(syncable::BOOKMARKS,
393 EXPECT_TRUE(password_node.InitByClientTagLookup(syncabl
[all...]
H A 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,
H A Dsyncapi.cc715 bool WriteNode::InitByClientTagLookup(syncable::ModelType model_type, function in class:sync_api::WriteNode
970 bool ReadNode::InitByClientTagLookup(syncable::ModelType model_type, function in class:sync_api::ReadNode
/external/chromium/chrome/browser/sync/glue/
H A Dtheme_model_associator.cc50 if (node.InitByClientTagLookup(syncable::THEMES, kCurrentThemeClientTag)) {
H A Dextension_sync.cc214 if (write_node.InitByClientTagLookup(traits.model_type, id)) {
300 if (node.InitByClientTagLookup(traits.model_type, id)) {
338 if (write_node.InitByClientTagLookup(traits.model_type, id)) {
H A Dtheme_change_processor.cc38 if (!node.InitByClientTagLookup(syncable::THEMES,
H A Dpassword_model_associator.cc79 if (node.InitByClientTagLookup(syncable::PASSWORDS, tag)) {
88 if (!write_node.InitByClientTagLookup(syncable::PASSWORDS, tag)) {
H A Dtyped_url_change_processor.cc108 if (update_node.InitByClientTagLookup(syncable::TYPED_URLS, tag)) {
174 if (!update_node.InitByClientTagLookup(syncable::TYPED_URLS, tag)) {
H A Dautofill_model_associator.cc82 if (node.InitByClientTagLookup(syncable::AUTOFILL, tag)) {
93 if (!write_node.InitByClientTagLookup(syncable::AUTOFILL, tag)) {
H A Dtyped_url_model_associator.cc82 if (node.InitByClientTagLookup(syncable::TYPED_URLS, tag)) {
94 if (!write_node.InitByClientTagLookup(syncable::TYPED_URLS, tag)) {
H A Dpreference_model_associator.cc55 if (node.InitByClientTagLookup(syncable::PREFERENCES, tag)) {
H A Dautofill_profile_model_associator.cc86 if (node.InitByClientTagLookup(syncable::AUTOFILL_PROFILE, guid) &&
H A Dsession_model_associator.cc92 if (!node.InitByClientTagLookup(syncable::SESSIONS, tag))
/external/chromium/chrome/browser/sync/
H A Dprofile_sync_service_preference_unittest.cc146 if (tag_node.InitByClientTagLookup(syncable::PREFERENCES, name))
227 EXPECT_TRUE(node.InitByClientTagLookup(syncable::PREFERENCES,
H A Dprofile_sync_service_session_unittest.cc187 ASSERT_TRUE(node.InitByClientTagLookup(syncable::SESSIONS,

Completed in 105 milliseconds