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

  /external/webkit/Source/WebCore/bindings/generic/
BindingSecurity.h 132 Node* contentDoc = frame->contentDocument();
133 if (contentDoc && !checkNodeSecurity(state, contentDoc))
  /external/webkit/Source/WebCore/html/
HTMLFrameElementBase.cpp 69 Document* contentDoc = this->contentDocument();
70 if (contentDoc && !ScriptController::canAccessFromCurrentOrigin(contentDoc->frame()))

Completed in 1217 milliseconds