Searched defs:URLRow (Results 1 - 4 of 4) 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...]
/external/chromium_org/chrome/browser/history/
H A Dhistory_types.cc15 // URLRow ----------------------------------------------------------------------
17 URLRow::URLRow() { function in class:history::URLRow
21 URLRow::URLRow(const GURL& url) : url_(url) { function in class:history::URLRow
26 URLRow::URLRow(const GURL& url, URLID id) : url_(url) { function in class:history::URLRow
33 URLRow::~URLRow() {
36 URLRow
[all...]
H A Dhistory_types.h50 // URLRow ---------------------------------------------------------------------
66 class URLRow { class in namespace:history
68 URLRow();
70 explicit URLRow(const GURL& url);
72 // We need to be able to set the id of a URLRow that's being passed through
74 URLRow(const GURL& url, URLID id);
76 virtual ~URLRow();
77 URLRow& operator=(const URLRow& other);
138 // Helper functor that determines if an URLRow refer
[all...]

Completed in 149 milliseconds