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

  /external/clang/test/CodeGenCXX/
const-init.cpp 77 // CHECK: @pastEnd = constant i32* bitcast (i8* getelementptr (i8* bitcast ([2 x i32]* @arr to i8*), i64 8) to i32*)
78 int &pastEnd = arr[2];
  /external/chromium_org/third_party/WebKit/Source/core/editing/
markup.cpp 121 Node* serializeNodes(Node* startNode, Node* pastEnd);
137 Node* traverseNodesForSerialization(Node* startNode, Node* pastEnd, NodeTraversalMode);
328 Node* StyledMarkupAccumulator::serializeNodes(Node* startNode, Node* pastEnd)
331 Node* lastClosed = traverseNodesForSerialization(startNode, pastEnd, DoNotEmitString);
338 return traverseNodesForSerialization(startNode, pastEnd, EmitString);
341 Node* StyledMarkupAccumulator::traverseNodesForSerialization(Node* startNode, Node* pastEnd, NodeTraversalMode traversalMode)
347 for (Node* n = startNode; n != pastEnd; n = next) {
349 // past pastEnd and become null here. This shouldn't be possible.
359 if (isBlock(n) && canHaveChildrenForEditing(n) && next == pastEnd)
365 // Don't skip over pastEnd
    [all...]
TextIterator.cpp 389 bool pastEnd = NodeTraversal::next(m_node) == m_pastEndNode;
392 if ((pastEnd && parentNode == m_endContainer) || m_endContainer->isDescendantOf(parentNode))
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/platform/text/
BidiResolver.h 553 bool pastEnd = false;
558 if (pastEnd && (hardLineBreak || m_current.atEnd())) {
845 if (pastEnd && m_eor == m_current) {
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
InlineTextBox.cpp     [all...]
  /external/smali/dexlib/src/main/java/org/jf/dexlib/Code/Analysis/
MethodAnalyzer.java     [all...]

Completed in 2856 milliseconds