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

  /external/chromium_org/third_party/WebKit/Source/core/xml/
XSLStyleSheet.h 94 virtual Node* ownerNode() const OVERRIDE { return m_ownerNode; }
98 virtual void clearOwnerNode() OVERRIDE { m_ownerNode = 0; }
106 Node* m_ownerNode;
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSStyleSheet.h 58 virtual Node* ownerNode() const OVERRIDE { return m_ownerNode; }
80 virtual void clearOwnerNode() OVERRIDE { didMutate(EntireStyleSheetUpdate); m_ownerNode = 0; }
133 Node* m_ownerNode;
  /external/chromium_org/third_party/WebKit/Source/core/dom/
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;

Completed in 48 milliseconds