Searched refs:url_path (Results 1 – 5 of 5) sorted by relevance
98 absl::string_view url_path(args.GetPath()); in CreateActivation() local99 if (!url_path.empty()) { in CreateActivation()101 mock_cel::CelValue::CreateStringView(url_path)); in CreateActivation()
191 url_path = parse_result.path192 logging.info('Webview path: "%s"', url_path)201 or ('oobesecondary' in url_path))
409 def _UrlOpen(self, url_path, protocol='http'): argument422 protocol, self._replay_host, self._started_ports[protocol], url_path)
428 let (url_path, url_filename) = extract_path_filename(url.path()); in make_relative()431 let mut url_path = url_path.split('/').peekable(); in make_relative() localVariable434 while base_path.peek().is_some() && base_path.peek() == url_path.peek() { in make_relative()436 url_path.next(); in make_relative()454 for url_path_segment in url_path { in make_relative()
70 ($path: expr, $url_path: expr) => {{73 assert_eq!(url.path(), $url_path);