Searched defs:ownerNode (Results 1 - 10 of 10) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/dom/
H A DChildNodeList.h44 Node& ownerNode() { return m_owner.get(); } function in class:WebCore::final
68 ContainerNode& ownerNode() { return m_parent.get(); } function in class:WebCore::final
H A DLiveNodeList.cpp34 LiveNodeList::LiveNodeList(ContainerNode& ownerNode, NodeListInvalidationType invalidationType) argument
H A DWebKitNamedFlow.cpp227 Node* WebKitNamedFlow::ownerNode() const function in class:WebCore::WebKitNamedFlow
H A DLiveNodeList.h53 ContainerNode& ownerNode() const { return const_cast<ContainerNode&>(m_ownerNode.get()); } function in class:WebCore::LiveNodeList
132 CachedLiveNodeList<NodeListType>::CachedLiveNodeList(ContainerNode& ownerNode, NodeListInvalidationType invalidationType) argument
H A DNodeRareData.h349 inline bool NodeListsNodeData::deleteThisAndUpdateNodeRareDataIfAboutToRemoveLastList(Node& ownerNode) argument
/macosx-10.10/WebCore-7600.1.25/html/
H A DHTMLFormControlsCollection.cpp38 HTMLFormControlsCollection::HTMLFormControlsCollection(ContainerNode& ownerNode) argument
46 PassRef<HTMLFormControlsCollection> HTMLFormControlsCollection::create(ContainerNode& ownerNode, CollectionType) argument
[all...]
H A DHTMLCollection.cpp134 HTMLCollection::HTMLCollection(ContainerNode& ownerNode, CollectionType type, ElementTraversalType traversalType) argument
H A DHTMLCollection.h111 ContainerNode& ownerNode() const { return const_cast<ContainerNode&>(m_ownerNode.get()); } function in class:WebCore::HTMLCollection
/macosx-10.10/WebCore-7600.1.25/css/
H A DCSSStyleSheet.cpp82 PassRef<CSSStyleSheet> CSSStyleSheet::create(PassRef<StyleSheetContents> sheet, Node* ownerNode) argument
87 PassRef<CSSStyleSheet> CSSStyleSheet::createInline(Node& ownerNode, const URL& baseURL, const String& encoding) argument
103 CSSStyleSheet::CSSStyleSheet(PassRef<StyleSheetContents> contents, Node* ownerNode, bool isInlineStylesheet) argument
[all...]
/macosx-10.10/WebCore-7600.1.25/bindings/objc/
H A DPublicDOMInterfaces.h1000 @property (readonly, strong) DOMNode *ownerNode; variable

Completed in 102 milliseconds