Home
last modified time | relevance | path

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

/external/webkit/WebCore/loader/
DFrameLoaderTypes.h102 SandboxScripts = 1 << 4, enumerator
/external/webkit/WebCore/bindings/
DScriptControllerBase.cpp37 if (m_frame->loader()->isSandboxed(SandboxScripts)) in canExecuteScripts()
/external/webkit/WebCore/html/
DHTMLIFrameElement.cpp96 flags &= ~SandboxScripts; in parseSandboxAttribute()