Home
last modified time | relevance | path

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

/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/python/
H A Dpythonhighlighter.cpp171 while (!(tk = scanner.read()).isEndOfBlock()) { in highlightLine()
204 while (!(tk = scanner.read()).isEndOfBlock()) { in highlightImport()
H A Dpythonformattoken.h59 bool isEndOfBlock() { return m_position == -1; } in isEndOfBlock() function
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/editing/
H A DInsertParagraphSeparatorCommand.cpp112 if (!isEndOfBlock(endingSelection().visibleStart())) in shouldUseDefaultParagraphElement()
199 bool isLastInBlock = isEndOfBlock(visiblePos); in doApply()
H A Dvisible_units.h83 bool isEndOfBlock(const VisiblePosition &);
H A DInsertTextCommand.cpp132 if (isEndOfBlock(caret) && isStartOfParagraph(caret)) in input()
H A DReplaceSelectionCommand.cpp880 …if (isEndOfBlock(visibleInsertionPos) && !(isStartOfBlock(visibleInsertionPos) && fragment.hasInte… in doApply()
1139 … if (!document()->inNoQuirksMode() && isEndOfBlock(visiblePos) && !isStartOfParagraph(visiblePos)) in shouldRemoveEndBR()
H A DDeleteSelectionCommand.cpp395 …if (node == m_startBlock && !isEndOfBlock(VisiblePosition(firstPositionInNode(m_startBlock.get()))… in removeNode()
H A Dvisible_units.cpp967 bool isEndOfBlock(const VisiblePosition &pos) in isEndOfBlock() function
/dports/devel/spirv-llvm-translator/SPIRV-LLVM-Translator-13.0.0/lib/SPIRV/libSPIRV/
H A DSPIRVStream.cpp238 if (Entry->isEndOfBlock() || OpCode == OpNoLine) in getEntry()
H A DSPIRVEntry.cpp159 bool SPIRVEntry::isEndOfBlock() const { in isEndOfBlock() function in SPIRV::SPIRVEntry
182 if (isEndOfBlock() || OpCode == OpNoLine) in encodeLine()
H A DSPIRVEntry.h337 bool isEndOfBlock() const;
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/
H A 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.
H A DChangeLog-2006-12-3145914 (WebCore::isEndOfBlock): Ditto.
H A DChangeLog49257 (WebCore::isEndOfBlock): Ditto.