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

/external/webkit/Source/WebCore/editing/
H A DVisiblePosition.cpp465 Position upstream = candidate.upstream(); local
466 if (upstream.isCandidate())
467 return upstream;
482 // unless the affinity is upstream.
491 Position candidate = position.upstream();
498 // When neither upstream or downstream gets us to a candidate (upstream/downstream won't leave
H A DCompositeEditCommand.cpp454 // Set upstream and downstream to define the extent of the whitespace surrounding text[offset].
455 int upstream = startOffset; local
456 while (upstream > 0 && isWhitespace(text[upstream - 1]))
457 upstream--;
463 int length = downstream - upstream;
467 VisiblePosition visibleUpstreamPos(Position(textNode, upstream, Position::PositionIsOffsetInAnchor));
470 String string = text.substring(upstream, length);
474 isStartOfParagraph(visibleUpstreamPos) || upstream == 0,
478 replaceTextInNode(textNode, upstream, lengt
[all...]
/external/webkit/Source/WebCore/dom/
H A DPosition.cpp351 Position prevPosition = upstream(CanCrossEditingBoundary);
498 // upstream() and downstream() want to return positions that are either in a
515 // Also, upstream() will return [boundary, 0] for any of the positions from [boundary, 0] to the first candidate
517 Position Position::upstream(EditingBoundaryCrossingRule rule) const function in class:WebCore::Position
633 // This function and upstream() are used for moving back and forth between visually equivalent candidates.
636 // and upstream() will return the left one.
963 if (upstream().deprecatedNode()->hasTagName(brTag))
1052 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 222 milliseconds