Searched defs:url_path (Results 1 – 6 of 6) sorted by relevance
98 absl::string_view url_path(args.GetPath()); in CreateActivation() local
409 def _UrlOpen(self, url_path, protocol='http'): argument
408 base::StringPiece url_path = url.path_piece(); in SniffForOfficeDocs() local
591 bool IsOnPath(const std::string& cookie_path, const std::string& url_path) { in IsOnPath()
410 const std::string& url_path = url.path(); in CanonPathWithString() local
435 let mut url_path = url_path.split('/').peekable(); in make_relative() localVariable