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

  /external/chromium_org/third_party/WebKit/Source/core/editing/
VisibleUnits.h 78 VisiblePosition endOfBlock(const VisiblePosition &, EditingBoundaryCrossingRule = CannotCrossEditingBoundary);
FormatBlockCommand.cpp 76 && (VisiblePosition(end) == endOfBlock(VisiblePosition(end)) || isNodeVisiblyContainedWithin(*refNode, *range))
IndentOutdentCommand.cpp 152 VisiblePosition endOfEnclosingBlock = endOfBlock(lastPositionInEnclosingBlock);
VisibleUnits.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);
  /prebuilts/tools/common/m2/repository/com/cenqua/clover/clover/3.1.12/
clover-3.1.12.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/org.eclipse.jdt.core/3.9.1.v20130905-0837/
org.eclipse.jdt.core-3.9.1.v20130905-0837.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/jdt/core/compiler/ecj/4.2.2/
ecj-4.2.2.jar 

Completed in 155 milliseconds