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

  /external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
BindingSecurity.h 52 static bool shouldAllowAccessToNode(v8::Isolate*, Node*, ExceptionState&);
BindingSecurity.cpp 97 bool BindingSecurity::shouldAllowAccessToNode(v8::Isolate* isolate, Node* target, ExceptionState& exceptionState)
  /external/chromium_org/third_party/WebKit/Source/bindings/core/v8/custom/
V8WindowCustom.cpp 194 if (!BindingSecurity::shouldAllowAccessToNode(info.GetIsolate(), impl->frameElement(), exceptionState)) {
V8InjectedScriptHostCustom.cpp 80 if (!BindingSecurity::shouldAllowAccessToNode(isolate, node, exceptionState))
  /external/chromium_org/third_party/WebKit/Source/bindings/templates/
attributes.cpp 65 if (!BindingSecurity::shouldAllowAccessToNode(info.GetIsolate(), {{attribute.cpp_value}}, exceptionState)) {
methods.cpp 40 if (!BindingSecurity::shouldAllowAccessToNode(info.GetIsolate(), impl->{{method.name}}(exceptionState), exceptionState)) {
  /external/chromium_org/third_party/WebKit/Source/bindings/tests/results/core/
V8TestObject.cpp     [all...]

Completed in 1446 milliseconds