/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 | 302 path_escaped_ = path_; 303 ReplaceSubstringsAfterOffset(&path_escaped_, 0, "\\", "\\\\"); 304 ReplaceSubstringsAfterOffset(&path_escaped_, 0, "?", "\\?"); 408 if (test + "/*" == path_escaped_) 411 return MatchPattern(test, path_escaped_);
|
url_pattern.h | 238 std::string path_escaped_; member in class:URLPattern
|