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

  /external/chromium_org/chrome/browser/notifications/
balloon_notification_ui_manager.h 29 class BalloonNotificationUIManager
35 explicit BalloonNotificationUIManager(PrefService* local_state);
36 virtual ~BalloonNotificationUIManager();
68 static BalloonNotificationUIManager* GetInstanceForTesting();
108 DISALLOW_COPY_AND_ASSIGN(BalloonNotificationUIManager);
balloon_notification_ui_manager.cc 46 BalloonNotificationUIManager::BalloonNotificationUIManager(
58 &BalloonNotificationUIManager::OnDesktopNotificationPositionChanged,
62 BalloonNotificationUIManager::~BalloonNotificationUIManager() {
65 void BalloonNotificationUIManager::SetBalloonCollection(
77 void BalloonNotificationUIManager::Add(const Notification& notification,
90 bool BalloonNotificationUIManager::Update(const Notification& notification,
113 const Notification* BalloonNotificationUIManager::FindById(
124 bool BalloonNotificationUIManager::CancelById(const std::string& id)
    [all...]

Completed in 414 milliseconds