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

  /external/webkit/WebCore/dom/
CharacterData.cpp 116 unsigned realCount;
118 realCount = length() - offset;
120 realCount = count;
123 newStr.remove(offset, realCount);
136 document()->textRemoved(this, offset, realCount);
145 unsigned realCount;
147 realCount = length() - offset;
149 realCount = count;
152 newStr.remove(offset, realCount);
167 document()->textRemoved(this, offset, realCount);
    [all...]
  /frameworks/base/core/java/android/widget/
AutoCompleteTextView.java     [all...]

Completed in 1210 milliseconds