Lines Matching refs:url
327 // with no URL. We don't like that, so we'll rename it to about:blank.
328 if (request.url().isEmpty())
446 // dispatchDidStartProvisionalLoad() -> adds URL to the redirect list
451 // dispatchDidStartProvisionalLoad() -> adds source URL
452 // dispatchDidReceiveServerRedirectForProvisionalLoad() -> adds dest URL
468 // (the SOURCE URL may have changed).
471 // dispatchDidStartProvisionalLoad() -> adds only URL to redirect list
488 // dispatchDidStartProvisionalLoad() -> adds source URL 1
489 // dispatchDidReceiveServerRedirectForProvisionalLoad() -> adds dest URL 2
493 // dispatchDidStartProvisionalLoad() -> appends URL 2 and URL 3
494 // dispatchDidReceiveServerRedirectForProvisionalLoad() -> appends destination URL 4
531 // The URL of the destination is on the provisional data source. We also need
535 ds->appendRedirect(ds->request().url());
556 const KURL& url,
562 m_expectedClientRedirectSrc = m_webFrame->url();
563 m_expectedClientRedirectDest = url;
611 KURL url = ds->request().url();
629 (url == m_expectedClientRedirectDest && chainEnd == m_expectedClientRedirectSrc)
643 // Regardless of how we got here, we are navigating to a URL so we need to
645 ds->appendRedirect(url);
696 // recent provisional load URL.
703 KURL url = ds->request().url();
715 // "javascript:history.go(-1)" thus we need to exclude url starts with
718 || m_expectedClientRedirectDest == url) {
730 ds->appendRedirect(url);
919 if (m_webFrame->client() && !request.url().isNull()) {
926 KURL url = ds->request().url();
927 ASSERT(!url.protocolIs(backForwardNavigationScheme));
1122 const KURL& url = item->url();
1123 if (!url.protocolIs(backForwardNavigationScheme))
1131 int offset = url.lastPathComponent().toIntStrict(&ok);
1148 const KURL& url = targetItem->url();
1149 return !url.protocolIs(backForwardNavigationScheme);
1204 request.url().string(), String());
1227 // This method is called when we fail to load the URL for an <object> tag
1339 void FrameLoaderClientImpl::setTitle(const StringWithDirection& title, const KURL& url)
1344 String FrameLoaderClientImpl::userAgent(const KURL& url)
1346 return webKitClient()->userAgent(url);
1397 const KURL& url,
1406 ResourceRequest(url, referrer), name);
1435 const KURL& url,
1445 params.url = url;
1490 const KURL& url,
1500 String filename = url.lastPathComponent();