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 24 class BalloonNotificationUIManager
29 explicit BalloonNotificationUIManager(PrefService* local_state);
30 virtual ~BalloonNotificationUIManager();
64 static BalloonNotificationUIManager* GetInstanceForTesting();
78 DISALLOW_COPY_AND_ASSIGN(BalloonNotificationUIManager);
balloon_notification_ui_manager.cc 21 BalloonNotificationUIManager::BalloonNotificationUIManager(
28 &BalloonNotificationUIManager::OnDesktopNotificationPositionChanged,
32 BalloonNotificationUIManager::~BalloonNotificationUIManager() {
35 void BalloonNotificationUIManager::SetBalloonCollection(
47 const Notification* BalloonNotificationUIManager::FindById(
55 bool BalloonNotificationUIManager::CancelById(const std::string& id) {
64 BalloonNotificationUIManager::GetAllIdsByProfileAndSourceOrigin(
83 bool BalloonNotificationUIManager::CancelAllBySourceOrigin(const GURL& source)
    [all...]

Completed in 63 milliseconds