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

  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLTextFormControlElement.h 112 void cacheSelection(int start, int end, TextFieldSelectionDirection direction)
HTMLInputElement.h 211 void cacheSelectionInResponseToSetValue(int caretOffset) { cacheSelection(caretOffset, caretOffset, SelectionHasNoDirection); }
HTMLTextFormControlElement.cpp 357 cacheSelection(start, end, direction);
556 cacheSelection(computeSelectionStart(), computeSelectionEnd(), computeSelectionDirection());
    [all...]
  /packages/providers/DownloadProvider/src/com/android/providers/downloads/
DownloadProvider.java 364 String cacheSelection = Downloads.Impl.COLUMN_DESTINATION
366 db.update(DB_TABLE, values, cacheSelection, null);
    [all...]

Completed in 1039 milliseconds