Searched defs:containerNode (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/dom/
H A DPosition.cpp118 Node* Position::containerNode() const function in class:WebCore::Position
176 return Position(containerNode(), computeOffsetInContainerNode(), PositionIsOffsetInAnchor);
223 // FIXME: This method is confusing (does it return anchorNode() or containerNode()?) and should be renamed or removed
/external/webkit/Source/WebCore/rendering/
H A DRenderTextControl.cpp285 static inline void setContainerAndOffsetForRange(Node* node, int offset, Node*& containerNode, int& offsetInContainer) argument
288 containerNode = node;
291 containerNode = node->parentNode();

Completed in 42 milliseconds