Home
last modified time | relevance | path

Searched defs:URLRow (Results 1 – 13 of 13) 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_org/chrome/browser/sync/glue/
Dtyped_url_change_processor.h35 class URLRow; variable
Dtyped_url_model_associator.h30 class URLRow; variable
/external/chromium_org/chrome/browser/history/
Dtyped_url_syncable_service.h34 class URLRow; variable
Dhistory_types.cc17 URLRow::URLRow() { in URLRow() function in history::URLRow
21 URLRow::URLRow(const GURL& url) : url_(url) { in URLRow() function in history::URLRow
26 URLRow::URLRow(const GURL& url, URLID id) : url_(url) { in URLRow() function in history::URLRow
/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
/external/chromium_org/chrome/browser/browsing_data/
Dbrowsing_data_remover_unittest.cc426 const history::URLRow*, in SaveResultAndQuit()