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

  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
BindingSecurity.cpp 32 #include "bindings/v8/BindingSecurity.h"
65 bool BindingSecurity::shouldAllowAccessToFrame(Frame* target, SecurityReportingOption reportingOption)
70 bool BindingSecurity::shouldAllowAccessToNode(Node* target)
75 bool BindingSecurity::allowSettingFrameSrcToJavascriptUrl(HTMLFrameElementBase* frame, const String& value)
BindingSecurity.h 48 class BindingSecurity {
ScriptController.cpp 38 #include "bindings/v8/BindingSecurity.h"
87 return !v8::Context::InContext() || BindingSecurity::shouldAllowAccessToFrame(frame);
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/
V8HTMLFrameElementCustom.cpp 35 #include "bindings/v8/BindingSecurity.h"
48 if (!BindingSecurity::allowSettingFrameSrcToJavascriptUrl(frame, locationValue))
V8WindowCustom.cpp 36 #include "bindings/v8/BindingSecurity.h"
113 if (!BindingSecurity::shouldAllowAccessToFrame(imp->frame()))
164 if (!BindingSecurity::shouldAllowAccessToFrame(frame))
186 if (!BindingSecurity::shouldAllowAccessToFrame(frame))
218 if (!BindingSecurity::shouldAllowAccessToFrame(imp->frame()))
349 if (!BindingSecurity::shouldAllowAccessToFrame(impl->frame()))
365 if (!BindingSecurity::shouldAllowAccessToFrame(impl->frame()))
474 return BindingSecurity::shouldAllowAccessToFrame(target, DoNotReportSecurityError);
508 return BindingSecurity::shouldAllowAccessToFrame(target, DoNotReportSecurityError);
V8InjectedScriptManager.cpp 36 #include "bindings/v8/BindingSecurity.h"
115 return BindingSecurity::shouldAllowAccessToFrame(frame, DoNotReportSecurityError);
V8InjectedScriptHostCustom.cpp 40 #include "bindings/v8/BindingSecurity.h"
78 if (!BindingSecurity::shouldAllowAccessToNode(node))
  /external/chromium_org/third_party/WebKit/Source/bindings/tests/results/
V8TestActiveDOMObject.cpp 26 #include "bindings/v8/BindingSecurity.h"
83 return BindingSecurity::shouldAllowAccessToFrame(imp->frame(), DoNotReportSecurityError);
89 return BindingSecurity::shouldAllowAccessToFrame(imp->frame(), DoNotReportSecurityError);
99 if (!BindingSecurity::shouldAllowAccessToFrame(imp->frame()))
150 if (!BindingSecurity::shouldAllowAccessToFrame(imp->frame(), DoNotReportSecurityError)) {
179 if (!BindingSecurity::shouldAllowAccessToFrame(imp->frame()))
V8TestObject.cpp 40 #include "bindings/v8/BindingSecurity.h"
    [all...]
  /external/chromium_org/third_party/WebKit/Source/bindings/scripts/
deprecated_code_generator_v8.pm     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/
webcore_derived.target.darwin-arm.mk 196 third_party/WebKit/Source/bindings/v8/BindingSecurity.cpp \
webcore_derived.target.darwin-mips.mk 196 third_party/WebKit/Source/bindings/v8/BindingSecurity.cpp \
webcore_derived.target.darwin-x86.mk 196 third_party/WebKit/Source/bindings/v8/BindingSecurity.cpp \
webcore_derived.target.linux-arm.mk 196 third_party/WebKit/Source/bindings/v8/BindingSecurity.cpp \
webcore_derived.target.linux-mips.mk 196 third_party/WebKit/Source/bindings/v8/BindingSecurity.cpp \
webcore_derived.target.linux-x86.mk 196 third_party/WebKit/Source/bindings/v8/BindingSecurity.cpp \

Completed in 446 milliseconds