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

  /external/chromium/chrome/browser/
background_contents_service_factory.cc 13 BackgroundContentsService* BackgroundContentsServiceFactory::GetForProfile(
15 return static_cast<BackgroundContentsService*>(
34 return new BackgroundContentsService(profile,
background_contents_service_factory.h 12 class BackgroundContentsService;
17 // the associated BackgroundContentsService.
20 static BackgroundContentsService* GetForProfile(Profile* profile);
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...]
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_unittest.cc 66 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());
background_page_tracker.cc 236 BackgroundContentsService* background_contents_service =
  /external/chromium/android/autofill/
profile_android.h 72 class BackgroundContentsService;
206 virtual BackgroundContentsService* GetBackgroundContentsService() const { NOTREACHED(); return NULL; }
  /external/chromium/chrome/browser/prefs/
browser_prefs.cc 156 BackgroundContentsService::RegisterUserPrefs(user_prefs);
  /external/chromium/chrome/browser/task_manager/
task_manager_browsertest.cc 162 BackgroundContentsService* service =
190 BackgroundContentsService* service =
task_manager_resource_providers.cc 696 BackgroundContentsService* background_contents_service =
    [all...]
  /external/chromium/chrome/browser/tab_contents/
render_view_host_delegate_helper.cc 68 BackgroundContentsService* service =

Completed in 400 milliseconds