Searched defs:HasMatch (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/chrome/browser/extensions/token_cache/
H A Dtoken_cache_service_unittest.cc26 bool HasMatch(const std::string& token_name) { function in class:extensions::TokenCacheTest
32 EXPECT_TRUE(!HasMatch(token_name));
56 EXPECT_TRUE(HasMatch("foo"));
90 EXPECT_TRUE(HasMatch("foo"));
95 EXPECT_FALSE(HasMatch("foo"));
105 EXPECT_FALSE(HasMatch("foo"));

Completed in 109 milliseconds