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

  /external/webkit/Source/WebCore/bindings/generic/
BindingSecurity.h 57 static bool checkNodeSecurity(State<Binding>*, Node* target);
103 bool BindingSecurity<Binding>::checkNodeSecurity(State<Binding>* state, Node* node)
133 if (contentDoc && !checkNodeSecurity(state, contentDoc))
  /external/webkit/Source/WebCore/bindings/js/
JSDOMBinding.cpp 384 bool checkNodeSecurity(ExecState* exec, Node* node)

Completed in 69 milliseconds