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 99 void cacheSelection(int start, int end, TextFieldSelectionDirection direction)
HTMLTextFormControlElement.cpp 302 cacheSelection(start, end, direction);
493 cacheSelection(computeSelectionStart(), computeSelectionEnd(), computeSelectionDirection());
HTMLInputElement.h 254 void cacheSelectionInResponseToSetValue(int caretOffset) { cacheSelection(caretOffset, caretOffset, SelectionHasNoDirection); }
  /packages/providers/DownloadProvider/src/com/android/providers/downloads/
DownloadProvider.java 366 String cacheSelection = Downloads.Impl.COLUMN_DESTINATION
368 db.update(DB_TABLE, values, cacheSelection, null);
    [all...]

Completed in 48 milliseconds