Home
last modified time | relevance | path

Searched refs:startOfBlock (Results 1 – 5 of 5) sorted by relevance

/external/webkit/WebCore/editing/
Dvisible_units.h73 VisiblePosition startOfBlock(const VisiblePosition &);
DFormatBlockCommand.cpp108 VisiblePosition blockStart = startOfBlock(endingSelection().visibleStart()); in doApply()
DIndentOutdentCommand.cpp262 VisiblePosition startOfEnclosingBlock = startOfBlock(positionInEnclosingBlock); in outdentParagraph()
Dvisible_units.cpp957 VisiblePosition startOfBlock(const VisiblePosition &c) in startOfBlock() function
986 return pos.isNotNull() && pos == startOfBlock(pos); in isStartOfBlock()
/external/webkit/WebCore/
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.