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

/external/chromium/chrome/browser/
H A Dbackground_contents_service.h36 // BackgroundContentsService is owned by the profile, and is responsible for
44 class BackgroundContentsService : private NotificationObserver, class in inherits:NotificationObserver,BackgroundContents::Delegate,ProfileKeyedService
48 BackgroundContentsService(Profile* profile, const CommandLine* command_line);
49 virtual ~BackgroundContentsService();
175 DISALLOW_COPY_AND_ASSIGN(BackgroundContentsService);
H A Dbackground_contents_service.cc123 BackgroundContentsService::BackgroundContentsService( function in class:BackgroundContentsService
137 BackgroundContentsService::~BackgroundContentsService() {
144 BackgroundContentsService::GetBackgroundContents() const
153 void BackgroundContentsService::StartObserving(Profile* profile) {
200 void BackgroundContentsService::Observe(NotificationType type,
329 void BackgroundContentsService::LoadBackgroundContentsFromPrefs(
357 void BackgroundContentsService::LoadBackgroundContentsForExtension(
382 void BackgroundContentsService
[all...]

Completed in 72 milliseconds