Searched refs:maybeHandleHttpRefresh (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/loader/
H A DDocumentLoader.cpp529 m_frame->document()->maybeHandleHttpRefresh(m_response.httpHeaderField("Refresh"), Document::HttpRefreshFromHeader);
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DDocument.h1020 void maybeHandleHttpRefresh(const String&, HttpRefreshType);
H A DDocument.cpp3057 maybeHandleHttpRefresh(content, HttpRefreshFromMetaTag);
3060 void Document::maybeHandleHttpRefresh(const String& content, HttpRefreshType httpRefreshType) function in class:blink::Document

Completed in 768 milliseconds