Searched defs:HistoryEntry (Results 1 – 7 of 7) sorted by relevance
32 struct HistoryEntry { struct42 HistoryEntry(EntryType type, const GURL& url, const base::string16& title, argument63 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 …]
270 BrowsingHistoryHandler::HistoryEntry::HistoryEntry( in HistoryEntry() function in BrowsingHistoryHandler::HistoryEntry288 BrowsingHistoryHandler::HistoryEntry::HistoryEntry() in HistoryEntry() function in BrowsingHistoryHandler::HistoryEntry
18 class HistoryEntry; variable
171 HistoryEntry::HistoryEntry() { in HistoryEntry() function in content::HistoryEntry178 HistoryEntry::HistoryEntry(const WebHistoryItem& root, int64_t frame_id) { in HistoryEntry() function in content::HistoryEntry
130 class HistoryEntry; variable
34 WebInspector.HistoryEntry = function() { } class in WebInspector
66 var HistoryEntry; variable