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

  /external/chromium_org/chrome/browser/background/
background_contents_service.h 47 // BackgroundContentsService is owned by the profile, and is responsible for
55 class BackgroundContentsService : private content::NotificationObserver,
60 BackgroundContentsService(Profile* profile,
62 virtual ~BackgroundContentsService();
242 DISALLOW_COPY_AND_ASSIGN(BackgroundContentsService);
background_contents_service.cc 121 BackgroundContentsService* service =
261 int BackgroundContentsService::restart_delay_in_ms_ = 3000; // 3 seconds.
263 BackgroundContentsService::BackgroundContentsService(
275 BackgroundContentsService::~BackgroundContentsService() {
282 void BackgroundContentsService::
289 std::string BackgroundContentsService::GetNotificationIdForExtensionForTesting(
295 void BackgroundContentsService::ShowBalloonForTesting(
302 BackgroundContentsService::GetBackgroundContents() cons
    [all...]

Completed in 2106 milliseconds