Home | History | Annotate | Download | only in media

Lines Matching refs:gurl

40   GURL gurl;
52 gurl = test_server()->GetURL(
56 gurl = GetFileUrlWithQuery(test_file_path, query);
58 RunTest(gurl, expected);
61 void MediaBrowserTest::RunTest(const GURL& gurl, const char* expected) {
63 DVLOG(1) << "Running test URL: " << gurl;
68 NavigateToURL(shell(), gurl);
196 NavigateToURL(shell(), GURL(kAboutBlankURL));