Home
last modified time | relevance | path

Searched refs:startOfBlock (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
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/
Dvisible_units.h79 VisiblePosition startOfBlock(const VisiblePosition &, EditingBoundaryCrossingRule = CannotCrossEdit…
DFormatBlockCommand.cpp73 if (isElementForFormatBlock(refNode->tagQName()) && start == startOfBlock(start) in formatRange()
DIndentOutdentCommand.cpp140 …& enclosingNode->renderer()->isInline()) ? positionInEnclosingBlock : startOfBlock(positionInEnclo… in outdentParagraph()
Dvisible_units.cpp939 VisiblePosition startOfBlock(const VisiblePosition& visiblePosition, EditingBoundaryCrossingRule ru… in startOfBlock() function
964 return pos.isNotNull() && pos == startOfBlock(pos, CanCrossEditingBoundary); in isStartOfBlock()
/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,
48726 (WebCore::startOfBlock): Calls enclosingBlock instead of enclosingBlockFlowElement.
48731 (WebCore::isStartOfBlock): Calls startOfBlock with CanCrossEditingBoundary because
DChangeLog-2005-08-2318681 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.
DChangeLog-2011-02-1619422 (WebCore::startOfBlock):