Home | History | Annotate | Download | only in chromium

Lines Matching refs:url

49     int pageID, const WebURL& url, const WebString& title, const WebString& targetFrame)
51 return adoptRef(new TestNavigationEntry(pageID, url, title, targetFrame));
58 int pageID, const WebURL& url, const WebString& title, const WebString& targetFrame)
60 , m_url(url)
134 // result in a download or a 'no content' response (e.g., a mailto: URL).
189 // same URL, a new PageID is not created.
197 // The given entry might provide a new URL... e.g., navigating back to a
199 existingEntry->setURL(entry->URL());
205 && GURL(m_pendingEntry->URL()) == GURL(existingEntry->URL().spec())) {
209 // The given entry might provide a new URL... e.g., navigating to a page
210 // might result in a client redirect, which should override the URL of the
212 existingEntry->setURL(entry->URL());