Searched defs:iframe_url (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/chrome/browser/geolocation/
H A Dgeolocation_browsertest.cc60 const GURL& iframe_url() const { return iframe_url_; } function in class:__anon4064::IFrameLoader
257 const GURL& iframe_url(size_t i) const { return iframe_urls_[i]; } function in class:GeolocationBrowserTest
366 iframe_urls_[i] = loader.iframe_url();
581 SetInfoBarResponse(iframe_url(0), true);
611 SetInfoBarResponse(iframe_url(1), true);
625 SetInfoBarResponse(iframe_url(0), true);
651 SetInfoBarResponse(iframe_url(1), true);
663 SetInfoBarResponse(iframe_url(0), true);
709 SetInfoBarResponse(iframe_url(0), true);
716 SetInfoBarResponse(iframe_url(
[all...]
/external/chromium_org/chrome/browser/safe_browsing/
H A Dsafe_browsing_blocking_page_test.cc419 GURL iframe_url = test_server()->GetURL(kMalwareIframe); local
420 SetURLThreatType(iframe_url, SB_THREAT_TYPE_URL_MALWARE);
H A Dsafe_browsing_service_browsertest.cc580 GURL iframe_url = test_server()->GetURL(kMalwareIFrame); local
584 GenUrlFullhashResultWithMetadata(iframe_url, &malware_full_hash);
585 EXPECT_CALL(observer_, OnSafeBrowsingMatch(IsUnsafeResourceFor(iframe_url)))
587 EXPECT_CALL(observer_, OnSafeBrowsingHit(IsUnsafeResourceFor(iframe_url)))
589 SetupResponseForUrl(iframe_url, malware_full_hash);
/external/chromium_org/chrome/browser/prerender/
H A Dprerender_browsertest.cc3164 GURL iframe_url = test_server()->GetURL( local
3167 iframe_url, SB_THREAT_TYPE_URL_MALWARE);
3170 std::make_pair("REPLACE_WITH_URL", iframe_url.spec()));

Completed in 99 milliseconds