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

  /external/chromium_org/chrome/browser/sync/test/integration/
bookmarks_helper.cc 279 // Checks if the favicon in |node_a| from |model_a| matches that of |node_b|
281 bool FaviconsMatch(BookmarkModel* model_a,
285 FaviconData favicon_data_a = GetFaviconData(model_a, node_a);
308 // Does a deep comparison of BookmarkNode fields in |model_a| and |model_b|.
337 // Checks if the hierarchies in |model_a| and |model_b| are equivalent in
340 bool BookmarkModelsMatch(BookmarkModel* model_a, BookmarkModel* model_b) {
342 ui::TreeNodeIterator<const BookmarkNode> iterator_a(model_a->root_node());
354 ret_val = ret_val && FaviconsMatch(model_a, model_b, node_a, node_b);
  /external/chromium_org/chrome/browser/search_engines/
template_url_service_sync_unittest.cc 164 TemplateURLService* model_a() { return test_util_a_.model(); } function in class:TemplateURLServiceSyncTest
    [all...]

Completed in 183 milliseconds