Searched refs:sandboxToken (Results 1 - 1 of 1) sorted by relevance

/external/webkit/Source/WebCore/html/
H A DHTMLIFrameElement.cpp90 String sandboxToken = String(characters + start, end - start); local
91 if (equalIgnoringCase(sandboxToken, "allow-same-origin"))
93 else if (equalIgnoringCase(sandboxToken, "allow-forms"))
95 else if (equalIgnoringCase(sandboxToken, "allow-scripts"))
97 else if (equalIgnoringCase(sandboxToken, "allow-top-navigation"))

Completed in 70 milliseconds