Home
last modified time | relevance | path

Searched defs:URLRow (Results 1 – 8 of 8) sorted by relevance

/external/chromium/chrome/browser/importer/
Dprofile_import_process_client.h20 class URLRow; variable
Dsafari_importer.h31 class URLRow; variable
Dexternal_process_importer_client.h25 class URLRow; variable
/external/chromium/chrome/browser/autocomplete/
Dhistory_provider.h16 class URLRow; variable
Dhistory_url_provider.h22 class URLRow; variable
/external/chromium/chrome/browser/sync/glue/
Dtyped_url_change_processor.h27 class URLRow; variable
Dtyped_url_model_associator.h26 class URLRow; variable
/external/chromium/chrome/browser/history/
Dhistory_types.cc16 URLRow::URLRow() { in URLRow() function in history::URLRow
20 URLRow::URLRow(const GURL& url) : url_(url) { in URLRow() function in history::URLRow
25 URLRow::URLRow(const GURL& url, URLID id) : url_(url) { in URLRow() function in history::URLRow