Home
last modified time | relevance | path

Searched refs:background_contents_service (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/chrome/browser/chromeos/first_run/
Ddrive_first_run_controller.cc278 BackgroundContentsService* background_contents_service = in ShouldCreateWebContents() local
282 if (background_contents_service->GetAppBackgroundContents( in ShouldCreateWebContents()
286 BackgroundContents* contents = background_contents_service in ShouldCreateWebContents()
359 BackgroundContentsService* background_contents_service = in EnableOfflineMode() local
361 if (background_contents_service->GetAppBackgroundContents( in EnableOfflineMode()
/external/chromium/chrome/browser/
Dbackground_page_tracker.cc236 BackgroundContentsService* background_contents_service = in UpdateExtensionList() local
239 background_contents_service->GetBackgroundContents(); in UpdateExtensionList()
245 background_contents_service->GetParentApplicationId(*iter)); in UpdateExtensionList()
/external/chromium_org/chrome/browser/task_manager/
Dbackground_resource_provider.cc171 BackgroundContentsService* background_contents_service = in StartUpdating() local
174 background_contents_service->GetBackgroundContents(); in StartUpdating()
182 background_contents_service->GetParentApplicationId(*iterator); in StartUpdating()
/external/chromium/chrome/browser/task_manager/
Dtask_manager_resource_providers.cc696 BackgroundContentsService* background_contents_service = in StartUpdating() local
700 background_contents_service->GetBackgroundContents(); in StartUpdating()
707 background_contents_service->GetParentApplicationId(*iterator); in StartUpdating()
/external/chromium_org/chrome/
Dchrome_browser.gypi259 'browser/background/background_contents_service.cc',
260 'browser/background/background_contents_service.h',