Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/dom/
DSandboxFlags.h44 SandboxAutomaticFeatures = 1 << 7, enumerator
DSandboxFlags.cpp61 flags &= ~SandboxAutomaticFeatures; in parseSandboxPolicy()
DDocument.cpp3080 if (httpRefreshType == HttpRefreshFromMetaTag && isSandboxed(SandboxAutomaticFeatures)) { in maybeHandleHttpRefresh()
/external/chromium_org/third_party/WebKit/Source/core/html/
DHTMLFormControlElement.cpp216 if (element->document().isSandboxed(SandboxAutomaticFeatures)) { in shouldAutofocusOnAttach()
DHTMLMediaElement.cpp1879 …utoplaying && m_paused && autoplay() && !document().isSandboxed(SandboxAutomaticFeatures) && !m_us… in setReadyState()