Searched refs:id_scope (Results 1 – 8 of 8) sorted by relevance
/external/chromium/chrome/browser/autocomplete/ |
D | history_contents_provider_unittest.cc | 71 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/ |
D | history.cc | 301 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()
|
D | history_querying_unittest.cc | 107 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()
|
D | history_types.cc | 358 id_scope(arg_id_scope), in HistoryAddPageArgs() 371 url, time, id_scope, page_id, referrer, redirects, transition, in Clone()
|
D | history.h | 189 const void* id_scope, 201 const void* id_scope,
|
D | history_types.h | 580 const void* id_scope; variable
|
D | history_backend.cc | 373 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/ |
D | testing_automation_provider.cc | 2701 const void* id_scope = reinterpret_cast<void*>(1); in AddHistoryItem() local 2703 id_scope, in AddHistoryItem()
|