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

  /external/chromium_org/chrome/browser/search_engines/
template_url_service_sync_unittest.cc 102 bool contains_guid(const std::string& guid) const { function in class:__anon9211::TestChangeProcessor
107 DCHECK(contains_guid(guid));
656 EXPECT_TRUE(processor()->contains_guid("abc"));
657 EXPECT_TRUE(processor()->contains_guid("def"));
658 EXPECT_TRUE(processor()->contains_guid("xyz"));
733 ASSERT_TRUE(processor()->contains_guid("xyz"));
    [all...]
  /external/chromium_org/chrome/browser/sync/glue/
favicon_cache_unittest.cc 53 bool contains_guid(const std::string& guid) const { function in class:browser_sync::__anon9318::TestChangeProcessor
58 DCHECK(contains_guid(guid));
    [all...]

Completed in 208 milliseconds