Home
last modified time | relevance | path

Searched refs:FetchURL (Results 1 – 2 of 2) sorted by relevance

/external/chromium-trace/catapult/dashboard/dashboard/
Dupdate_bug_with_results.py292 response = utils.FetchURL(link)
299 issue_response = utils.FetchURL(
Dutils.py401 def FetchURL(request_url, skip_status_code=False): function