Searched defs:HistoryEntry (Results 1 – 6 of 6) sorted by relevance
33 struct HistoryEntry { struct43 HistoryEntry(EntryType type, const GURL& url, const base::string16& title, argument64 EntryType entry_type;66 GURL url;67 base::string16 title; // Title of the entry. May be empty.71 base::Time time;74 std::string client_id;77 std::set<int64> all_timestamps;80 bool is_search_result;83 base::string16 snippet;[all …]
263 BrowsingHistoryHandler::HistoryEntry::HistoryEntry( in HistoryEntry() function in BrowsingHistoryHandler::HistoryEntry281 BrowsingHistoryHandler::HistoryEntry::HistoryEntry() in HistoryEntry() function in BrowsingHistoryHandler::HistoryEntry
18 class HistoryEntry; variable
150 HistoryEntry::HistoryEntry() { in HistoryEntry() function in content::HistoryEntry157 HistoryEntry::HistoryEntry(const WebHistoryItem& root, int64_t frame_id) { in HistoryEntry() function in content::HistoryEntry
134 class HistoryEntry; variable
34 WebInspector.HistoryEntry = function() { } class in WebInspector