Home
last modified time | relevance | path

Searched refs:offsetInCharacters (Results 1 – 11 of 11) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/dom/
DPosition.h277 …return node->offsetInCharacters() ? node->maxCharacterOffset() : static_cast<int>(node->childNodeC… in lastOffsetInNode()
297 if (anchorNode->offsetInCharacters()) in minOffsetForNode()
309 if (anchorNode->offsetInCharacters()) in offsetIsBeforeLastNodeOffset()
DRangeBoundaryPoint.h133 ASSERT(m_containerNode->offsetInCharacters()); in setOffset()
159 if (m_containerNode->offsetInCharacters()) { in setToEndOfNode()
DCharacterData.h76 virtual bool offsetInCharacters() const OVERRIDE FINAL;
DCharacterData.cpp209 bool CharacterData::offsetInCharacters() const in offsetInCharacters() function in WebCore::CharacterData
DRange.cpp1491 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()
DNode.h508 virtual bool offsetInCharacters() const;
DPosition.cpp218 if (!m_anchorNode->offsetInCharacters() in parentAnchoredEquivalent()
DNode.cpp1711 bool Node::offsetInCharacters() const in offsetInCharacters() function in WebCore::Node
/external/chromium_org/third_party/WebKit/Source/core/editing/
DTextIterator.cpp176 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()
Dhtmlediting.cpp349 if (node->offsetInCharacters()) in lastOffsetForEditing()
/external/chromium_org/third_party/WebKit/Source/core/page/
DDOMSelection.cpp355 … if (offset > (node->offsetInCharacters() ? caretMaxOffset(node) : (int)node->childNodeCount())) { in extend()