HomeSort by relevance Sort by last modified time
    Searched refs:offsetInCharacters (Results 1 - 14 of 14) sorted by null

  /external/webkit/Source/WebCore/dom/
RangeBoundaryPoint.h 124 ASSERT(m_containerNode->offsetInCharacters());
151 if (m_containerNode->offsetInCharacters()) {
CharacterData.h 67 virtual bool offsetInCharacters() const;
ProcessingInstruction.h 73 virtual bool offsetInCharacters() const;
Position.h 242 return node->offsetInCharacters() ? node->maxCharacterOffset() : static_cast<int>(node->childNodeCount());
CharacterData.cpp 226 bool CharacterData::offsetInCharacters() const
ProcessingInstruction.cpp 253 bool ProcessingInstruction::offsetInCharacters() const
Range.cpp     [all...]
Node.h 421 virtual bool offsetInCharacters() const;
Position.cpp 171 if (!m_anchorNode->offsetInCharacters() && (m_anchorType == PositionIsAfterAnchor || static_cast<unsigned>(m_offset) == m_anchorNode->childNodeCount())
    [all...]
Node.cpp     [all...]
  /external/webkit/Source/WebCore/editing/
TextIterator.cpp 187 if (rangeEndOffset >= 0 && !rangeEndContainer->offsetInCharacters()) {
    [all...]
htmlediting.cpp 354 if (node->offsetInCharacters())
    [all...]
  /external/webkit/Source/WebCore/page/
DOMSelection.cpp 353 if (offset < 0 || offset > (node->offsetInCharacters() ? caretMaxOffset(node) : (int)node->childNodeCount())) {
  /external/webkit/Source/WebKit/android/jni/
WebViewCore.cpp     [all...]

Completed in 256 milliseconds