Home
last modified time | relevance | path

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

/external/chromium_org/chrome/browser/ui/webui/
Dhistory_ui.h33 struct HistoryEntry { struct
43 HistoryEntry(EntryType type, const GURL& url, const base::string16& title, argument
64 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 …]
Dhistory_ui.cc263 BrowsingHistoryHandler::HistoryEntry::HistoryEntry( in HistoryEntry() function in BrowsingHistoryHandler::HistoryEntry
281 BrowsingHistoryHandler::HistoryEntry::HistoryEntry() in HistoryEntry() function in BrowsingHistoryHandler::HistoryEntry
/external/chromium_org/content/renderer/
Dhistory_serialization.h18 class HistoryEntry; variable
Dhistory_entry.cc150 HistoryEntry::HistoryEntry() { in HistoryEntry() function in content::HistoryEntry
157 HistoryEntry::HistoryEntry(const WebHistoryItem& root, int64_t frame_id) { in HistoryEntry() function in content::HistoryEntry
Drender_view_impl.h134 class HistoryEntry; variable
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/sources/
DSimpleHistoryManager.js34 WebInspector.HistoryEntry = function() { } class in WebInspector