HomeSort by relevance Sort by last modified time
    Searched refs:ContainerNode (Results 51 - 75 of 284) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/WebKit/Source/core/dom/
LiveNodeListBase.h 43 LiveNodeListBase(ContainerNode& ownerNode, NodeListRootType rootType, NodeListInvalidationType invalidationType,
64 ContainerNode& rootNode() const;
70 ContainerNode& ownerNode() const { return *m_ownerNode; }
83 static Element* traverseMatchingElementsForwardToOffset(Element& currentElement, const ContainerNode* stayWithin, unsigned offset, unsigned& currentOffset, MatchFunc);
85 static Element* traverseMatchingElementsBackwardToOffset(Element& currentElement, const ContainerNode* stayWithin, unsigned offset, unsigned& currentOffset, MatchFunc);
90 RefPtrWillBeMember<ContainerNode> m_ownerNode; // Cannot be null.
121 Element* LiveNodeListBase::traverseMatchingElementsForwardToOffset(Element& currentElement, const ContainerNode* stayWithin, unsigned offset, unsigned& currentOffset, MatchFunc isMatch)
132 Element* LiveNodeListBase::traverseMatchingElementsBackwardToOffset(Element& currentElement, const ContainerNode* stayWithin, unsigned offset, unsigned& currentOffset, MatchFunc isMatch)
StyleElement.h 29 class ContainerNode;
52 void removedFromDocument(Document&, Element*, ContainerNode* scopingNode, TreeScope&);
LiveNodeListBase.cpp 40 ContainerNode& LiveNodeListBase::rootNode() const
SelectorQuery.cpp 68 ClassElementList(ContainerNode& rootNode, const AtomicString& className)
97 RawPtrWillBeMember<ContainerNode> m_rootNode;
118 inline bool SelectorDataList::selectorMatches(const CSSSelector& selector, Element& element, const ContainerNode& rootNode) const
139 PassRefPtrWillBeRawPtr<StaticElementList> SelectorDataList::queryAll(ContainerNode& rootNode) const
146 PassRefPtrWillBeRawPtr<Element> SelectorDataList::queryFirst(ContainerNode& rootNode) const
154 void SelectorDataList::collectElementsByClassName(ContainerNode& rootNode, const AtomicString& className, typename SelectorQueryTrait::OutputType& output) const
166 void SelectorDataList::collectElementsByTagName(ContainerNode& rootNode, const QualifiedName& tagName, typename SelectorQueryTrait::OutputType& output) const
177 inline bool SelectorDataList::canUseFastQuery(const ContainerNode& rootNode) const
182 inline bool ancestorHasClassName(ContainerNode& rootNode, const AtomicString& className)
203 void SelectorDataList::findTraverseRootsAndExecute(ContainerNode& rootNode, typename SelectorQueryTrait::OutputType& output) cons
    [all...]
DocumentFragment.h 27 #include "core/dom/ContainerNode.h"
32 class DocumentFragment : public ContainerNode {
NodeListsNodeData.h 40 ChildNodeList* childNodeList(ContainerNode& node)
46 PassRefPtrWillBeRawPtr<ChildNodeList> ensureChildNodeList(ContainerNode& node)
99 PassRefPtrWillBeRawPtr<T> addCache(ContainerNode& node, CollectionType collectionType, const AtomicString& name)
116 PassRefPtrWillBeRawPtr<T> addCache(ContainerNode& node, CollectionType collectionType)
138 PassRefPtrWillBeRawPtr<TagCollection> addCache(ContainerNode& node, const AtomicString& namespaceURI, const AtomicString& localName)
240 inline PassRefPtrWillBeRawPtr<Collection> ContainerNode::ensureCachedCollection(CollectionType type)
246 inline PassRefPtrWillBeRawPtr<Collection> ContainerNode::ensureCachedCollection(CollectionType type, const AtomicString& name)
252 inline PassRefPtrWillBeRawPtr<Collection> ContainerNode::ensureCachedCollection(CollectionType type, const AtomicString& namespaceURI, const AtomicString& localName)
259 inline Collection* ContainerNode::cachedCollection(CollectionType type)
NodeTraversal.h 29 #include "core/dom/ContainerNode.h"
41 static Node* next(const ContainerNode& current) { return traverseNextTemplate(current); }
43 static Node* next(const ContainerNode& current, const Node* stayWithin) { return traverseNextTemplate(current, stayWithin); }
49 static Node* lastWithin(const ContainerNode&);
75 static Node* childAt(const ContainerNode& parent, unsigned index) { return childAtTemplate(parent, index); }
TagCollection.cpp 32 TagCollection::TagCollection(ContainerNode& rootNode, CollectionType type, const AtomicString& namespaceURI, const AtomicString& localName)
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLDataListOptionsCollection.h 15 static PassRefPtrWillBeRawPtr<HTMLDataListOptionsCollection> create(ContainerNode& ownerNode, CollectionType type)
25 explicit HTMLDataListOptionsCollection(ContainerNode& ownerNode)
HTMLFormControlElementWithState.cpp 47 Node::InsertionNotificationRequest HTMLFormControlElementWithState::insertedInto(ContainerNode* insertionPoint)
54 void HTMLFormControlElementWithState::removedFrom(ContainerNode* insertionPoint)
HTMLFormControlsCollection.h 43 static PassRefPtrWillBeRawPtr<HTMLFormControlsCollection> create(ContainerNode&, CollectionType);
55 explicit HTMLFormControlsCollection(ContainerNode&);
HTMLOptionsCollection.h 37 static PassRefPtrWillBeRawPtr<HTMLOptionsCollection> create(ContainerNode&, CollectionType);
55 explicit HTMLOptionsCollection(ContainerNode&);
HTMLTagCollection.h 36 static PassRefPtrWillBeRawPtr<HTMLTagCollection> create(ContainerNode& rootNode, CollectionType type, const AtomicString& localName)
45 HTMLTagCollection(ContainerNode& rootNode, const AtomicString& localName);
HTMLTrackElement.h 67 virtual InsertionNotificationRequest insertedInto(ContainerNode*) OVERRIDE;
69 virtual void removedFrom(ContainerNode*) OVERRIDE;
FormAssociatedElement.h 33 class ContainerNode;
99 void insertedInto(ContainerNode*);
100 void removedFrom(ContainerNode*);
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderLayerModelObject.h 44 explicit RenderLayerModelObject(ContainerNode*);
65 ContainerNode* node() const { return toContainerNode(RenderObject::node()); }
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGFontFaceElement.h 66 virtual InsertionNotificationRequest insertedInto(ContainerNode*) OVERRIDE;
67 virtual void removedFrom(ContainerNode*) OVERRIDE;
SVGFontFaceFormatElement.cpp 46 ContainerNode* ancestor = parentNode()->parentNode();
SVGFontFaceUriElement.h 47 virtual InsertionNotificationRequest insertedInto(ContainerNode*) OVERRIDE;
SVGMPathElement.cpp 78 Node::InsertionNotificationRequest SVGMPathElement::insertedInto(ContainerNode* rootParent)
86 void SVGMPathElement::removedFrom(ContainerNode* rootParent)
145 void SVGMPathElement::notifyParentOfPathChange(ContainerNode* parent)
SVGUseElement.h 61 virtual InsertionNotificationRequest insertedInto(ContainerNode*) OVERRIDE;
62 virtual void removedFrom(ContainerNode*) OVERRIDE;
81 bool hasCycleUseReferencing(SVGUseElement*, ContainerNode* targetInstance, SVGElement*& newTarget);
  /external/chromium_org/third_party/WebKit/Source/core/editing/
RemoveNodeCommand.h 49 RefPtrWillBeMember<ContainerNode> m_parent;
markup.h 37 class ContainerNode;
61 void replaceChildrenWithFragment(ContainerNode*, PassRefPtrWillBeRawPtr<DocumentFragment>, ExceptionState&);
62 void replaceChildrenWithText(ContainerNode*, const String&, ExceptionState&);
PlainTextRange.cpp 30 #include "core/dom/ContainerNode.h"
60 PassRefPtrWillBeRawPtr<Range> PlainTextRange::createRange(const ContainerNode& scope) const
65 PassRefPtrWillBeRawPtr<Range> PlainTextRange::createRangeForSelection(const ContainerNode& scope) const
70 PassRefPtrWillBeRawPtr<Range> PlainTextRange::createRangeFor(const ContainerNode& scope, GetRangeFor getRangeFor) const
85 TextIterator it(rangeOfContents(const_cast<ContainerNode*>(&scope)).get(), behaviorFlags);
116 textRunEndPosition = createLegacyEditingPosition(runEnd.containerNode(), runEnd.computeOffsetInContainerNode());
123 if (textRunStartPosition.containerNode()->isTextNode()) {
125 resultRange->setStart(textRunStartPosition.containerNode(), offset + textRunStartPosition.offsetInContainerNode(), IGNORE_EXCEPTION);
128 resultRange->setStart(textRunStartPosition.containerNode(), textRunStartPosition.offsetInContainerNode(), IGNORE_EXCEPTION);
130 resultRange->setStart(textRunEndPosition.containerNode(), textRunEndPosition.offsetInContainerNode(), IGNORE_EXCEPTION)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
DOMPatchSupport.h 43 class ContainerNode;
67 bool innerPatchChildren(ContainerNode*, const Vector<OwnPtr<Digest> >& oldChildren, const Vector<OwnPtr<Digest> >& newChildren, ExceptionState&);
69 bool insertBeforeAndMarkAsUsed(ContainerNode*, Digest*, Node* anchor, ExceptionState&);

Completed in 492 milliseconds

1 23 4 5 6 7 8 91011>>