Home | History | Annotate | Download | only in src

Lines Matching refs:url

371 WebURL WebFrameImpl::url() const
376 return ds->request().url();
382 // The URL to the favicon may be in the header. As such, only
385 const KURL& url = frameLoader->iconURL();
386 if (!url.isEmpty())
387 return url;
613 ScriptSourceCode(source.code, source.url, source.startLine));
624 sourcesIn[i].code, sourcesIn[i].url, sourcesIn[i].startLine));
729 if (resourceRequest.url().protocolIs("javascript")) {
730 loadJavaScriptURL(resourceRequest.url());
775 // instead of the currently loaded URL.
876 if (SecurityOrigin::shouldHideReferrer(request.url(), referrer))
1481 url) const
1486 return m_frame->document()->completeURL(url);
1609 // return without loading URL.
1616 request.resourceRequest().url(),
1975 void WebFrameImpl::loadJavaScriptURL(const KURL& url)
1981 // URL if executing the JS URL resulted in a location change. We also allow
1982 // a JS URL to be loaded even if scripts on the page are otherwise disabled.
1987 String script = decodeURLEscapeSequences(url.string().substring(strlen("javascript:")));
1998 m_frame->loader()->begin(m_frame->loader()->url(), true, securityOrigin);