Home
last modified time | relevance | path

Searched defs:HistoryEntry (Results 1 – 7 of 7) sorted by relevance

/external/chromium_org/chrome/browser/ui/webui/
Dhistory_ui.h32 struct HistoryEntry { struct
42 HistoryEntry(EntryType type, const GURL& url, const base::string16& title, argument
63 EntryType entry_type;
65 GURL url;
66 base::string16 title; // Title of the entry. May be empty.
70 base::Time time;
73 std::string client_id;
76 std::set<int64> all_timestamps;
79 bool is_search_result;
82 base::string16 snippet;
[all …]
Dhistory_ui.cc270 BrowsingHistoryHandler::HistoryEntry::HistoryEntry( in HistoryEntry() function in BrowsingHistoryHandler::HistoryEntry
288 BrowsingHistoryHandler::HistoryEntry::HistoryEntry() in HistoryEntry() function in BrowsingHistoryHandler::HistoryEntry
/external/chromium_org/content/renderer/
Dhistory_serialization.h18 class HistoryEntry; variable
Dhistory_entry.cc171 HistoryEntry::HistoryEntry() { in HistoryEntry() function in content::HistoryEntry
178 HistoryEntry::HistoryEntry(const WebHistoryItem& root, int64_t frame_id) { in HistoryEntry() function in content::HistoryEntry
Drender_view_impl.h130 class HistoryEntry; variable
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/sources/
DSimpleHistoryManager.js34 WebInspector.HistoryEntry = function() { } class in WebInspector
/external/chromium_org/chrome/browser/resources/history/
Dhistory.js66 var HistoryEntry; variable