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

  /external/webkit/Source/WebCore/dom/
CharacterData.cpp 119 unsigned realCount;
121 realCount = length() - offset;
123 realCount = count;
126 newStr.remove(offset, realCount);
130 document()->textRemoved(this, offset, realCount);
139 unsigned realCount;
141 realCount = length() - offset;
143 realCount = count;
146 newStr.remove(offset, realCount);
152 document()->textRemoved(this, offset, realCount);
    [all...]
  /frameworks/base/core/java/android/widget/
AutoCompleteTextView.java     [all...]

Completed in 440 milliseconds