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

1 2

  /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...]
  /external/chromium_org/sync/internal_api/public/
read_node.h 32 virtual InitByLookupResult InitByClientTagLookup(
base_node.h 82 virtual InitByLookupResult InitByClientTagLookup(
write_node.h 66 virtual InitByLookupResult InitByClientTagLookup(
  /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)) {
  /external/chromium_org/chrome/browser/sync/glue/
synced_device_tracker.cc 64 if (node.InitByClientTagLookup(syncer::DEVICE_INFO, local_device_info_tag_) !=
83 if (node.InitByClientTagLookup(syncer::DEVICE_INFO, lookup_string) !=
179 if (node.InitByClientTagLookup(syncer::DEVICE_INFO, tag) ==
generic_change_processor_unittest.cc 159 ASSERT_EQ(node.InitByClientTagLookup(syncer::PASSWORDS,
230 ASSERT_EQ(node.InitByClientTagLookup(syncer::PASSWORDS,
tab_node_pool.cc 129 if (tab_node.InitByClientTagLookup(syncer::SESSIONS, tab_node_tag) !=
175 if (tab_node.InitByClientTagLookup(syncer::SESSIONS, tab_node_tag) !=
typed_url_change_processor.cc 128 update_node.InitByClientTagLookup(syncer::TYPED_URLS, tag);
206 if (sync_node.InitByClientTagLookup(syncer::TYPED_URLS,
password_model_associator.cc 103 if (node.InitByClientTagLookup(syncer::PASSWORDS, tag) ==
113 if (write_node.InitByClientTagLookup(syncer::PASSWORDS, tag) !=
generic_change_processor.cc 286 node->InitByClientTagLookup(change.sync_data().GetDataType(), tag);
423 sync_node.InitByClientTagLookup(change.sync_data().GetDataType(),
session_model_associator.cc 179 if (node.InitByClientTagLookup(SESSIONS, tag) != syncer::BaseNode::INIT_OK)
433 if (tab_node.InitByClientTagLookup(
    [all...]
  /external/chromium_org/sync/internal_api/
read_node.cc 54 BaseNode::InitByLookupResult ReadNode::InitByClientTagLookup(
sync_manager_impl_unittest.cc 269 node.InitByClientTagLookup(BOOKMARKS, "testtag"));
298 bookmarknode.InitByClientTagLookup(BOOKMARKS,
303 prefnode.InitByClientTagLookup(PREFERENCES,
308 autofillnode.InitByClientTagLookup(AUTOFILL,
322 node.InitByClientTagLookup(BOOKMARKS,
329 node.InitByClientTagLookup(BOOKMARKS,
366 wnode.InitByClientTagLookup(BOOKMARKS,
380 node.InitByClientTagLookup(BOOKMARKS,
409 node.InitByClientTagLookup(BOOKMARKS,
443 password_node.InitByClientTagLookup(PASSWORDS, "foo"))
    [all...]
sync_manager_impl.cc     [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,

Completed in 234 milliseconds

1 2