Searched refs:offsetInCharacters (Results 1 - 14 of 14) sorted by relevance

/external/webkit/Source/WebCore/dom/
H A DRangeBoundaryPoint.h124 ASSERT(m_containerNode->offsetInCharacters());
151 if (m_containerNode->offsetInCharacters()) {
H A DCharacterData.h67 virtual bool offsetInCharacters() const;
H A DProcessingInstruction.h65 virtual bool offsetInCharacters() const;
H A DPosition.h242 return node->offsetInCharacters() ? node->maxCharacterOffset() : static_cast<int>(node->childNodeCount());
H A DCharacterData.cpp226 bool CharacterData::offsetInCharacters() const function in class:WebCore::CharacterData
H A DProcessingInstruction.cpp253 bool ProcessingInstruction::offsetInCharacters() const function in class:WebCore::ProcessingInstruction
H A DRange.cpp1561 if (m_start.container()->offsetInCharacters())
1605 if (m_end.container()->offsetInCharacters())
1713 if (!m_start.container()->offsetInCharacters())
1722 if (!m_end.container()->offsetInCharacters())
H A DNode.h421 virtual bool offsetInCharacters() const;
H A DPosition.cpp171 if (!m_anchorNode->offsetInCharacters() && (m_anchorType == PositionIsAfterAnchor || static_cast<unsigned>(m_offset) == m_anchorNode->childNodeCount())
H A DNode.cpp2185 bool Node::offsetInCharacters() const function in class:WebCore::Node
/external/webkit/Source/WebCore/editing/
H A DTextIterator.cpp187 if (rangeEndOffset >= 0 && !rangeEndContainer->offsetInCharacters()) {
1064 if (node->offsetInCharacters())
1108 if (!startNode->offsetInCharacters()) {
1114 if (!endNode->offsetInCharacters()) {
H A Dhtmlediting.cpp354 if (node->offsetInCharacters())
/external/webkit/Source/WebCore/page/
H A DDOMSelection.cpp353 if (offset < 0 || offset > (node->offsetInCharacters() ? caretMaxOffset(node) : (int)node->childNodeCount())) {
/external/webkit/Source/WebKit/android/jni/
H A DWebViewCore.cpp2498 if (node->offsetInCharacters())
2855 if (currentNode->offsetInCharacters())

Completed in 179 milliseconds