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

  /external/chromium/chrome/browser/history/
history_types.cc 14 // URLRow ----------------------------------------------------------------------
16 URLRow::URLRow() {
20 URLRow::URLRow(const GURL& url) : url_(url) {
25 URLRow::URLRow(const GURL& url, URLID id) : url_(url) {
32 URLRow::~URLRow() {
35 URLRow& URLRow::operator=(const URLRow& other)
    [all...]
history_types.h 47 // URLRow ---------------------------------------------------------------------
63 class URLRow {
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 with another, which allows it to b
    [all...]
  /external/chromium_org/chrome/browser/history/
history_types.cc 15 // URLRow ----------------------------------------------------------------------
17 URLRow::URLRow() {
21 URLRow::URLRow(const GURL& url) : url_(url) {
26 URLRow::URLRow(const GURL& url, URLID id) : url_(url) {
33 URLRow::~URLRow() {
36 URLRow& URLRow::operator=(const URLRow& other)
    [all...]
history_types.h 50 // URLRow ---------------------------------------------------------------------
66 class URLRow {
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 refers to a given URL
    [all...]

Completed in 284 milliseconds