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

  /external/chromium_org/third_party/WebKit/Source/core/dom/
LiveNodeList.cpp 34 if (isRootedAtDocument() && m_ownerNode->inDocument())
35 return m_ownerNode->document();
36 return m_ownerNode.get();
LiveNodeList.h 53 : m_ownerNode(ownerNode)
88 Node* ownerNode() const { return m_ownerNode.get(); }
102 Document* document() const { return m_ownerNode->document(); }
147 RefPtr<Node> m_ownerNode;
  /external/chromium_org/third_party/WebKit/Source/core/xml/
XSLStyleSheet.h 88 virtual Node* ownerNode() const OVERRIDE { return m_ownerNode; }
92 virtual void clearOwnerNode() OVERRIDE { m_ownerNode = 0; }
102 Node* m_ownerNode;
XSLStyleSheetLibxslt.cpp 42 : m_ownerNode(0)
56 : m_ownerNode(parentNode)
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSStyleSheet.h 53 virtual Node* ownerNode() const OVERRIDE { return m_ownerNode; }
74 virtual void clearOwnerNode() OVERRIDE { didMutate(); m_ownerNode = 0; }
123 Node* m_ownerNode;
CSSStyleSheet.cpp 92 , m_ownerNode(0)
103 , m_ownerNode(ownerNode)

Completed in 513 milliseconds