HomeSort by relevance Sort by last modified time
    Searched defs:URLRow (Results 1 - 2 of 2) 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...]

Completed in 845 milliseconds