Home
last modified time | relevance | path

Searched refs:endOfBlock (Results 1 – 8 of 8) sorted by relevance

/external/doclava/src/com/google/doclava/
DComment.java269 private void parseBlock(String text, int startOfBlock, int endOfBlock) { in parseBlock() argument
274 index < endOfBlock && !isWhitespaceChar(c); c = text.charAt(index++)) {} in parseBlock()
282 if (index == endOfBlock) { in parseBlock()
291 while (index < endOfBlock && isWhitespaceChar(text.charAt(index++))) {} in parseBlock()
295 text.substring(startOfSecondPart, endOfBlock), false, pos); in parseBlock()
/external/webkit/Source/WebCore/editing/
Dvisible_units.h80 VisiblePosition endOfBlock(const VisiblePosition &, EditingBoundaryCrossingRule = CannotCrossEditin…
DFormatBlockCommand.cpp74 && (end == endOfBlock(end) || isNodeVisiblyContainedWithin(refNode, range.get())) in formatRange()
DIndentOutdentCommand.cpp142 VisiblePosition endOfEnclosingBlock = endOfBlock(lastPositionInEnclosingBlock); in outdentParagraph()
Dvisible_units.cpp948 VisiblePosition endOfBlock(const VisiblePosition& visiblePosition, EditingBoundaryCrossingRule rule) in endOfBlock() function
969 return pos.isNotNull() && pos == endOfBlock(pos, CanCrossEditingBoundary); in isEndOfBlock()
/external/webkit/Source/WebCore/
DChangeLog48697 startOfBlock and endOfBlock may return a position inside hr
48700 Replaced calls to enclosingBlockFlowElement in startOfBlock and endOfBlock by
48702 of startOfBlock, endOfBlock, and enclosingBlock. Also replaced the last boolean
48706 enclosingBlock to be consitent with startOfBlock and endOfBlock.
48708 This patch also replaced calls to deprecatedNode in startOfBlock, endOfBlock,
48728 (WebCore::endOfBlock): Ditto. The early exist in this case prevents crash in
56352 (WebCore::endOfBlock):
DChangeLog-2005-08-2318661 I also removed the includeEndOfLine parameter to endOfBlock since no one used it and it's not
18680 (khtml::endOfBlock): Greatly simplify, and no longer consider the start of a descendant
24637 (khtml::endOfBlock):
25271 (khtml::endOfBlock): Added.
DChangeLog-2011-02-165637 (WebCore::endOfBlock):
5806 (WebCore::endOfBlock):