Searched refs:id_scope (Results 1 - 15 of 15) sorted by relevance

/external/chromium_org/chrome/browser/history/
H A Dhistory_types.cc335 : id_scope(NULL),
344 const void* id_scope,
353 id_scope(id_scope),
341 HistoryAddPageArgs( const GURL& url, base::Time time, const void* id_scope, int32 page_id, const GURL& referrer, const history::RedirectList& redirects, content::PageTransition transition, VisitSource source, bool did_replace_entry) argument
H A Dhistory_querying_unittest.cc149 const void* id_scope = reinterpret_cast<void*>(1); local
152 history_->AddPage(url, entry.time, id_scope, page_id_++, GURL(),
H A Dhistory_types.h571 const void* id_scope,
583 const void* id_scope; member in struct:history::HistoryAddPageArgs
H A Dhistory_service.h201 const void* id_scope,
H A Dhistory_service.cc478 const void* id_scope,
487 history::HistoryAddPageArgs(url, time, id_scope, page_id, referrer,
476 AddPage(const GURL& url, Time time, const void* id_scope, int32 page_id, const GURL& referrer, const history::RedirectList& redirects, content::PageTransition transition, history::VisitSource visit_source, bool did_replace_entry) argument
H A Dhistory_backend.cc381 request.id_scope, request.page_id, request.referrer));
544 tracker_.AddVisit(request.id_scope, request.page_id, request.url,
/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_org/chrome/test/perf/
H A Dgenerate_profile.cc124 void* id_scope = reinterpret_cast<void*>(1); local
169 id_scope, page_id,
/external/chromium/chrome/browser/history/
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_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_types.cc358 id_scope(arg_id_scope),
371 url, time, id_scope, page_id, referrer, redirects, transition,
H A Dhistory.h189 const void* id_scope,
201 const void* id_scope,
H A Dhistory_types.h580 const void* id_scope; member in class:history::HistoryAddPageArgs
H A Dhistory_backend.cc373 request->id_scope, request->page_id, request->referrer));
502 tracker_.AddVisit(request->id_scope, request->page_id, request->url,
/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 193 milliseconds