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

  /external/chromium/chrome/browser/importer/
firefox3_importer.cc 35 TYPE_BOOKMARK = 1,
215 } else if (item->type == TYPE_BOOKMARK) {
276 if (item->type == TYPE_BOOKMARK) {
  /packages/apps/Browser/src/com/android/browser/
SuggestionsAdapter.java 49 public static final int TYPE_BOOKMARK = 0;
180 case TYPE_BOOKMARK:
427 isBookmark ? TYPE_BOOKMARK : TYPE_HISTORY);

Completed in 123 milliseconds