HomeSort by relevance Sort by last modified time
    Searched defs:VisitRow (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/browser/history/
history_types.cc 65 // VisitRow --------------------------------------------------------------------
67 VisitRow::VisitRow()
75 VisitRow::VisitRow(URLID arg_url_id,
88 VisitRow::~VisitRow() {
history_types.h 218 // VisitRow -------------------------------------------------------------------
222 class VisitRow {
224 VisitRow();
225 VisitRow(URLID arg_url_id,
230 ~VisitRow();
258 bool operator<(const VisitRow& other) {
266 typedef std::vector<VisitRow> VisitVector;
276 // associated with a VisitRow.

Completed in 53 milliseconds