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

  /external/webkit/WebCore/editing/
markup.cpp 827 Node* pastEnd = updatedRange->pastLastNode();
844 if (pastEnd && Range::compareBoundaryPoints(startNode, 0, pastEnd, 0) >= 0) {
852 for (Node* n = startNode; n != pastEnd; n = next) {
854 // past pastEnd and become null here. This shouldn't be possible
    [all...]
TextIterator.cpp 390 bool pastEnd = m_node->traverseNextNode() == m_pastEndNode;
393 if ((pastEnd && parentNode == m_endContainer) || m_endContainer->isDescendantOf(parentNode))
    [all...]
Editor.cpp 431 Node* pastEnd = range->pastLastNode();
432 // In the loop below, n should eventually match pastEnd and not become nil, but we've seen at least one
434 for (Node* n = startNode; n && n != pastEnd; n = n->traverseNextNode()) {
    [all...]
  /external/webkit/WebCore/platform/text/
BidiResolver.h 527 bool pastEnd = false;
532 if (pastEnd && (hardLineBreak || current.atEnd())) {
809 if (pastEnd && eor == current) {
890 if (pastEnd) {
915 if (!pastEnd && (current == end || current.atEnd())) {
926 pastEnd = true;
    [all...]
  /external/webkit/WebCore/rendering/
InlineTextBox.cpp     [all...]

Completed in 124 milliseconds