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

  /external/webkit/WebCore/bindings/js/
JSHTMLIFrameElementCustom.cpp 52 if (contentDocument && !checkNodeSecurity(exec, contentDocument))
JSAttrCustom.cpp 52 if (contentDocument && !checkNodeSecurity(exec, contentDocument))
JSHTMLFrameElementCustom.cpp 48 if (contentDocument && !checkNodeSecurity(exec, contentDocument))
JSElementCustom.cpp 70 if (contentDocument && !checkNodeSecurity(exec, contentDocument))
JSDOMBinding.h 411 bool checkNodeSecurity(JSC::ExecState*, Node*);
JSDOMBinding.cpp 725 bool checkNodeSecurity(ExecState* exec, Node* node)
  /external/webkit/WebCore/bindings/generic/
BindingSecurity.h 55 static bool checkNodeSecurity(State<Binding>*, Node* target);
98 bool BindingSecurity<Binding>::checkNodeSecurity(State<Binding>* state, Node* node)
116 if (contentDoc && !checkNodeSecurity(state, contentDoc))
  /external/webkit/WebCore/bindings/scripts/
CodeGeneratorV8.pm 709 if ($attribute->signature->extendedAttributes->{"CheckNodeSecurity"}) {
710 push(@implContentDecls, " if (!V8BindingSecurity::checkNodeSecurity(V8BindingState::Only(), imp->$attrName())) return v8::Handle<v8::Value>();\n\n");
712 push(@implContentDecls, " if (!V8BindingSecurity::checkNodeSecurity(V8BindingState::Only(), imp->contentDocument())) return v8::Handle<v8::Value>();\n\n");
    [all...]

Completed in 139 milliseconds