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 96 bool contains_guid(const std::string& guid) const { function in class:__anon8105::TestChangeProcessor
101 DCHECK(contains_guid(guid));
683 EXPECT_TRUE(processor()->contains_guid("abc"));
684 EXPECT_TRUE(processor()->contains_guid("def"));
685 EXPECT_TRUE(processor()->contains_guid("xyz"));
760 ASSERT_TRUE(processor()->contains_guid("xyz"));
    [all...]
  /external/chromium_org/chrome/browser/sync/glue/
favicon_cache_unittest.cc 44 bool contains_guid(const std::string& guid) const { function in class:browser_sync::__anon8212::TestChangeProcessor
49 DCHECK(contains_guid(guid));
    [all...]

Completed in 108 milliseconds