Searched refs:SandboxAutomaticFeatures (Results 1 – 5 of 5) sorted by relevance
44 SandboxAutomaticFeatures = 1 << 7, enumerator
61 flags &= ~SandboxAutomaticFeatures; in parseSandboxPolicy()
3080 if (httpRefreshType == HttpRefreshFromMetaTag && isSandboxed(SandboxAutomaticFeatures)) { in maybeHandleHttpRefresh()
216 if (element->document().isSandboxed(SandboxAutomaticFeatures)) { in shouldAutofocusOnAttach()
1879 …utoplaying && m_paused && autoplay() && !document().isSandboxed(SandboxAutomaticFeatures) && !m_us… in setReadyState()