Home
last modified time | relevance | path

Searched refs:httpRefreshType (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/dom/
DDocument.cpp2862 void Document::maybeHandleHttpRefresh(const String& content, HttpRefreshType httpRefreshType) in maybeHandleHttpRefresh() argument
2869 if (!parseHTTPRefresh(content, httpRefreshType == HttpRefreshFromMetaTag, delay, refreshURL)) in maybeHandleHttpRefresh()
2882 if (httpRefreshType == HttpRefreshFromMetaTag && isSandboxed(SandboxAutomaticFeatures)) { in maybeHandleHttpRefresh()