HomeSort by relevance Sort by last modified time
    Searched full:containernode (Results 51 - 75 of 265) sorted by null

1 23 4 5 6 7 8 91011

  /external/chromium_org/third_party/WebKit/Source/core/html/parser/
HTMLElementStack.h 39 class ContainerNode;
58 ContainerNode* node() const { return m_item->node(); }
88 ContainerNode* topNode() const
160 ContainerNode* rootNode() const;
179 ContainerNode* m_rootNode;
  /external/chromium_org/third_party/WebKit/Source/core/editing/
VisibleSelection.cpp 189 if (!s.containerNode() || !e.containerNode())
224 searchRange->setStart(start.containerNode(), start.offsetInContainerNode(), exceptionState);
474 ASSERT(currentPosition.containerNode()->treeScope() != treeScope);
476 if (Node* ancestor = treeScope.ancestorInThisScope(currentPosition.containerNode())) {
492 ASSERT(currentPosition.containerNode()->treeScope() != treeScope);
494 if (Node* ancestor = treeScope.ancestorInThisScope(currentPosition.containerNode())) {
515 m_extent = adjustPositionForEnd(m_end, m_start.containerNode());
518 m_extent = adjustPositionForStart(m_start, m_end.containerNode());
534 Node* baseEditableAncestor = lowestEditableAncestor(m_base.containerNode());
    [all...]
RemoveNodeCommand.cpp 46 ContainerNode* parent = m_node->parentNode();
60 RefPtr<ContainerNode> parent = m_parent.release();
htmlediting.cpp 76 TreeScope* commonScope = commonTreeScope(a.containerNode(), b.containerNode());
82 Node* nodeA = commonScope->ancestorInThisScope(a.containerNode());
84 bool hasDescendentA = nodeA != a.containerNode();
87 Node* nodeB = commonScope->ancestorInThisScope(b.containerNode());
89 bool hasDescendentB = nodeB != b.containerNode();
189 Node* node = p.containerNode();
333 Node* enclosingBlockNode = enclosingBlock(position.containerNode());
431 Node* rootEditableElement = pos.containerNode()->rootEditableElement();
446 Node* rootEditableElement = pos.containerNode()->rootEditableElement()
    [all...]
IndentOutdentCommand.cpp 102 else if (enclosingList(start.containerNode()))
103 nodeToSplitTo = enclosingBlock(start.containerNode());
110 RefPtr<Node> outerBlock = (start.containerNode() == nodeToSplitTo) ? start.containerNode() : splitTreeToNode(start.containerNode(), nodeToSplitTo);
117 if (outerBlock == start.containerNode())
161 if (ContainerNode* splitPointParent = splitPoint->parentNode()) {
ApplyStyleCommand.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/
FormAssociatedElement.h 31 class ContainerNode;
94 void insertedInto(ContainerNode*);
95 void removedFrom(ContainerNode*);
HTMLFormControlElementWithState.cpp 46 Node::InsertionNotificationRequest HTMLFormControlElementWithState::insertedInto(ContainerNode* insertionPoint)
53 void HTMLFormControlElementWithState::removedFrom(ContainerNode* insertionPoint)
HTMLTrackElement.h 63 virtual InsertionNotificationRequest insertedInto(ContainerNode*) OVERRIDE;
65 virtual void removedFrom(ContainerNode*) OVERRIDE;
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGMPathElement.cpp 89 Node::InsertionNotificationRequest SVGMPathElement::insertedInto(ContainerNode* rootParent)
97 void SVGMPathElement::removedFrom(ContainerNode* rootParent)
163 void SVGMPathElement::notifyParentOfPathChange(ContainerNode* parent)
SVGFontFaceUriElement.cpp 77 ContainerNode* grandparent = parentNode()->parentNode();
82 Node::InsertionNotificationRequest SVGFontFaceUriElement::insertedInto(ContainerNode* rootParent)
SVGStyleElement.h 55 virtual InsertionNotificationRequest insertedInto(ContainerNode*) OVERRIDE;
57 virtual void removedFrom(ContainerNode*) OVERRIDE;
SVGTextPathElement.h 122 virtual InsertionNotificationRequest insertedInto(ContainerNode*) OVERRIDE;
123 virtual void removedFrom(ContainerNode*) OVERRIDE;
  /external/chromium_org/third_party/WebKit/Source/core/css/
TreeBoundaryCrossingRules.cpp 37 void TreeBoundaryCrossingRules::addRule(StyleRule* rule, size_t selectorIndex, ContainerNode* scopingNode, AddRuleFlags addRuleFlags)
49 void TreeBoundaryCrossingRules::reset(const ContainerNode* scopingNode)
SelectorChecker.h 38 class ContainerNode;
86 const ContainerNode* scope;
125 static bool isHostInItsShadowTree(const Element&, BehaviorAtBoundary, const ContainerNode* scope);
181 inline bool SelectorChecker::isHostInItsShadowTree(const Element& element, BehaviorAtBoundary behaviorAtBoundary, const ContainerNode* scope)
  /external/chromium_org/third_party/WebKit/Source/core/dom/
DocumentType.h 58 virtual InsertionNotificationRequest insertedInto(ContainerNode*) OVERRIDE;
59 virtual void removedFrom(ContainerNode*) OVERRIDE;
ProcessingInstruction.h 63 virtual InsertionNotificationRequest insertedInto(ContainerNode*) OVERRIDE;
64 virtual void removedFrom(ContainerNode*) OVERRIDE;
StyleSheetScopingNodeList.cpp 36 void StyleSheetScopingNodeList::add(ContainerNode* node)
50 void StyleSheetScopingNodeList::remove(ContainerNode* node)
ContainerNodeAlgorithms.cpp 44 void ChildNodeInsertionNotifier::notifyDescendantInsertedIntoDocument(ContainerNode& node)
67 void ChildNodeInsertionNotifier::notifyDescendantInsertedIntoTree(ContainerNode& node)
78 void ChildNodeRemovalNotifier::notifyDescendantRemovedFromDocument(ContainerNode& node)
104 void ChildNodeRemovalNotifier::notifyDescendantRemovedFromTree(ContainerNode& node)
LiveNodeList.h 104 ContainerNode* rootContainerNode() const;
138 Node* itemBeforeOrAfterCachedItem(unsigned offset, ContainerNode* root) const;
140 Element* traverseLiveNodeListFirstElement(ContainerNode& root) const;
141 Element* traverseLiveNodeListForwardToOffset(unsigned offset, Element& currentElement, unsigned& currentOffset, ContainerNode* root) const;
Attr.h 28 #include "core/dom/ContainerNode.h"
43 class Attr FINAL : public ContainerNode {
StyleSheetCollection.h 44 class ContainerNode;
81 void removeStyleSheetCandidateNode(Node*, ContainerNode* scopingNode);
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderLayerModelObject.h 37 explicit RenderLayerModelObject(ContainerNode*);
58 ContainerNode* node() const { return toContainerNode(RenderObject::node()); }
  /external/chromium_org/third_party/WebKit/Source/core/page/
DOMSelection.cpp 382 ContainerNode* container = shadowAncestor->parentOrShadowHostNode();
474 ContainerNode* parentNode = n->parentNode();
516 Node* containerNode = position.containerNode();
517 Node* adjustedNode = m_treeScope->ancestorInThisScope(containerNode);
522 if (containerNode == adjustedNode)
523 return containerNode;
534 Node* containerNode = position.containerNode();
535 Node* adjustedNode = m_treeScope->ancestorInThisScope(containerNode);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/xml/parser/
XMLDocumentParser.h 42 class ContainerNode;
144 void pushCurrentNode(ContainerNode*);
165 ContainerNode* m_currentNode;
166 Vector<ContainerNode*> m_currentNodeStack;

Completed in 250 milliseconds

1 23 4 5 6 7 8 91011