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

  /external/chromium_org/sync/internal_api/public/
read_node.h 32 virtual InitByLookupResult InitByClientTagLookup(
base_node.h 83 virtual InitByLookupResult InitByClientTagLookup(
write_node.h 66 virtual InitByLookupResult InitByClientTagLookup(
  /external/chromium_org/sync/internal_api/
sync_backup_manager_unittest.cc 125 pref.InitByClientTagLookup(SEARCH_ENGINES, "test"));
137 pref.InitByClientTagLookup(SEARCH_ENGINES, "test"));
159 pref.InitByClientTagLookup(SEARCH_ENGINES, "test"));
sync_manager_impl_unittest.cc 275 return node.InitByClientTagLookup(model_type, client_tag);
282 ASSERT_EQ(node.InitByClientTagLookup(model_type, client_tag),
319 node.InitByClientTagLookup(BOOKMARKS, "testtag"));
345 bookmarknode.InitByClientTagLookup(BOOKMARKS,
350 prefnode.InitByClientTagLookup(PREFERENCES,
355 autofillnode.InitByClientTagLookup(AUTOFILL,
369 node.InitByClientTagLookup(BOOKMARKS,
376 node.InitByClientTagLookup(BOOKMARKS,
413 wnode.InitByClientTagLookup(BOOKMARKS,
427 node.InitByClientTagLookup(BOOKMARKS
    [all...]
read_node.cc 54 BaseNode::InitByLookupResult ReadNode::InitByClientTagLookup(
sync_manager_impl.cc     [all...]
sync_rollback_manager_unittest.cc 147 return BaseNode::INIT_OK == node.InitByClientTagLookup(type, client_tag);
write_node.cc 295 BaseNode::InitByLookupResult WriteNode::InitByClientTagLookup(
  /external/chromium_org/chrome/browser/sync/glue/
typed_url_change_processor.cc 131 update_node.InitByClientTagLookup(syncer::TYPED_URLS, tag);
189 if (sync_node.InitByClientTagLookup(syncer::TYPED_URLS,
typed_url_model_associator.cc 247 if (node.InitByClientTagLookup(syncer::TYPED_URLS, tag) ==
267 if (write_node.InitByClientTagLookup(syncer::TYPED_URLS, tag) !=
  /external/chromium_org/components/sync_driver/
generic_change_processor_unittest.cc 281 ASSERT_EQ(node.InitByClientTagLookup(syncer::PASSWORDS,
353 ASSERT_EQ(node.InitByClientTagLookup(syncer::PASSWORDS,
448 ASSERT_EQ(node.InitByClientTagLookup(kType, tag), syncer::BaseNode::INIT_OK);
generic_change_processor.cc 377 node->InitByClientTagLookup(change.sync_data().GetDataType(), tag);
577 sync_node->InitByClientTagLookup(sync_data_local.GetDataType(),

Completed in 809 milliseconds