Searched refs:BackgroundContentsService (Results 1 - 11 of 11) sorted by relevance

/external/chromium/chrome/browser/
H A Dbackground_contents_service_factory.cc13 BackgroundContentsService* BackgroundContentsServiceFactory::GetForProfile(
15 return static_cast<BackgroundContentsService*>(
34 return new BackgroundContentsService(profile,
H A Dbackground_contents_service_factory.h12 class BackgroundContentsService;
17 // the associated BackgroundContentsService.
20 static BackgroundContentsService* GetForProfile(Profile* profile);
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...]
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_unittest.cc66 void SendOpenedNotification(BackgroundContentsService* service) {
112 BackgroundContentsService service(&profile, command_line_.get());
117 BackgroundContentsService service(&profile, command_line_.get());
129 BackgroundContentsService service(&profile, command_line_.get());
155 BackgroundContentsService service(&profile, command_line_.get());
174 BackgroundContentsService service(&profile, command_line_.get());
198 // Ensures that BackgroundContentsService properly tracks the association
203 BackgroundContentsService service(&profile, command_line_.get());
H A Dbackground_page_tracker.cc236 BackgroundContentsService* background_contents_service =
/external/chromium/chrome/browser/prefs/
H A Dbrowser_prefs.cc156 BackgroundContentsService::RegisterUserPrefs(user_prefs);
/external/chromium/android/autofill/
H A Dprofile_android.h72 class BackgroundContentsService;
206 virtual BackgroundContentsService* GetBackgroundContentsService() const { NOTREACHED(); return NULL; }
/external/chromium/chrome/browser/task_manager/
H A Dtask_manager_browsertest.cc162 BackgroundContentsService* service =
190 BackgroundContentsService* service =
H A Dtask_manager_resource_providers.cc696 BackgroundContentsService* background_contents_service =
/external/chromium/chrome/browser/tab_contents/
H A Drender_view_host_delegate_helper.cc68 BackgroundContentsService* service =

Completed in 96 milliseconds