HomeSort by relevance Sort by last modified time
    Searched defs:BackgroundContentsService (Results 1 - 2 of 2) sorted by null

  /external/chromium/chrome/browser/
background_contents_service.h 36 // BackgroundContentsService is owned by the profile, and is responsible for
44 class BackgroundContentsService : private NotificationObserver,
48 BackgroundContentsService(Profile* profile, const CommandLine* command_line);
49 virtual ~BackgroundContentsService();
175 DISALLOW_COPY_AND_ASSIGN(BackgroundContentsService);
background_contents_service.cc 123 BackgroundContentsService::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::LoadBackgroundContentsFromDictionary
    [all...]

Completed in 506 milliseconds