Searched defs:upstream (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/editing/
H A DVisiblePosition.cpp552 Position upstream = candidate.upstream(); local
553 if (upstream.isCandidate())
554 return upstream;
569 // unless the affinity is upstream.
578 Position candidate = position.upstream();
585 // When neither upstream or downstream gets us to a candidate (upstream/downstream won't leave
H A DCompositeEditCommand.cpp653 // 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, lengt
[all...]
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DPosition.cpp415 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.
1057 position = position.upstream(CanCrossEditingBoundary);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 130 milliseconds