Searched defs:BackgroundContentsService (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/background/
H A Dbackground_contents_service.h47 // BackgroundContentsService is owned by the profile, and is responsible for
55 class BackgroundContentsService : private content::NotificationObserver, class in inherits:content::NotificationObserver,extensions::ExtensionRegistryObserver,BackgroundContents::Delegate,KeyedService
60 BackgroundContentsService(Profile* profile,
62 virtual ~BackgroundContentsService();
242 DISALLOW_COPY_AND_ASSIGN(BackgroundContentsService);
H A Dbackground_contents_service.cc121 BackgroundContentsService* service =
261 int BackgroundContentsService::restart_delay_in_ms_ = 3000; // 3 seconds.
263 BackgroundContentsService::BackgroundContentsService( function in class:BackgroundContentsService
275 BackgroundContentsService::~BackgroundContentsService() {
282 void BackgroundContentsService::
289 std::string BackgroundContentsService::GetNotificationIdForExtensionForTesting(
295 void BackgroundContentsService::ShowBalloonForTesting(
302 BackgroundContentsService
[all...]

Completed in 715 milliseconds