Searched refs:SandboxPopups (Results 1 – 3 of 3) sorted by relevance
43 SandboxPopups = 1 << 6, // See https://www.w3.org/Bugs/Public/show_bug.cgi?id=12393 enumerator
65 flags &= ~SandboxPopups; in parseSandboxPolicy()
60 if (openerFrame->document()->isSandboxed(SandboxPopups)) { in createWindow()163 if (openerFrame->document() && openerFrame->document()->isSandboxed(SandboxPopups)) in createWindowForRequest()