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

  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
BindingSecurity.h 48 class BindingSecurity {
BindingSecurity.cpp 32 #include "bindings/v8/BindingSecurity.h"
83 bool BindingSecurity::shouldAllowAccessToFrame(Frame* target, SecurityReportingOption reportingOption)
88 bool BindingSecurity::shouldAllowAccessToFrame(Frame* target, ExceptionState& exceptionState)
93 bool BindingSecurity::shouldAllowAccessToNode(Node* target, ExceptionState& exceptionState)
ScriptController.cpp 38 #include "bindings/v8/BindingSecurity.h"
86 return !v8::Isolate::GetCurrent()->InContext() || BindingSecurity::shouldAllowAccessToFrame(frame);
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/
V8HTMLFrameElementCustom.cpp 35 #include "bindings/v8/BindingSecurity.h"
51 if (protocolIsJavaScript(stripLeadingAndTrailingHTMLSpaces(locationValue)) && !BindingSecurity::shouldAllowAccessToFrame(frame->contentFrame(), exceptionState)) {
V8WindowCustom.cpp 36 #include "bindings/v8/BindingSecurity.h"
108 if (!BindingSecurity::shouldAllowAccessToFrame(imp->frame(), exceptionState))
160 if (!BindingSecurity::shouldAllowAccessToFrame(frame, exceptionState)) {
185 if (!BindingSecurity::shouldAllowAccessToFrame(frame, exceptionState)) {
203 if (!BindingSecurity::shouldAllowAccessToNode(imp->frameElement(), exceptionState)) {
221 if (!BindingSecurity::shouldAllowAccessToFrame(imp->frame(), exceptionState)) {
359 if (!BindingSecurity::shouldAllowAccessToFrame(impl->frame(), exceptionState)) {
377 if (!BindingSecurity::shouldAllowAccessToFrame(impl->frame(), exceptionState)) {
497 return BindingSecurity::shouldAllowAccessToFrame(target, DoNotReportSecurityError);
531 return BindingSecurity::shouldAllowAccessToFrame(target, DoNotReportSecurityError)
    [all...]
V8InjectedScriptManager.cpp 36 #include "bindings/v8/BindingSecurity.h"
122 return BindingSecurity::shouldAllowAccessToFrame(frame, DoNotReportSecurityError);
V8InjectedScriptHostCustom.cpp 40 #include "bindings/v8/BindingSecurity.h"
81 if (!BindingSecurity::shouldAllowAccessToNode(node, exceptionState))
  /external/chromium_org/third_party/WebKit/Source/bindings/templates/
interface.cpp 87 return BindingSecurity::shouldAllowAccessToFrame(imp->frame(), DoNotReportSecurityError);
93 return BindingSecurity::shouldAllowAccessToFrame(imp->frame(), DoNotReportSecurityError);
112 if (!BindingSecurity::shouldAllowAccessToFrame(imp->frame(), exceptionState)) {
    [all...]
methods.cpp 28 if (!BindingSecurity::shouldAllowAccessToFrame(imp->frame(), exceptionState)) {
34 if (!BindingSecurity::shouldAllowAccessToNode(imp->{{method.name}}(exceptionState), exceptionState)) {
60 if (!BindingSecurity::shouldAllowAccessToFrame(window->frame(), exceptionState)) {
269 if (!BindingSecurity::shouldAllowAccessToFrame(imp->frame(), DoNotReportSecurityError)) {
attributes.cpp 40 if (!BindingSecurity::shouldAllowAccessToNode({{attribute.cpp_value}}, exceptionState)) {
  /external/chromium_org/third_party/WebKit/Source/bindings/tests/results/
V8TestInterfaceCheckSecurity.cpp 37 #include "bindings/v8/BindingSecurity.h"
155 return BindingSecurity::shouldAllowAccessToFrame(imp->frame(), DoNotReportSecurityError);
161 return BindingSecurity::shouldAllowAccessToFrame(imp->frame(), DoNotReportSecurityError);
168 if (!BindingSecurity::shouldAllowAccessToFrame(imp->frame(), exceptionState)) {
211 if (!BindingSecurity::shouldAllowAccessToFrame(imp->frame(), DoNotReportSecurityError)) {
263 if (!BindingSecurity::shouldAllowAccessToFrame(imp->frame(), DoNotReportSecurityError)) {
315 if (!BindingSecurity::shouldAllowAccessToFrame(imp->frame(), DoNotReportSecurityError)) {
367 if (!BindingSecurity::shouldAllowAccessToFrame(imp->frame(), DoNotReportSecurityError)) {
419 if (!BindingSecurity::shouldAllowAccessToFrame(imp->frame(), DoNotReportSecurityError)) {
450 if (!BindingSecurity::shouldAllowAccessToFrame(imp->frame(), exceptionState))
    [all...]
V8TestObject.cpp 52 #include "bindings/v8/BindingSecurity.h"
    [all...]
V8TestObjectPython.cpp 55 #include "bindings/v8/BindingSecurity.h"
    [all...]
  /external/chromium_org/third_party/WebKit/Source/bindings/scripts/
code_generator_v8.pm     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/
webcore_derived.target.darwin-arm.mk 199 third_party/WebKit/Source/bindings/v8/BindingSecurity.cpp \
webcore_derived.target.darwin-mips.mk 199 third_party/WebKit/Source/bindings/v8/BindingSecurity.cpp \
webcore_derived.target.darwin-x86.mk 199 third_party/WebKit/Source/bindings/v8/BindingSecurity.cpp \
webcore_derived.target.linux-arm.mk 199 third_party/WebKit/Source/bindings/v8/BindingSecurity.cpp \
webcore_derived.target.linux-mips.mk 199 third_party/WebKit/Source/bindings/v8/BindingSecurity.cpp \
webcore_derived.target.linux-x86.mk 199 third_party/WebKit/Source/bindings/v8/BindingSecurity.cpp \

Completed in 283 milliseconds