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 66 if (m_affinity == UPSTREAM && (isNull() || inSameLine(VisiblePosition(position, DOWNSTREAM), *this)))
98 // UPSTREAM position can never yield another UPSTREAM position (unless line wrap length is 0!).
99 if (prev.isNotNull() && m_affinity == UPSTREAM) {
101 temp.setAffinity(UPSTREAM);
502 Position upstream = candidate.upstream(); local
503 if (upstream.isCandidate())
504 return upstream;
519 // unless the affinity is upstream
    [all...]
CompositeEditCommand.cpp 651 // Set upstream and downstream to define the extent of the whitespace surrounding text[offset].
652 int upstream = startOffset; local
653 while (upstream > 0 && isWhitespace(text[upstream - 1]))
654 upstream--;
660 int length = downstream - upstream;
664 VisiblePosition visibleUpstreamPos(Position(textNode, upstream));
667 String string = text.substring(upstream, length);
671 isStartOfParagraph(visibleUpstreamPos) || upstream == 0,
675 replaceTextInNodePreservingMarkers(textNode.release(), upstream, length, rebalancedString)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/dom/
Position.cpp 421 Position prevPosition = upstream(CanCrossEditingBoundary);
568 // upstream() and downstream() want to return positions that are either in a
585 // Also, upstream() will return [boundary, 0] for any of the positions from [boundary, 0] to the first candidate
587 Position Position::upstream(EditingBoundaryCrossingRule rule) const function in class:WebCore::Position
703 // This function and upstream() are used for moving back and forth between visually equivalent candidates.
706 // 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 572 milliseconds