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

  /external/chromium/chrome/browser/extensions/
extension_cookies_helpers.h 97 bool MatchesString(const char* key, const std::string& value);
extension_cookies_helpers.cc 140 return MatchesString(keys::kNameKey, cookie.Name()) &&
142 MatchesString(keys::kPathKey, cookie.Path()) &&
147 bool MatchFilter::MatchesString(const char* key, const std::string& value) {

Completed in 55 milliseconds