Searched refs:isEndOfBlock (Results 1 – 8 of 8) sorted by relevance
96 if (!isEndOfBlock(endingSelection().visibleStart())) in shouldUseDefaultParagraphElement()158 bool isLastInBlock = isEndOfBlock(visiblePos); in doApply()
77 bool isEndOfBlock(const VisiblePosition &);
136 if (isEndOfBlock(caret) && isStartOfParagraph(caret)) in input()
819 …if (isEndOfBlock(visibleInsertionPos) && !(isStartOfBlock(visibleInsertionPos) && fragment.hasInte… in doApply()1025 if (!document()->inStrictMode() && isEndOfBlock(visiblePos) && !isStartOfParagraph(visiblePos)) in shouldRemoveEndBR()
368 …if (node == m_startBlock && !isEndOfBlock(VisiblePosition(firstDeepEditingPositionForNode(m_startB… in removeNode()
989 bool isEndOfBlock(const VisiblePosition &pos) in isEndOfBlock() function
18655 …isiblePositionInBlock and isLastVisiblePositionInBlock, in favor of isStartOfBlock and isEndOfBlock18657 It turned out that both isEndOfBlock and isLastVisiblePositionInBlock had (different) bugs,18658 and there was code relying on the bugs of each. So in addition I fixed isEndOfBlock and fixed 18673 …(khtml::createMarkup): Instead of checking isEndOfBlock on the start position, check if the start's18674 next is in a different block, to avoid relying on the buggy old isEndOfBlock behavior.18677 (khtml::isLastVisiblePositionInParagraph): Use isEndOfBlock.18683 (khtml::isEndOfBlock): Don't pass unneeded parameter.21894 (khtml::isEndOfBlock): Ditto.25274 (khtml::isEndOfBlock): Added.
45914 (WebCore::isEndOfBlock): Ditto.