Home
last modified time | relevance | path

Searched refs:EMPTY_ENTRY (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/ui/webui/
Dhistory_ui.h36 EMPTY_ENTRY = 0, enumerator
Dhistory_ui.cc283 : entry_type(EMPTY_ENTRY), is_search_result(false), blocked_visit(false) { in HistoryEntry()