Searched refs:endOfBlock (Results 1 – 5 of 5) sorted by relevance
71 VisiblePosition endOfBlock(const VisiblePosition &);
109 VisiblePosition blockEnd = endOfBlock(endingSelection().visibleStart()); in doApply()
219 VisiblePosition endOfEnclosingBlock = endOfBlock(positionInEnclosingBlock); in outdentParagraph()
858 VisiblePosition endOfBlock(const VisiblePosition &c) in endOfBlock() function883 return pos.isNotNull() && pos == endOfBlock(pos); in isEndOfBlock()
18661 I also removed the includeEndOfLine parameter to endOfBlock since no one used it and it's not18680 (khtml::endOfBlock): Greatly simplify, and no longer consider the start of a descendant24637 (khtml::endOfBlock):25271 (khtml::endOfBlock): Added.