HomeSort by relevance Sort by last modified time
    Searched refs:BindingSecurity (Results 1 - 23 of 23) sorted by null

  /external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
BindingSecurity.h 50 class BindingSecurity {
BindingSecurity.cpp 32 #include "bindings/core/v8/BindingSecurity.h"
83 bool BindingSecurity::shouldAllowAccessToFrame(v8::Isolate* isolate, Frame* target, SecurityReportingOption reportingOption)
90 bool BindingSecurity::shouldAllowAccessToFrame(v8::Isolate* isolate, Frame* target, ExceptionState& exceptionState)
97 bool BindingSecurity::shouldAllowAccessToNode(v8::Isolate* isolate, Node* target, ExceptionState& exceptionState)
ScriptController.cpp 36 #include "bindings/core/v8/BindingSecurity.h"
90 return !isolate->InContext() || BindingSecurity::shouldAllowAccessToFrame(isolate, frame);
  /external/chromium_org/third_party/WebKit/Source/bindings/core/v8/custom/
V8WindowCustom.cpp 34 #include "bindings/core/v8/BindingSecurity.h"
107 if (!BindingSecurity::shouldAllowAccessToFrame(info.GetIsolate(), impl->frame(), exceptionState))
155 if (!BindingSecurity::shouldAllowAccessToFrame(info.GetIsolate(), frame, exceptionState)) {
176 if (!BindingSecurity::shouldAllowAccessToFrame(info.GetIsolate(), frame, exceptionState)) {
194 if (!BindingSecurity::shouldAllowAccessToNode(info.GetIsolate(), impl->frameElement(), exceptionState)) {
212 if (!BindingSecurity::shouldAllowAccessToFrame(info.GetIsolate(), impl->frame(), exceptionState)) {
357 if (!BindingSecurity::shouldAllowAccessToFrame(info.GetIsolate(), impl->frame(), exceptionState)) {
375 if (!BindingSecurity::shouldAllowAccessToFrame(info.GetIsolate(), impl->frame(), exceptionState)) {
495 return BindingSecurity::shouldAllowAccessToFrame(isolate, target, DoNotReportSecurityError);
529 return BindingSecurity::shouldAllowAccessToFrame(isolate, target, DoNotReportSecurityError)
    [all...]
V8InjectedScriptManager.cpp 34 #include "bindings/core/v8/BindingSecurity.h"
131 return BindingSecurity::shouldAllowAccessToFrame(scriptState->isolate(), frame, DoNotReportSecurityError);
V8InjectedScriptHostCustom.cpp 34 #include "bindings/core/v8/BindingSecurity.h"
80 if (!BindingSecurity::shouldAllowAccessToNode(isolate, node, exceptionState))
  /external/chromium_org/third_party/WebKit/Source/bindings/tests/results/core/
V8TestInterfaceCheckSecurity.cpp 10 #include "bindings/core/v8/BindingSecurity.h"
142 if (!BindingSecurity::shouldAllowAccessToFrame(info.GetIsolate(), impl->frame(), exceptionState)) {
158 return BindingSecurity::shouldAllowAccessToFrame(v8::Isolate::GetCurrent(), impl->frame(), DoNotReportSecurityError);
164 return BindingSecurity::shouldAllowAccessToFrame(v8::Isolate::GetCurrent(), impl->frame(), DoNotReportSecurityError);
171 if (!BindingSecurity::shouldAllowAccessToFrame(info.GetIsolate(), impl->frame(), exceptionState)) {
212 if (!BindingSecurity::shouldAllowAccessToFrame(info.GetIsolate(), impl->frame(), DoNotReportSecurityError)) {
262 if (!BindingSecurity::shouldAllowAccessToFrame(info.GetIsolate(), impl->frame(), DoNotReportSecurityError)) {
312 if (!BindingSecurity::shouldAllowAccessToFrame(info.GetIsolate(), impl->frame(), DoNotReportSecurityError)) {
362 if (!BindingSecurity::shouldAllowAccessToFrame(info.GetIsolate(), impl->frame(), DoNotReportSecurityError)) {
412 if (!BindingSecurity::shouldAllowAccessToFrame(info.GetIsolate(), impl->frame(), DoNotReportSecurityError))
    [all...]
V8TestObject.cpp 10 #include "bindings/core/v8/BindingSecurity.h"
    [all...]
  /external/chromium_org/third_party/WebKit/Source/bindings/templates/
methods.cpp 26 if (!BindingSecurity::shouldAllowAccessToFrame(info.GetIsolate(), window->frame(), exceptionState)) {
34 if (!BindingSecurity::shouldAllowAccessToFrame(info.GetIsolate(), impl->frame(), exceptionState)) {
40 if (!BindingSecurity::shouldAllowAccessToNode(info.GetIsolate(), impl->{{method.name}}(exceptionState), exceptionState)) {
477 if (!BindingSecurity::shouldAllowAccessToFrame(info.GetIsolate(), impl->frame(), DoNotReportSecurityError)) {
interface.cpp 30 if (!BindingSecurity::shouldAllowAccessToFrame(info.GetIsolate(), impl->frame(), exceptionState)) {
54 return BindingSecurity::shouldAllowAccessToFrame(v8::Isolate::GetCurrent(), impl->frame(), DoNotReportSecurityError);
60 return BindingSecurity::shouldAllowAccessToFrame(v8::Isolate::GetCurrent(), impl->frame(), DoNotReportSecurityError);
472 if (!BindingSecurity::shouldAllowAccessToFrame(info.GetIsolate(), impl->frame(), exceptionState)) {
    [all...]
attributes.cpp 65 if (!BindingSecurity::shouldAllowAccessToNode(info.GetIsolate(), {{attribute.cpp_value}}, exceptionState)) {
  /external/chromium_org/third_party/WebKit/Source/core/
webcore_generated.target.darwin-arm.mk 269 third_party/WebKit/Source/bindings/core/v8/BindingSecurity.cpp \
    [all...]
webcore_generated.target.darwin-arm64.mk 269 third_party/WebKit/Source/bindings/core/v8/BindingSecurity.cpp \
webcore_generated.target.darwin-mips.mk 269 third_party/WebKit/Source/bindings/core/v8/BindingSecurity.cpp \
    [all...]
webcore_generated.target.darwin-mips64.mk 269 third_party/WebKit/Source/bindings/core/v8/BindingSecurity.cpp \
webcore_generated.target.darwin-x86.mk 269 third_party/WebKit/Source/bindings/core/v8/BindingSecurity.cpp \
    [all...]
webcore_generated.target.darwin-x86_64.mk 269 third_party/WebKit/Source/bindings/core/v8/BindingSecurity.cpp \
    [all...]
webcore_generated.target.linux-arm.mk 269 third_party/WebKit/Source/bindings/core/v8/BindingSecurity.cpp \
    [all...]
webcore_generated.target.linux-arm64.mk 269 third_party/WebKit/Source/bindings/core/v8/BindingSecurity.cpp \
webcore_generated.target.linux-mips.mk 269 third_party/WebKit/Source/bindings/core/v8/BindingSecurity.cpp \
    [all...]
webcore_generated.target.linux-mips64.mk 269 third_party/WebKit/Source/bindings/core/v8/BindingSecurity.cpp \
webcore_generated.target.linux-x86.mk 269 third_party/WebKit/Source/bindings/core/v8/BindingSecurity.cpp \
    [all...]
webcore_generated.target.linux-x86_64.mk 269 third_party/WebKit/Source/bindings/core/v8/BindingSecurity.cpp \
    [all...]

Completed in 284 milliseconds