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

  /external/chromium_org/chrome/browser/autocomplete/
autocomplete_classifier.cc 16 AutocompleteProvider::TYPE_BOOKMARK |
27 AutocompleteProvider::TYPE_BOOKMARK |
autocomplete_provider.cc 37 case TYPE_BOOKMARK:
74 case TYPE_BOOKMARK:
autocomplete_provider.h 144 TYPE_BOOKMARK = 1 << 0,
bookmark_provider.cc 30 AutocompleteProvider::TYPE_BOOKMARK),
autocomplete_controller.cc 192 if ((provider_types & AutocompleteProvider::TYPE_BOOKMARK) &&
  /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) {
  /external/chromium_org/chrome/utility/importer/
firefox_importer.cc 36 TYPE_BOOKMARK = 1,
247 } else if (item->type == TYPE_BOOKMARK) {
305 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 286 milliseconds