Searched defs:appendRedirect (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/web/
H A DWebDataSourceImpl.cpp80 void WebDataSourceImpl::appendRedirect(const WebURL& url) function in class:blink::WebDataSourceImpl
82 DocumentLoader::appendRedirect(url);
/external/chromium_org/third_party/WebKit/Source/core/loader/
H A DDocumentLoader.cpp149 appendRedirect(oldURL);
150 appendRedirect(newURL);
386 appendRedirect(newRequest.url());
573 void DocumentLoader::appendRedirect(const KURL& url) function in class:blink::DocumentLoader

Completed in 449 milliseconds