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

/external/chromium_org/components/history/core/browser/
H A Durl_row.cc11 URLRow::URLRow() { function in class:history::URLRow
15 URLRow::URLRow(const GURL& url) : url_(url) { function in class:history::URLRow
20 URLRow::URLRow(const GURL& url, URLID id) : url_(url) { function in class:history::URLRow
27 URLRow::~URLRow() {
30 URLRow& URLRow
[all...]
H A Durl_row.h30 class URLRow { class in namespace:history
32 URLRow();
34 explicit URLRow(const GURL& url);
36 // We need to be able to set the id of a URLRow that's being passed through
38 URLRow(const GURL& url, URLID id);
40 virtual ~URLRow();
41 URLRow& operator=(const URLRow& other);
102 // Helper functor that determines if an URLRow refers to a given URL.
107 bool operator()(const URLRow
[all...]

Completed in 152 milliseconds