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

  /external/chromium_org/third_party/WebKit/Source/core/dom/
CharacterData.cpp 116 unsigned realCount;
118 realCount = length() - offset;
120 realCount = count;
123 newStr.remove(offset, realCount);
127 document().didRemoveText(this, offset, realCount);
137 unsigned realCount;
139 realCount = length() - offset;
141 realCount = count;
144 newStr.remove(offset, realCount);
150 document().didRemoveText(this, offset, realCount);
    [all...]
  /frameworks/base/core/java/android/widget/
AutoCompleteTextView.java     [all...]

Completed in 27 milliseconds