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

  /external/chromium_org/third_party/WebKit/Source/core/dom/
NodeList.idl 23 SetWrapperReferenceFrom=virtualOwnerNode,
EmptyNodeList.cpp 47 Node* EmptyNodeList::virtualOwnerNode() const
NodeList.h 47 virtual Node* virtualOwnerNode() const { return 0; }
EmptyNodeList.h 59 virtual Node* virtualOwnerNode() const OVERRIDE;
ChildNodeList.cpp 37 Node* ChildNodeList::virtualOwnerNode() const
ChildNodeList.h 67 virtual Node* virtualOwnerNode() const OVERRIDE;
LiveNodeList.cpp 47 Node* LiveNodeList::virtualOwnerNode() const
LiveNodeList.h 61 virtual Node* virtualOwnerNode() const OVERRIDE FINAL;
NodeListsNodeData.h 42 ASSERT_UNUSED(node, !m_childNodeList || node == m_childNodeList->virtualOwnerNode());

Completed in 123 milliseconds