Searched refs:offsetInCharacters (Results 1 – 18 of 18) sorted by relevance
124 ASSERT(m_containerNode->offsetInCharacters()); in setOffset()151 if (m_containerNode->offsetInCharacters()) { in setToEndOfNode()
67 virtual bool offsetInCharacters() const;
65 virtual bool offsetInCharacters() const;
242 …return node->offsetInCharacters() ? node->maxCharacterOffset() : static_cast<int>(node->childNodeC… in lastOffsetInNode()
226 bool CharacterData::offsetInCharacters() const in offsetInCharacters() function in WebCore::CharacterData
253 bool ProcessingInstruction::offsetInCharacters() const in offsetInCharacters() function in WebCore::ProcessingInstruction
1561 if (m_start.container()->offsetInCharacters()) in firstNode()1605 if (m_end.container()->offsetInCharacters()) in pastLastNode()1713 if (!m_start.container()->offsetInCharacters()) in maxStartOffset()1722 if (!m_end.container()->offsetInCharacters()) in maxEndOffset()
421 virtual bool offsetInCharacters() const;
171 …if (!m_anchorNode->offsetInCharacters() && (m_anchorType == PositionIsAfterAnchor || static_cast<u… in parentAnchoredEquivalent()
2185 bool Node::offsetInCharacters() const in offsetInCharacters() function in WebCore::Node
353 …if (offset < 0 || offset > (node->offsetInCharacters() ? caretMaxOffset(node) : (int)node->childNo… in extend()
187 if (rangeEndOffset >= 0 && !rangeEndContainer->offsetInCharacters()) { in nextInPreOrderCrossingShadowBoundaries()1067 if (node->offsetInCharacters()) in node()1111 if (!startNode->offsetInCharacters()) { in SimplifiedBackwardsTextIterator()1117 if (!endNode->offsetInCharacters()) { in SimplifiedBackwardsTextIterator()
354 if (node->offsetInCharacters()) in lastOffsetForEditing()
2543 if (node->offsetInCharacters()) in getImplicitBoundaryNode()2900 if (currentNode->offsetInCharacters()) in formatMarkup()
9880 Use maxOffset if offsetInCharacters, otherwise use childNodeCount.15384 - changed offsetInCharacters to be a member function of NodeImpl15477 * dom/CommentImpl.cpp: (WebCore::CommentImpl::offsetInCharacters): Added. Returns true.
74311 to highlight that it is a match to offsetInCharacters(), and much different from other74313 offsetInCharacters() before calling this.74319 …* dom/Comment.{h,cpp}: Removed an override for offsetInCharacters(), which is already present in C…74342 …ProcessingInstruction was already returning true from offsetInCharacters(), but didn't override ma…
35432 (DOM::RangeImpl::surroundContents): Use offsetInCharacters.35433 (DOM::RangeImpl::startNode): Added check for nil start container and use offsetInCharacters.36290 (DOM::offsetInCharacters): Moved this helper here from khtml_text_operations.cpp. This
24546 (NodeImpl::maxDeepOffset): use isTextNode() instead of offsetInCharacters().