Searched refs:endOfBlock (Results 1 – 8 of 8) sorted by relevance
/external/doclava/src/com/google/doclava/ |
D | Comment.java | 269 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/ |
D | visible_units.h | 80 VisiblePosition endOfBlock(const VisiblePosition &, EditingBoundaryCrossingRule = CannotCrossEditin…
|
D | FormatBlockCommand.cpp | 74 && (end == endOfBlock(end) || isNodeVisiblyContainedWithin(refNode, range.get())) in formatRange()
|
D | IndentOutdentCommand.cpp | 142 VisiblePosition endOfEnclosingBlock = endOfBlock(lastPositionInEnclosingBlock); in outdentParagraph()
|
D | visible_units.cpp | 948 VisiblePosition endOfBlock(const VisiblePosition& visiblePosition, EditingBoundaryCrossingRule rule) in endOfBlock() function 969 return pos.isNotNull() && pos == endOfBlock(pos, CanCrossEditingBoundary); in isEndOfBlock()
|
/external/webkit/Source/WebCore/ |
D | ChangeLog | 48697 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):
|
D | ChangeLog-2005-08-23 | 18661 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.
|
D | ChangeLog-2011-02-16 | 5637 (WebCore::endOfBlock): 5806 (WebCore::endOfBlock):
|