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

  /external/chromium_org/third_party/WebKit/Source/core/editing/
VisiblePosition.cpp 68 if (m_affinity == UPSTREAM && (isNull() || inSameLine(VisiblePosition(position, DOWNSTREAM), *this)))
101 // UPSTREAM position can never yield another UPSTREAM position (unless line wrap length is 0!).
102 if (prev.isNotNull() && m_affinity == UPSTREAM) {
104 temp.setAffinity(UPSTREAM);
552 Position upstream = candidate.upstream(); local
553 if (upstream.isCandidate())
554 return upstream;
569 // unless the affinity is upstream
    [all...]
CompositeEditCommand.cpp 653 // Set upstream and downstream to define the extent of the whitespace surrounding text[offset].
654 int upstream = startOffset; local
655 while (upstream > 0 && isWhitespace(text[upstream - 1]))
656 upstream--;
662 int length = downstream - upstream;
666 VisiblePosition visibleUpstreamPos(Position(textNode, upstream));
669 String string = text.substring(upstream, length);
673 isStartOfParagraph(visibleUpstreamPos) || upstream == 0,
677 replaceTextInNodePreservingMarkers(textNode.release(), upstream, length, rebalancedString)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/dom/
Position.cpp 415 Position prevPosition = upstream(CanCrossEditingBoundary);
511 // upstream() and downstream() want to return positions that are either in a
528 // Also, upstream() will return [boundary, 0] for any of the positions from [boundary, 0] to the first candidate
530 Position Position::upstream(EditingBoundaryCrossingRule rule) const function in class:blink::Position
646 // This function and upstream() are used for moving back and forth between visually equivalent candidates.
649 // and upstream() will return the left one.
    [all...]
  /prebuilts/misc/common/ecj/
ecj.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/jdt/core/compiler/ecj/4.2.2/
ecj-4.2.2.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jdt.core_3.6.2.v_A76_R36x.jar 

Completed in 936 milliseconds