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

  /external/webkit/Source/WebCore/editing/
visible_units.h 80 VisiblePosition endOfBlock(const VisiblePosition &, EditingBoundaryCrossingRule = CannotCrossEditingBoundary);
FormatBlockCommand.cpp 74 && (end == endOfBlock(end) || isNodeVisiblyContainedWithin(refNode, range.get()))
IndentOutdentCommand.cpp 142 VisiblePosition endOfEnclosingBlock = endOfBlock(lastPositionInEnclosingBlock);
visible_units.cpp     [all...]
  /external/doclava/src/com/google/doclava/
Comment.java 269 private void parseBlock(String text, int startOfBlock, int endOfBlock) {
274 index < endOfBlock && !isWhitespaceChar(c); c = text.charAt(index++)) {}
282 if (index == endOfBlock) {
291 while (index < endOfBlock && isWhitespaceChar(text.charAt(index++))) {}
295 text.substring(startOfSecondPart, endOfBlock), false, pos);

Completed in 51 milliseconds