Home
last modified time | relevance | path

Searched refs:id_scope (Results 1 – 8 of 8) sorted by relevance

/external/chromium/chrome/browser/autocomplete/
Dhistory_contents_provider_unittest.cc71 const void* id_scope = reinterpret_cast<void*>(1); in SetUp() local
78 history_service->AddPage(url, t, id_scope, i, GURL(), in SetUp()
/external/chromium/chrome/browser/history/
Dhistory.cc301 const void* id_scope, in AddPage() argument
308 AddPage(url, Time::Now(), id_scope, page_id, referrer, transition, redirects, in AddPage()
314 const void* id_scope, in AddPage() argument
322 new history::HistoryAddPageArgs(url, time, id_scope, page_id, referrer, in AddPage()
Dhistory_querying_unittest.cc107 const void* id_scope = reinterpret_cast<void*>(1); in SetUp() local
111 history_->AddPage(url, test_entries[i].time, id_scope, page_id, GURL(), in SetUp()
Dhistory_types.cc358 id_scope(arg_id_scope), in HistoryAddPageArgs()
371 url, time, id_scope, page_id, referrer, redirects, transition, in Clone()
Dhistory.h189 const void* id_scope,
201 const void* id_scope,
Dhistory_types.h580 const void* id_scope; variable
Dhistory_backend.cc373 request->id_scope, request->page_id, request->referrer)); in AddPage()
502 tracker_.AddVisit(request->id_scope, request->page_id, request->url, in AddPage()
/external/chromium/chrome/browser/automation/
Dtesting_automation_provider.cc2701 const void* id_scope = reinterpret_cast<void*>(1); in AddHistoryItem() local
2703 id_scope, in AddHistoryItem()