Searched defs:id_scope (Results 1 - 5 of 5) sorted by relevance
/external/chromium/chrome/browser/autocomplete/ |
H A D | history_contents_provider_unittest.cc | 71 const void* id_scope = reinterpret_cast<void*>(1); local 78 history_service->AddPage(url, t, id_scope, i, GURL(),
|
/external/chromium/chrome/browser/history/ |
H A D | history_querying_unittest.cc | 107 const void* id_scope = reinterpret_cast<void*>(1); local 111 history_->AddPage(url, test_entries[i].time, id_scope, page_id, GURL(),
|
H A D | history.cc | 301 const void* id_scope, 308 AddPage(url, Time::Now(), id_scope, page_id, referrer, transition, redirects, 314 const void* id_scope, 322 new history::HistoryAddPageArgs(url, time, id_scope, page_id, referrer, 300 AddPage(const GURL& url, const void* id_scope, int32 page_id, const GURL& referrer, PageTransition::Type transition, const history::RedirectList& redirects, history::VisitSource visit_source, bool did_replace_entry) argument 312 AddPage(const GURL& url, Time time, const void* id_scope, int32 page_id, const GURL& referrer, PageTransition::Type transition, const history::RedirectList& redirects, history::VisitSource visit_source, bool did_replace_entry) argument
|
H A D | history_types.h | 580 const void* id_scope; member in class:history::HistoryAddPageArgs
|
/external/chromium/chrome/browser/automation/ |
H A D | testing_automation_provider.cc | 2698 // Ideas for "dummy" values (e.g. id_scope) came from 2701 const void* id_scope = reinterpret_cast<void*>(1); local 2703 id_scope,
|
Completed in 94 milliseconds