/external/chromium_org/chrome/browser/geolocation/ |
geolocation_browsertest.cc | 59 const GURL& iframe_url() const { return iframe_url_; } function in class:__anon5021::IFrameLoader 263 const GURL& iframe_url(size_t i) const { return iframe_urls_[i]; } function in class:GeolocationBrowserTest 368 iframe_urls_[i] = loader.iframe_url(); 559 SetInfoBarResponse(iframe_url(0), true); 589 SetInfoBarResponse(iframe_url(1), true); 603 SetInfoBarResponse(iframe_url(0), true); 629 SetInfoBarResponse(iframe_url(1), true); 641 SetInfoBarResponse(iframe_url(0), true); 684 SetInfoBarResponse(iframe_url(0), true); 691 SetInfoBarResponse(iframe_url(1), true) [all...] |
/external/chromium/chrome/browser/safe_browsing/ |
safe_browsing_blocking_page_test.cc | 487 GURL iframe_url = test_server()->GetURL(kMalwareIframe); local 488 AddURLResult(iframe_url, SafeBrowsingService::URL_MALWARE); 503 GURL iframe_url = test_server()->GetURL(kMalwareIframe); local 504 AddURLResult(iframe_url, SafeBrowsingService::URL_MALWARE); 517 GURL iframe_url = test_server()->GetURL(kMalwareIframe); local 518 AddURLResult(iframe_url, SafeBrowsingService::URL_MALWARE);
|
/external/chromium_org/chrome/renderer/safe_browsing/ |
malware_dom_details_browsertest.cc | 103 GURL iframe_url(base::StringPrintf("%s%d", urlprefix, i)); 104 html += "<iframe src=\"" + net::EscapeForHTML(iframe_url.spec()) +
|
/external/chromium/chrome/browser/geolocation/ |
geolocation_browsertest.cc | 69 GURL iframe_url() const { return iframe_url_; } function in class:__anon1899::IFrameLoader 271 iframe_urls_[i] = loader.iframe_url();
|
/external/chromium_org/chrome/browser/safe_browsing/ |
safe_browsing_blocking_page_test.cc | 393 GURL iframe_url = test_server()->GetURL(kMalwareIframe); local 394 SetURLThreatType(iframe_url, SB_THREAT_TYPE_URL_MALWARE);
|
/external/chromium_org/chrome/browser/prerender/ |
prerender_browsertest.cc | 2632 GURL iframe_url = test_server()->GetURL( local [all...] |