HomeSort by relevance Sort by last modified time
    Searched refs:lastDescendant (Results 1 - 9 of 9) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
CounterNode.h 63 CounterNode* lastDescendant() const;
CounterNode.cpp 120 CounterNode* CounterNode::lastDescendant() const
RenderCounter.cpp 451 for (RefPtr<CounterNode> child = node->lastDescendant(); child && child != node; child = previous) {
  /external/chromium_org/third_party/WebKit/Source/core/editing/
ReplaceSelectionCommand.h 69 Node* lastLeafInserted() const { return m_lastNodeInserted->lastDescendant(); }
DeleteSelectionCommand.cpp 526 Node* n = node->lastDescendant();
    [all...]
ReplaceSelectionCommand.cpp     [all...]
VisibleUnits.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/dom/
Node.h 230 Node* lastDescendant() const;
    [all...]
Node.cpp 444 Node *Node::lastDescendant() const
    [all...]

Completed in 119 milliseconds