Searched refs:startOfBlock (Results 1 – 5 of 5) sorted by relevance
73 VisiblePosition startOfBlock(const VisiblePosition &);
108 VisiblePosition blockStart = startOfBlock(endingSelection().visibleStart()); in doApply()
262 VisiblePosition startOfEnclosingBlock = startOfBlock(positionInEnclosingBlock); in outdentParagraph()
957 VisiblePosition startOfBlock(const VisiblePosition &c) in startOfBlock() function986 return pos.isNotNull() && pos == startOfBlock(pos); in isStartOfBlock()
18681 block to be the end of the block. That's inconsistent with how startOfBlock works. Also24636 (khtml::startOfBlock):24904 … (khtml::startOfBlock): This function had a stubbed-in non-tested implementation. Implement and 25270 (khtml::startOfBlock): Added.