HomeSort by relevance Sort by last modified time
    Searched refs:InitByClientTagLookup (Results 1 - 16 of 16) sorted by null

  /external/chromium/chrome/browser/sync/engine/
read_node_mock.h 19 MOCK_METHOD2(InitByClientTagLookup,
syncapi_unittest.cc 214 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(syncable::PASSWORDS
    [all...]
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,
    [all...]
syncapi.cc 715 bool WriteNode::InitByClientTagLookup(syncable::ModelType model_type,
    [all...]
  /external/chromium/chrome/browser/sync/glue/
theme_model_associator.cc 50 if (node.InitByClientTagLookup(syncable::THEMES, kCurrentThemeClientTag)) {
extension_sync.cc 214 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)) {
theme_change_processor.cc 38 if (!node.InitByClientTagLookup(syncable::THEMES,
password_model_associator.cc 79 if (node.InitByClientTagLookup(syncable::PASSWORDS, tag)) {
88 if (!write_node.InitByClientTagLookup(syncable::PASSWORDS, tag)) {
typed_url_change_processor.cc 108 if (update_node.InitByClientTagLookup(syncable::TYPED_URLS, tag)) {
174 if (!update_node.InitByClientTagLookup(syncable::TYPED_URLS, tag)) {
autofill_model_associator.cc 82 if (node.InitByClientTagLookup(syncable::AUTOFILL, tag)) {
93 if (!write_node.InitByClientTagLookup(syncable::AUTOFILL, tag)) {
typed_url_model_associator.cc 82 if (node.InitByClientTagLookup(syncable::TYPED_URLS, tag)) {
94 if (!write_node.InitByClientTagLookup(syncable::TYPED_URLS, tag)) {
preference_model_associator.cc 55 if (node.InitByClientTagLookup(syncable::PREFERENCES, tag)) {
autofill_profile_model_associator.cc 86 if (node.InitByClientTagLookup(syncable::AUTOFILL_PROFILE, guid) &&
session_model_associator.cc 92 if (!node.InitByClientTagLookup(syncable::SESSIONS, tag))
    [all...]
  /external/chromium/chrome/browser/sync/
profile_sync_service_preference_unittest.cc 146 if (tag_node.InitByClientTagLookup(syncable::PREFERENCES, name))
227 EXPECT_TRUE(node.InitByClientTagLookup(syncable::PREFERENCES,
profile_sync_service_session_unittest.cc 187 ASSERT_TRUE(node.InitByClientTagLookup(syncable::SESSIONS,

Completed in 1641 milliseconds