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

  /external/chromium_org/third_party/WebKit/Source/core/editing/
VisiblePosition.cpp 69 if (m_affinity == UPSTREAM && (isNull() || inSameLine(VisiblePosition(position, DOWNSTREAM), *this)))
102 // UPSTREAM position can never yield another UPSTREAM position (unless line wrap length is 0!).
103 if (prev.isNotNull() && m_affinity == UPSTREAM) {
105 temp.setAffinity(UPSTREAM);
553 Position upstream = candidate.upstream(); local
554 if (upstream.isCandidate())
555 return upstream;
570 // unless the affinity is upstream
    [all...]
CompositeEditCommand.cpp 671 // Set upstream and downstream to define the extent of the whitespace surrounding text[offset].
672 int upstream = startOffset; local
673 while (upstream > 0 && isWhitespace(text[upstream - 1]))
674 upstream--;
680 int length = downstream - upstream;
684 VisiblePosition visibleUpstreamPos(Position(textNode, upstream));
687 String string = text.substring(upstream, length);
691 isStartOfParagraph(visibleUpstreamPos) || upstream == 0,
695 replaceTextInNodePreservingMarkers(textNode.release(), upstream, length, rebalancedString)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/dom/
Position.cpp 417 Position prevPosition = upstream(CanCrossEditingBoundary);
564 // upstream() and downstream() want to return positions that are either in a
581 // Also, upstream() will return [boundary, 0] for any of the positions from [boundary, 0] to the first candidate
583 Position Position::upstream(EditingBoundaryCrossingRule rule) const function in class:WebCore::Position
699 // This function and upstream() are used for moving back and forth between visually equivalent candidates.
702 // and upstream() will return the left one.
    [all...]
  /prebuilts/misc/common/ecj/
ecj.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 495 milliseconds