Home
last modified time | relevance | path

Searched refs:isEndOfBlock (Results 1 – 8 of 8) sorted by relevance

/external/webkit/WebCore/editing/
DInsertParagraphSeparatorCommand.cpp96 if (!isEndOfBlock(endingSelection().visibleStart())) in shouldUseDefaultParagraphElement()
158 bool isLastInBlock = isEndOfBlock(visiblePos); in doApply()
Dvisible_units.h77 bool isEndOfBlock(const VisiblePosition &);
DInsertTextCommand.cpp136 if (isEndOfBlock(caret) && isStartOfParagraph(caret)) in input()
DReplaceSelectionCommand.cpp819 …if (isEndOfBlock(visibleInsertionPos) && !(isStartOfBlock(visibleInsertionPos) && fragment.hasInte… in doApply()
1025 if (!document()->inStrictMode() && isEndOfBlock(visiblePos) && !isStartOfParagraph(visiblePos)) in shouldRemoveEndBR()
DDeleteSelectionCommand.cpp368 …if (node == m_startBlock && !isEndOfBlock(VisiblePosition(firstDeepEditingPositionForNode(m_startB… in removeNode()
Dvisible_units.cpp989 bool isEndOfBlock(const VisiblePosition &pos) in isEndOfBlock() function
/external/webkit/WebCore/
DChangeLog-2005-08-2318655 …isiblePositionInBlock and isLastVisiblePositionInBlock, in favor of isStartOfBlock and isEndOfBlock
18657 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's
18674 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.
DChangeLog-2006-12-3145914 (WebCore::isEndOfBlock): Ditto.