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

  /external/chromium/chrome/browser/importer/
importer_data_types.h 22 HISTORY = 1 << 0,
  /packages/apps/Browser/src/com/android/browser/provider/
BrowserProvider2.java 47 import android.provider.BrowserContract.History;
95 static final String TABLE_HISTORY = "history";
105 static final String TABLE_HISTORY_JOIN_IMAGES = "history LEFT OUTER JOIN images " +
106 "ON history.url = images." + Images.URL;
113 "history LEFT OUTER JOIN (%s) bookmarks " +
114 "ON history.url = bookmarks.url LEFT OUTER JOIN images " +
115 "ON history.url = images.url_key";
117 static final String DEFAULT_SORT_HISTORY = History.DATE_LAST_VISITED + " DESC";
123 "history LEFT OUTER JOIN bookmarks ON history.url = bookmarks.url"
    [all...]

Completed in 69 milliseconds