Lines Matching refs:url
49 // "document.write('<base href="http://www.yahoo.com/"...');" to setup base URL
65 // URL. Based on this behavior, when we encounter a base tag, we comment it and
67 // The new added base tag can help engine to locate correct base URL for
75 // override the incorrect base URL and make sure we alway load correct local
455 KURL url = links[i];
456 ASSERT(!m_localLinks.contains(url.string()));
457 m_localLinks.set(url.string(), localPaths[i]);
500 KURL mainPageURL = m_specifiedWebFrameImpl->frame()->loader()->url();
509 // Get current frame's URL.
510 const KURL& currentFrameURL = currentFrame->frame()->loader()->url();