Home | History | Annotate | Download | only in dom

Lines Matching refs:HttpRefreshType

3098 void Document::maybeHandleHttpRefresh(const String& content, HttpRefreshType httpRefreshType)
3105 if (!parseHTTPRefresh(content, httpRefreshType == HttpRefreshFromMetaTag, delay, refreshURL))
3118 if (httpRefreshType == HttpRefreshFromMetaTag && isSandboxed(SandboxAutomaticFeatures)) {