Searched refs:startOfBlock (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 270 SourcePositionInfo pos = SourcePositionInfo.add(mPosition, mText, startOfBlock); in parseBlock() 271 int index = startOfBlock; in parseBlock() 277 if (index == startOfBlock+1) { in parseBlock() 284 tag(text.substring(startOfBlock, in parseBlock() 285 findEndOfMainOrBlock(text, startOfBlock, index)), "", false, pos); in parseBlock() 294 tag(text.substring(startOfBlock, endOfFirstPart), in parseBlock()
|
/external/webkit/Source/WebCore/editing/ |
D | visible_units.h | 79 VisiblePosition startOfBlock(const VisiblePosition &, EditingBoundaryCrossingRule = CannotCrossEdit…
|
D | FormatBlockCommand.cpp | 73 if (isElementForFormatBlock(refNode->tagQName()) && start == startOfBlock(start) in formatRange()
|
D | IndentOutdentCommand.cpp | 140 …& enclosingNode->renderer()->isInline()) ? positionInEnclosingBlock : startOfBlock(positionInEnclo… in outdentParagraph()
|
D | visible_units.cpp | 939 VisiblePosition startOfBlock(const VisiblePosition& visiblePosition, EditingBoundaryCrossingRule ru… in startOfBlock() function 964 return pos.isNotNull() && pos == startOfBlock(pos, CanCrossEditingBoundary); in isStartOfBlock()
|
/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, 48726 (WebCore::startOfBlock): Calls enclosingBlock instead of enclosingBlockFlowElement. 48731 (WebCore::isStartOfBlock): Calls startOfBlock with CanCrossEditingBoundary because
|
D | ChangeLog-2005-08-23 | 18681 block to be the end of the block. That's inconsistent with how startOfBlock works. Also 24636 (khtml::startOfBlock): 24904 … (khtml::startOfBlock): This function had a stubbed-in non-tested implementation. Implement and 25270 (khtml::startOfBlock): Added.
|
D | ChangeLog-2011-02-16 | 19422 (WebCore::startOfBlock):
|