Searched refs:offsetInCharacters (Results 1 – 11 of 11) sorted by relevance
277 …return node->offsetInCharacters() ? node->maxCharacterOffset() : static_cast<int>(node->childNodeC… in lastOffsetInNode()297 if (anchorNode->offsetInCharacters()) in minOffsetForNode()309 if (anchorNode->offsetInCharacters()) in offsetIsBeforeLastNodeOffset()
133 ASSERT(m_containerNode->offsetInCharacters()); in setOffset()159 if (m_containerNode->offsetInCharacters()) { in setToEndOfNode()
76 virtual bool offsetInCharacters() const OVERRIDE FINAL;
209 bool CharacterData::offsetInCharacters() const in offsetInCharacters() function in WebCore::CharacterData
1491 if (m_start.container()->offsetInCharacters()) in firstNode()1509 if (m_end.container()->offsetInCharacters()) in pastLastNode()1639 if (!m_start.container()->offsetInCharacters()) in maxStartOffset()1648 if (!m_end.container()->offsetInCharacters()) in maxEndOffset()
508 virtual bool offsetInCharacters() const;
218 if (!m_anchorNode->offsetInCharacters() in parentAnchoredEquivalent()
1711 bool Node::offsetInCharacters() const in offsetInCharacters() function in WebCore::Node
176 if (rangeEndOffset >= 0 && !rangeEndContainer->offsetInCharacters()) { in nextInPreOrderCrossingShadowBoundaries()1142 if (node->offsetInCharacters()) in node()1185 if (!startNode->offsetInCharacters()) { in SimplifiedBackwardsTextIterator()1191 if (!endNode->offsetInCharacters()) { in SimplifiedBackwardsTextIterator()
349 if (node->offsetInCharacters()) in lastOffsetForEditing()
355 … if (offset > (node->offsetInCharacters() ? caretMaxOffset(node) : (int)node->childNodeCount())) { in extend()