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

/external/chromium/chrome/browser/history/
H A Dhistory_types.cc14 // URLRow ----------------------------------------------------------------------
16 URLRow::URLRow() { function in class:history::URLRow
20 URLRow::URLRow(const GURL& url) : url_(url) { function in class:history::URLRow
25 URLRow::URLRow(const GURL& url, URLID id) : url_(url) { function in class:history::URLRow
32 URLRow::~URLRow() {
35 URLRow
[all...]
H A Dhistory_types.h47 // URLRow ---------------------------------------------------------------------
63 class URLRow { class in namespace:history
65 URLRow();
67 explicit URLRow(const GURL& url);
69 // We need to be able to set the id of a URLRow that's being passed through
71 URLRow(const GURL& url, URLID id);
73 virtual ~URLRow();
74 URLRow& operator=(const URLRow& other);
121 // Swaps the contents of this URLRow wit
[all...]

Completed in 50 milliseconds