HomeSort by relevance Sort by last modified time
    Searched refs:id_scope (Results 1 - 8 of 8) sorted by null

  /external/chromium/chrome/browser/autocomplete/
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/
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,
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(),
history.h 189 const void* id_scope,
201 const void* id_scope,
    [all...]
history_types.cc 358 id_scope(arg_id_scope),
371 url, time, id_scope, page_id, referrer, redirects, transition,
history_types.h 580 const void* id_scope; member in class:history::HistoryAddPageArgs
history_backend.cc 373 request->id_scope, request->page_id, request->referrer));
502 tracker_.AddVisit(request->id_scope, request->page_id, request->url,
    [all...]
  /external/chromium/chrome/browser/automation/
testing_automation_provider.cc 2701 const void* id_scope = reinterpret_cast<void*>(1); local
    [all...]

Completed in 2026 milliseconds