OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:TYPE_BOOKMARK
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/chrome/browser/autocomplete/
autocomplete_provider.h
144
TYPE_BOOKMARK
= 1 << 0,
/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 86 milliseconds