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

  /external/chromium/chrome/common/extensions/
url_pattern.cc 213 path_escaped_ = path_;
214 ReplaceSubstringsAfterOffset(&path_escaped_, 0, "\\", "\\\\");
215 ReplaceSubstringsAfterOffset(&path_escaped_, 0, "?", "\\?");
281 if (!MatchPattern(test, path_escaped_))
url_pattern.h 262 std::string path_escaped_; member in class:URLPattern
  /external/chromium_org/extensions/common/
url_pattern.cc 298 path_escaped_ = path_;
299 ReplaceSubstringsAfterOffset(&path_escaped_, 0, "\\", "\\\\");
300 ReplaceSubstringsAfterOffset(&path_escaped_, 0, "?", "\\?");
404 if (test + "/*" == path_escaped_)
407 return MatchPattern(test, path_escaped_);
url_pattern.h 237 std::string path_escaped_; member in class:URLPattern

Completed in 42 milliseconds