Searched defs:URLID (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/components/history/core/browser/
H A Durl_row.h16 typedef int64 URLID; typedef in namespace:history
38 URLRow(const GURL& url, URLID id);
43 URLID id() const { return id_; }
49 void set_id(URLID id) { id_ = id; }
133 URLID id_;

Completed in 144 milliseconds