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

  /external/chromium_org/chrome/common/importer/
importer_data_types.h 25 HISTORY = 1 << 0,
72 // Mapped to history::VisitSource after import in the browser.
  /external/chromium_org/remoting/webapp/
ui_mode.js 44 HISTORY: 'home.history',
  /packages/apps/Browser/src/com/android/browser/provider/
BrowserProvider2.java 47 import android.provider.BrowserContract.History;
97 static final String TABLE_HISTORY = "history";
107 static final String TABLE_HISTORY_JOIN_IMAGES = "history LEFT OUTER JOIN images " +
108 "ON history.url = images." + Images.URL;
115 "history LEFT OUTER JOIN (%s) bookmarks " +
116 "ON history.url = bookmarks.url LEFT OUTER JOIN images " +
117 "ON history.url = images.url_key";
119 static final String DEFAULT_SORT_HISTORY = History.DATE_LAST_VISITED + " DESC";
125 "history LEFT OUTER JOIN bookmarks ON history.url = bookmarks.url"
    [all...]

Completed in 1677 milliseconds