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

1 2 34 5 6 7 8 91011>>

  /external/chromium_org/third_party/WebKit/Source/core/editing/
SimplifyMarkupCommand.h 46 int pruneSubsequentAncestorsToRemove(WillBeHeapVector<RefPtrWillBeMember<ContainerNode> >& nodesToRemove, size_t startNodeIndex);
RemoveNodeCommand.cpp 46 ContainerNode* parent = m_node->parentNode();
60 RefPtrWillBeRawPtr<ContainerNode> parent = m_parent.release();
AppendNodeCommand.cpp 33 AppendNodeCommand::AppendNodeCommand(PassRefPtrWillBeRawPtr<ContainerNode> parent, PassRefPtrWillBeRawPtr<Node> node)
  /external/chromium_org/third_party/WebKit/Source/core/html/
DocumentNameCollection.cpp 14 DocumentNameCollection::DocumentNameCollection(ContainerNode& document, const AtomicString& name)
HTMLPictureElement.cpp 32 Node::InsertionNotificationRequest HTMLPictureElement::insertedInto(ContainerNode* insertionPoint)
HTMLAllCollection.cpp 34 PassRefPtrWillBeRawPtr<HTMLAllCollection> HTMLAllCollection::create(ContainerNode& node, CollectionType type)
40 HTMLAllCollection::HTMLAllCollection(ContainerNode& node)
HTMLBaseElement.cpp 51 Node::InsertionNotificationRequest HTMLBaseElement::insertedInto(ContainerNode* insertionPoint)
59 void HTMLBaseElement::removedFrom(ContainerNode* insertionPoint)
HTMLOptionElement.h 80 virtual InsertionNotificationRequest insertedInto(ContainerNode*) OVERRIDE;
81 virtual void removedFrom(ContainerNode*) OVERRIDE;
HTMLTitleElement.cpp 47 Node::InsertionNotificationRequest HTMLTitleElement::insertedInto(ContainerNode* insertionPoint)
55 void HTMLTitleElement::removedFrom(ContainerNode* insertionPoint)
HTMLStyleElement.cpp 84 Node::InsertionNotificationRequest HTMLStyleElement::insertedInto(ContainerNode* insertionPoint)
94 void HTMLStyleElement::removedFrom(ContainerNode* insertionPoint)
133 ContainerNode* HTMLStyleElement::scopingNode()
HTMLBodyElement.h 55 virtual InsertionNotificationRequest insertedInto(ContainerNode*) OVERRIDE;
  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
RenderSVGGradientStop.cpp 66 ContainerNode* parentNode = node()->parentNode();
  /external/chromium_org/third_party/WebKit/Source/core/dom/
TreeScopeStyleSheetCollection.h 44 class ContainerNode;
52 void removeStyleSheetCandidateNode(Node*, ContainerNode* scopingNode);
ElementTraversal.h 38 static ElementType* firstChild(const ContainerNode& current) { return firstChildTemplate(current); }
41 static ElementType* firstChild(const ContainerNode&, MatchFunc);
42 static ElementType* lastChild(const ContainerNode& current) { return lastChildTemplate(current); }
45 static ElementType* lastChild(const ContainerNode&, MatchFunc);
56 static ElementType* firstWithin(const ContainerNode& current) { return firstWithinTemplate(current); }
59 static ElementType* firstWithin(const ContainerNode&, MatchFunc);
60 static ElementType* lastWithin(const ContainerNode& current) { return lastWithinTemplate(current); }
63 static ElementType* lastWithin(const ContainerNode&, MatchFunc);
66 static ElementType* next(const ContainerNode& current) { return nextTemplate(current); }
68 static ElementType* next(const ContainerNode& current, const Node* stayWithin) { return nextTemplate(current, stayWithin);
    [all...]
ChildNodeList.cpp 32 ChildNodeList::ChildNodeList(ContainerNode& parent)
DocumentFragment.cpp 33 : ContainerNode(document, constructionType)
TreeScope.h 36 class ContainerNode;
97 ContainerNode& rootNode() const { return *m_rootNode; }
143 TreeScope(ContainerNode&, Document&);
177 RawPtrWillBeMember<ContainerNode> m_rootNode;
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGFontFaceUriElement.cpp 73 ContainerNode* grandparent = parentNode()->parentNode();
78 Node::InsertionNotificationRequest SVGFontFaceUriElement::insertedInto(ContainerNode* rootParent)
SVGStyleElement.h 59 virtual InsertionNotificationRequest insertedInto(ContainerNode*) OVERRIDE;
61 virtual void removedFrom(ContainerNode*) OVERRIDE;
SVGTextPathElement.h 72 virtual InsertionNotificationRequest insertedInto(ContainerNode*) OVERRIDE;
73 virtual void removedFrom(ContainerNode*) OVERRIDE;
SVGGlyphElement.cpp 42 ContainerNode* fontNode = parentNode();
55 Node::InsertionNotificationRequest SVGGlyphElement::insertedInto(ContainerNode* rootParent)
61 void SVGGlyphElement::removedFrom(ContainerNode* rootParent)
  /external/chromium_org/third_party/WebKit/Source/core/css/
SelectorChecker.h 38 class ContainerNode;
82 RawPtrWillBeMember<const ContainerNode> scope;
124 static bool isHostInItsShadowTree(const Element&, const ContainerNode* scope);
134 Match matchForPseudoShadow(const ContainerNode*, const SelectorCheckingContext&, const SiblingTraversalStrategy&, MatchResult*) const;
177 inline bool SelectorChecker::isHostInItsShadowTree(const Element& element, const ContainerNode* scope)
  /external/chromium_org/third_party/WebKit/Source/core/html/parser/
HTMLElementStack.h 39 class ContainerNode;
61 ContainerNode* node() const { return m_item->node(); }
93 ContainerNode* topNode() const
165 ContainerNode* rootNode() const;
186 RawPtrWillBeMember<ContainerNode> m_rootNode;
HTMLConstructionSite.h 66 ContainerNode* oldParent()
75 RefPtrWillBeMember<ContainerNode> parent;
187 ContainerNode* currentNode() const { return m_openElements.topNode(); }
232 void attachLater(ContainerNode* parent, PassRefPtrWillBeRawPtr<Node> child, bool selfClosing = false);
247 // This is the root ContainerNode to which the parser attaches all newly
250 RawPtrWillBeMember<ContainerNode> m_attachmentRoot;
267 void append(PassRefPtrWillBeRawPtr<ContainerNode> newParent, PassRefPtrWillBeRawPtr<Node> newNextChild, const String& newString, WhitespaceMode newWhitespaceMode)
302 RefPtrWillBeMember<ContainerNode> parent;
HTMLStackItem.h 41 class ContainerNode;
51 static PassRefPtrWillBeRawPtr<HTMLStackItem> create(PassRefPtrWillBeRawPtr<ContainerNode> node, ItemType type)
57 static PassRefPtrWillBeRawPtr<HTMLStackItem> create(PassRefPtrWillBeRawPtr<ContainerNode> node, AtomicHTMLToken* token, const AtomicString& namespaceURI = HTMLNames::xhtmlNamespaceURI)
63 ContainerNode* node() const { return m_node.get(); }
215 HTMLStackItem(PassRefPtrWillBeRawPtr<ContainerNode> node, ItemType type)
230 HTMLStackItem(PassRefPtrWillBeRawPtr<ContainerNode> node, AtomicHTMLToken* token, const AtomicString& namespaceURI = HTMLNames::xhtmlNamespaceURI)
239 RefPtrWillBeMember<ContainerNode> m_node;

Completed in 453 milliseconds

1 2 34 5 6 7 8 91011>>