|
webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
Functions | |
| template<typename T > | |
| T * | checkSecurityForNode (JSC::ExecState &, T &) |
| template<typename T > | |
| T * | checkSecurityForNode (JSC::ExecState &, T *) |
| template<typename T > | |
| ExceptionOr< T * > | checkSecurityForNode (JSC::ExecState &, ExceptionOr< T *> &&) |
| template<typename T > | |
| ExceptionOr< T * > | checkSecurityForNode (JSC::ExecState &, ExceptionOr< T &> &&) |
| bool | shouldAllowAccessToDOMWindow (JSC::ExecState *, DOMWindow &, SecurityReportingOption=LogSecurityError) |
| bool | shouldAllowAccessToDOMWindow (JSC::ExecState &, DOMWindow &, String &message) |
| bool | shouldAllowAccessToFrame (JSC::ExecState *, Frame *, SecurityReportingOption=LogSecurityError) |
| bool | shouldAllowAccessToFrame (JSC::ExecState &, Frame &, String &message) |
| bool | shouldAllowAccessToNode (JSC::ExecState &, Node *) |
|
inline |
|
inline |
|
inline |
|
inline |
| bool WebCore::BindingSecurity::shouldAllowAccessToDOMWindow | ( | JSC::ExecState * | , |
| DOMWindow & | , | ||
| SecurityReportingOption | = LogSecurityError |
||
| ) |
| bool WebCore::BindingSecurity::shouldAllowAccessToDOMWindow | ( | JSC::ExecState & | , |
| DOMWindow & | , | ||
| String & | message | ||
| ) |
| bool WebCore::BindingSecurity::shouldAllowAccessToFrame | ( | JSC::ExecState * | , |
| Frame * | , | ||
| SecurityReportingOption | = LogSecurityError |
||
| ) |
| bool WebCore::BindingSecurity::shouldAllowAccessToFrame | ( | JSC::ExecState & | , |
| Frame & | , | ||
| String & | message | ||
| ) |
| bool WebCore::BindingSecurity::shouldAllowAccessToNode | ( | JSC::ExecState & | , |
| Node * | |||
| ) |
1.8.13