HomeSort by relevance Sort by last modified time
    Searched refs:GetForBrowserContext (Results 1 - 25 of 31) sorted by null

1 2

  /external/chromium_org/chrome/browser/download/
download_service_factory.h 20 static DownloadService* GetForBrowserContext(
download_service_factory.cc 13 DownloadService* DownloadServiceFactory::GetForBrowserContext(
download_service.cc 105 count += DownloadServiceFactory::GetForBrowserContext(*it)->DownloadCount();
107 count += DownloadServiceFactory::GetForBrowserContext(
download_test_file_activity_observer.cc 66 DownloadServiceFactory::GetForBrowserContext(profile)->
download_shelf.cc 340 if (!DownloadServiceFactory::GetForBrowserContext(
chrome_download_manager_delegate.cc 431 DownloadServiceFactory::GetForBrowserContext(profile_)->
save_page_browsertest.cc 66 DownloadServiceFactory::GetForBrowserContext(profile_)->
71 DownloadService* service = DownloadServiceFactory::GetForBrowserContext(
download_browsertest.cc 390 DownloadServiceFactory::GetForBrowserContext(profile_)->
395 DownloadService* service = DownloadServiceFactory::GetForBrowserContext(
417 DownloadServiceFactory::GetForBrowserContext(profile_)->
    [all...]
  /external/chromium_org/chrome/browser/ui/app_list/search/
history_factory.h 27 static History* GetForBrowserContext(content::BrowserContext* context);
history_factory.cc 19 History* HistoryFactory::GetForBrowserContext(
search_controller.cc 47 history_(HistoryFactory::GetForBrowserContext(profile)) {
  /external/chromium_org/chrome/browser/profiles/
off_the_record_profile_impl_unittest.cc 33 HostZoomMap::GetForBrowserContext(this)->AddZoomLevelChangedCallback(
38 HostZoomMap::GetForBrowserContext(this)->RemoveZoomLevelChangedCallback(
58 HostZoomMap* host_zoom_map = HostZoomMap::GetForBrowserContext(this);
139 HostZoomMap::GetForBrowserContext(parent_profile.get());
160 HostZoomMap::GetForBrowserContext(child_profile.get());
off_the_record_profile_impl.cc 140 HostZoomMap::GetForBrowserContext(profile_)->RemoveZoomLevelChangedCallback(
167 HostZoomMap* host_zoom_map = HostZoomMap::GetForBrowserContext(this);
169 HostZoomMap::GetForBrowserContext(profile_);
249 return DownloadServiceFactory::GetForBrowserContext(this)->
474 HostZoomMap* host_zoom_map = HostZoomMap::GetForBrowserContext(this);
profile_impl.cc 598 HostZoomMap* host_zoom_map = HostZoomMap::GetForBrowserContext(this);
631 HostZoomMap::GetForBrowserContext(this)->RemoveZoomLevelChangedCallback(
    [all...]
  /external/chromium_org/chrome/browser/ui/zoom/
zoom_controller_unittest.cc 60 content::HostZoomMap::GetForBrowserContext(
zoom_controller.cc 38 content::HostZoomMap::GetForBrowserContext(
46 content::HostZoomMap::GetForBrowserContext(
  /external/chromium_org/content/public/browser/
host_zoom_map.h 51 CONTENT_EXPORT static HostZoomMap* GetForBrowserContext(
  /external/chromium_org/chrome/browser/ui/gtk/
location_bar_view_gtk_browsertest.cc 115 content::HostZoomMap::GetForBrowserContext(
119 content::HostZoomMap::GetForBrowserContext(
browser_toolbar_gtk.cc 132 HostZoomMap::GetForBrowserContext(
250 HostZoomMap::GetForBrowserContext(
  /external/chromium_org/content/browser/
resource_context_impl.cc 107 HostZoomMap::GetForBrowserContext(browser_context)));
host_zoom_map_impl.cc 27 HostZoomMap* HostZoomMap::GetForBrowserContext(BrowserContext* context) {
104 if (HostZoomMap::GetForBrowserContext(
132 if (HostZoomMap::GetForBrowserContext(
  /external/chromium_org/chrome/browser/ui/
browser_close_browsertest.cc 154 DownloadServiceFactory::GetForBrowserContext(*pit);
163 DownloadServiceFactory::GetForBrowserContext(
browser_browsertest.cc     [all...]
  /external/chromium_org/chrome/browser/ui/toolbar/
wrench_menu_model.cc 250 HostZoomMap::GetForBrowserContext(
264 HostZoomMap::GetForBrowserContext(
  /external/chromium_org/chrome/browser/ui/views/
wrench_menu.cc 513 HostZoomMap::GetForBrowserContext(
594 HostZoomMap::GetForBrowserContext(
    [all...]

Completed in 725 milliseconds

1 2