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

  /external/webkit/WebCore/dom/
CharacterData.h 58 virtual bool offsetInCharacters() const;
RangeBoundaryPoint.h 124 ASSERT(m_containerNode->offsetInCharacters());
151 if (m_containerNode->offsetInCharacters()) {
ProcessingInstruction.h 72 virtual bool offsetInCharacters() const;
Position.h 234 return node->offsetInCharacters() ? node->maxCharacterOffset() : node->childNodeCount();
CharacterData.cpp 219 bool CharacterData::offsetInCharacters() const
ProcessingInstruction.cpp 246 bool ProcessingInstruction::offsetInCharacters() const
Node.h 403 virtual bool offsetInCharacters() const;
Range.cpp     [all...]
Node.cpp     [all...]
  /external/webkit/WebCore/editing/
TextIterator.cpp 176 if (rangeEndOffset >= 0 && !rangeEndContainer->offsetInCharacters()) {
191 if (rangeStartOffset > 0 && !rangeStartContainer->offsetInCharacters()) {
    [all...]
htmlediting.cpp 353 if (node->offsetInCharacters())
392 if (node->offsetInCharacters())
    [all...]
ApplyStyleCommand.cpp     [all...]
  /external/webkit/WebCore/page/
DOMSelection.cpp 323 if (offset < 0 || offset > (node->offsetInCharacters() ? caretMaxOffset(node) : (int)node->childNodeCount())) {

Completed in 599 milliseconds