Searched defs:id_scope (Results 1 - 5 of 5) sorted by relevance

/external/chromium/chrome/browser/autocomplete/
H A Dhistory_contents_provider_unittest.cc71 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 Dhistory_querying_unittest.cc107 const void* id_scope = reinterpret_cast<void*>(1); local
111 history_->AddPage(url, test_entries[i].time, id_scope, page_id, GURL(),
H A Dhistory.cc301 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 Dhistory_types.h580 const void* id_scope; member in class:history::HistoryAddPageArgs
/external/chromium/chrome/browser/automation/
H A Dtesting_automation_provider.cc2698 // 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