Home
last modified time | relevance | path

Searched refs:pastEnd (Results 1 – 11 of 11) sorted by relevance

/external/webkit/Source/WebCore/editing/
Dmarkup.cpp126 Node* serializeNodes(Node* startNode, Node* pastEnd);
320 Node* StyledMarkupAccumulator::serializeNodes(Node* startNode, Node* pastEnd) in serializeNodes() argument
325 for (Node* n = startNode; n != pastEnd; n = next) { in serializeNodes()
337 if (isBlock(n) && canHaveChildrenForEditing(n) && next == pastEnd) in serializeNodes()
344 if (pastEnd && pastEnd->isDescendantOf(n)) in serializeNodes()
345 next = pastEnd; in serializeNodes()
362 if (!openedTag && (!n->nextSibling() || next == pastEnd)) { in serializeNodes()
366 if (next != pastEnd && next->isDescendantOf(ancestor)) in serializeNodes()
376 if (next != pastEnd && n != nextParent) { in serializeNodes()
559 Node* pastEnd = updatedRange->pastLastNode(); in createMarkup() local
[all …]
DTextIterator.cpp450 bool pastEnd = m_node->traverseNextNode() == m_pastEndNode; in advance() local
453 … if ((pastEnd && parentNode == m_endContainer) || m_endContainer->isDescendantOf(parentNode)) in advance()
DEditor.cpp541 Node* pastEnd = range->pastLastNode(); in fontForSelection() local
544 for (Node* n = startNode; n && n != pastEnd; n = n->traverseNextNode()) { in fontForSelection()
/external/webkit/Source/WebCore/platform/text/
DBidiResolver.h502 bool pastEnd = false; in createBidiRunsForLine() local
507 if (pastEnd && (hardLineBreak || m_current.atEnd())) { in createBidiRunsForLine()
789 if (pastEnd && m_eor == m_current) { in createBidiRunsForLine()
829 if (committed && pastEnd) { in createBidiRunsForLine()
843 if (!pastEnd && (m_current == end || m_current.atEnd())) { in createBidiRunsForLine()
854 pastEnd = true; in createBidiRunsForLine()
/external/clang/test/CodeGenCXX/
Dconst-init.cpp78 int &pastEnd = arr[2]; variable
/external/webkit/Source/WebCore/rendering/
DInlineTextBox.cpp1282 int pastEnd = m_start + m_len; in containsCaretOffset() local
1285 if (offset < pastEnd) in containsCaretOffset()
1289 if (offset > pastEnd) in containsCaretOffset()
/external/smali/dexlib/src/main/java/org/jf/dexlib/Code/Analysis/
DMethodAnalyzer.java3251 while (!registers.pastEnd()) { in verifyInvokeCommon()
3801 boolean pastEnd();
3822 return !pastEnd();
3829 public boolean pastEnd() {
3850 return !pastEnd();
3857 public boolean pastEnd() {
/external/webkit/Source/WebCore/
DChangeLog-2005-08-2335424 (khtml::TextIterator::TextIterator): Use pastEnd() for end of iteration, and change to
DChangeLog16901 …(WebCore::createMarkup): Calls compareBoundaryPoints; since startNode and pastEnd are both in the …
DChangeLog-2007-10-1435815 so that we don't process pastEnd. end.node() may now be
DChangeLog-2009-06-1617730 (WebCore::createMarkup): Null check pastEnd before trying to