HomeSort by relevance Sort by last modified time
    Searched defs:history_service (Results 26 - 50 of 51) sorted by null

12 3

  /external/chromium_org/chrome/test/perf/
generate_profile.cc 19 #include "chrome/browser/history/history_service.h"
127 HistoryService* history_service = local
188 history_service->AddPage(url, base::Time::Now(),
193 history_service->SetPageTitle(url, ConstructRandomTitle());
  /external/chromium/chrome/browser/autocomplete/
history_url_provider.cc 590 HistoryService* const history_service = local
592 if (!history_service)
623 history::URLDatabase* url_db = history_service->InMemoryDatabase();
647 history_service->ScheduleAutocomplete(this, params_);
    [all...]
search_provider.cc 292 HistoryService* const history_service = local
294 history::URLDatabase* url_db = history_service ?
295 history_service->InMemoryDatabase() : NULL;
    [all...]
autocomplete_edit_view_browsertest.cc 288 HistoryService* history_service = local
290 ASSERT_TRUE(history_service);
292 if (!history_service->BackendLoaded()) {
312 history_service->AddPageWithDetails(url, UTF8ToUTF16(entry.title),
316 history_service->SetPageContents(url, UTF8ToUTF16(entry.body));
    [all...]
  /external/chromium/chrome/browser/
browsing_data_remover.cc 115 HistoryService* history_service = local
117 if (history_service) {
122 history_service->ExpireHistoryBetween(restrict_urls,
jumplist_win.cc 628 HistoryService* history_service = local
630 history_service->QuerySegmentUsageSince(
  /external/chromium_org/chrome/browser/download/
download_target_determiner.cc 17 #include "chrome/browser/history/history_service.h"
375 HistoryService* history_service = HistoryServiceFactory::GetForProfile( local
378 if (history_service && download_->GetReferrerUrl().is_valid()) {
379 history_service->GetVisibleVisitCountToHost(
download_target_determiner_unittest.cc 19 #include "chrome/browser/history/history_service.h"
1097 HistoryService* history_service = local
    [all...]
  /external/chromium_org/chrome/browser/predictors/
autocomplete_action_predictor.cc 22 #include "chrome/browser/history/history_service.h"
82 HistoryService* history_service = HistoryServiceFactory::GetForProfile( local
84 if (history_service)
85 history_service->InMemoryDatabase();
451 HistoryService* history_service = local
453 if (!TryDeleteOldEntries(history_service)) {
autocomplete_action_predictor_unittest.cc 16 #include "chrome/browser/history/history_service.h"
192 HistoryService* history_service = local
195 ASSERT_TRUE(history_service);
197 history::URLDatabase* url_db = history_service->InMemoryDatabase();
resource_prefetch_predictor.cc 21 #include "chrome/browser/history/history_service.h"
583 HistoryService* history_service = HistoryServiceFactory::GetForProfile( local
585 DCHECK(history_service);
586 history_service->ScheduleDBTask(
721 HistoryService* history_service = HistoryServiceFactory::GetForProfile( local
723 if (!history_service) {
    [all...]
  /external/chromium_org/chrome/browser/safe_browsing/
browser_feature_extractor_unittest.cc 16 #include "chrome/browser/history/history_service.h"
70 HistoryService* history_service() { function in class:safe_browsing::BrowserFeatureExtractorTest
193 history_service()->AddPage(GURL("http://www.foo.com/bar.html"),
196 history_service()->AddPage(GURL("https://www.foo.com/gaa.html"),
199 history_service()->AddPage(GURL("http://www.foo.com/gaa.html"),
202 history_service()->AddPage(GURL("http://bar.foo.com/gaa.html"),
205 history_service()->AddPage(GURL("http://www.foo.com/bar.html?a=b"),
210 history_service()->AddPage(GURL("http://www.foo.com/bar.html"),
215 history_service()->AddPage(GURL("https://www.foo.com/goo.html"),
262 history_service()->AddPage(GURL("http://www.foo.com/bar.html")
    [all...]
malware_details_unittest.cc 12 #include "chrome/browser/history/history_service.h"
218 HistoryService* history_service() { function in class:MalwareDetailsTest
313 history_service()->AddPage(
  /external/chromium_org/chrome/browser/ssl/
ssl_blocking_page.cc 181 HistoryService* history_service = HistoryServiceFactory::GetForProfile( local
184 if (history_service) {
185 history_service->GetVisibleVisitCountToHost(
  /external/chromium_org/chrome/browser/ui/website_settings/
website_settings.cc 93 HistoryService* history_service = HistoryServiceFactory::GetForProfile( local
95 if (history_service) {
96 history_service->GetVisibleVisitCountToHost(
  /external/chromium/chrome/browser/history/
top_sites_unittest.cc 183 history_service()->ScheduleDBTask(new WaitForHistoryTask(), &consumer_);
199 HistoryService* history_service() { function in class:history::TopSitesTest
234 history_service()->AddPage(
243 history_service()->AddPage(
246 history_service()->SetPageTitle(url, title);
254 history_service()->AddPage(
257 history_service()->SetPageTitle(url, title);
262 history_service()->DeleteURL(url);
896 history_service()->ExpireHistoryBetween(
    [all...]
  /external/chromium_org/chrome/browser/autocomplete/
history_url_provider.cc 21 #include "chrome/browser/history/history_service.h"
643 HistoryService* const history_service = local
645 if (!history_service)
680 history::URLDatabase* url_db = history_service->InMemoryDatabase();
705 history_service->ScheduleAutocomplete(this, params_);
    [all...]
search_provider.cc 28 #include "chrome/browser/history/history_service.h"
634 HistoryService* const history_service = local
636 history::URLDatabase* url_db = history_service ?
637 history_service->InMemoryDatabase() : NULL;
    [all...]
  /external/chromium_org/chrome/browser/browsing_data/
browsing_data_remover.cc 24 #include "chrome/browser/history/history_service.h"
259 HistoryService* history_service = HistoryServiceFactory::GetForProfile( local
261 if (history_service) {
268 history_service->ExpireLocalAndRemoteHistoryBetween(
    [all...]
  /external/chromium_org/chrome/browser/history/
top_sites_impl_unittest.cc 195 history_service()->ScheduleDBTask(new WaitForHistoryTask(), &consumer_);
213 HistoryService* history_service() { function in class:history::TopSitesImplTest
249 history_service()->AddPage(
259 history_service()->AddPage(
263 history_service()->SetPageTitle(url, title);
271 history_service()->AddPage(
275 history_service()->SetPageTitle(url, title);
280 history_service()->DeleteURL(url);
    [all...]
top_sites_likely_impl_unittest.cc 195 history_service()->ScheduleDBTask(new WaitForHistoryTask(), &consumer_);
214 HistoryService* history_service() { function in class:history::TopSitesLikelyImplTest
250 history_service()->AddPage(
260 history_service()->AddPage(
264 history_service()->SetPageTitle(url, title);
272 history_service()->AddPage(
276 history_service()->SetPageTitle(url, title);
281 history_service()->DeleteURL(url);
    [all...]
  /external/chromium_org/chrome/browser/sync/test/integration/
bookmarks_helper.cc 259 HistoryService* history_service = local
263 history_service->ScheduleDBTask(new HistoryEmptyTask(&done),
  /external/chromium_org/chrome/browser/ui/webui/
history_ui.cc 539 HistoryService* history_service = local
605 history_service->ProcessLocalDeleteDirective(delete_directive);
608 history_service->ExpireHistory(
    [all...]
  /external/chromium_org/chrome/test/base/
testing_profile.cc 34 #include "chrome/browser/history/history_service.h"
384 HistoryService* history_service = static_cast<HistoryService*>( local
387 if (!history_service->Init(this->GetPath(),
398 HistoryService* history_service = local
400 if (!history_service)
403 history_service->NotifyRenderProcessHostDestruction(0);
404 history_service->SetOnBackendDestroyTask(base::MessageLoop::QuitClosure());
405 history_service->Cleanup();
458 HistoryService* history_service = local
460 if (history_service) {
480 HistoryService* history_service = local
753 HistoryService* history_service = local
    [all...]
  /external/chromium_org/chrome/browser/ui/omnibox/
omnibox_view_browsertest.cc 20 #include "chrome/browser/history/history_service.h"
300 HistoryService* history_service = HistoryServiceFactory::GetForProfile( local
302 ASSERT_TRUE(history_service);
304 if (!history_service->BackendLoaded()) {
319 history_service->AddPageWithDetails(url, UTF8ToUTF16(entry.title),
    [all...]

Completed in 4370 milliseconds

12 3