Searched refs:kUrl (Results 1 – 10 of 10) sorted by relevance
171 const char kUrl[] = "http://test.com/ResourceManagerTest"; in TEST() local174 state.urls_.push_back(kUrl); in TEST()283 void TestUrlParsing(const char* kUrl) { in TestUrlParsing() argument287 state.urls_.push_back(kUrl); in TestUrlParsing()404 const char kUrl[] = "http://test.com/ResourceManagerTest"; in TEST() local407 state.urls_.push_back(kUrl); in TEST()451 const char kUrl[] = "http://test.com/ResourceManagerTest"; in TEST() local454 state.urls_.push_back(kUrl); in TEST()498 const char kUrl[] = "http://test.com/ResourceManagerTest"; in TEST() local501 state.urls_.push_back(kUrl); in TEST()[all …]
816 const char kUrl[] = "http://tests/method.html"; in RunTest() local818 AddResource(kUrl, "<html><body>Method</body></html>", "text/html"); in RunTest()826 CreateBrowser(kUrl, request_context); in RunTest()
314 const char* kUrl = "http://www.xyz.com"; in TestInvalidCookie() local322 SetCookies(manager, kUrl, cookies, false, event); in TestInvalidCookie()
56 if (command_line_->HasSwitch(switches::kUrl)) in MainContextImpl()57 main_url_ = command_line_->GetSwitchValue(switches::kUrl); in MainContextImpl()126 !command_line_->HasSwitch(switches::kUrl)) { in MainContextImpl()
23 const char kUrl[] = "url"; variable
17 extern const char kUrl[];
61 kUrl, enumerator
326 if (link->fType == SkPDFLink::Type::kUrl) { in getAnnotations()
366 linkType = SkPDFLink::Type::kUrl; in drawAnnotation()
56946 + url = command_line->GetSwitchValue(switches::kUrl);56999 +const char kUrl[] = "url";