OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:sandboxtoken
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/dom/
SandboxFlags.cpp
54
String
sandboxToken
= policy.substring(start, end - start);
55
if (equalIgnoringCase(
sandboxToken
, "allow-same-origin")) {
57
} else if (equalIgnoringCase(
sandboxToken
, "allow-forms")) {
59
} else if (equalIgnoringCase(
sandboxToken
, "allow-scripts")) {
62
} else if (equalIgnoringCase(
sandboxToken
, "allow-top-navigation")) {
64
} else if (equalIgnoringCase(
sandboxToken
, "allow-popups")) {
66
} else if (equalIgnoringCase(
sandboxToken
, "allow-pointer-lock")) {
73
tokenErrors.append(
sandboxToken
);
Completed in 75 milliseconds