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

  /external/chromium_org/chrome/browser/notifications/
message_center_notification_manager_win.cc 10 void MessageCenterNotificationManager::DisplayFirstRunBalloon() {
17 void MessageCenterNotificationManager::SetFirstRunTimeoutForTest(
22 bool MessageCenterNotificationManager::FirstRunTimerIsActive() const {
26 void MessageCenterNotificationManager::CheckFirstRunTimer() {
51 base::Bind(&MessageCenterNotificationManager::DisplayFirstRunBalloon,
message_center_notification_manager.cc 46 MessageCenterNotificationManager::MessageCenterNotificationManager(
86 MessageCenterNotificationManager::~MessageCenterNotificationManager() {
93 void MessageCenterNotificationManager::Add(const Notification& notification,
105 bool MessageCenterNotificationManager::Update(const Notification& notification,
150 const Notification* MessageCenterNotificationManager::FindById(
158 bool MessageCenterNotificationManager::CancelById(const std::string& id) {
171 MessageCenterNotificationManager::GetAllIdsByProfileAndSourceOrigin(
186 bool MessageCenterNotificationManager::CancelAllBySourceOrigin
    [all...]
notification_ui_manager.cc 19 // In ChromeOS, it always uses MessageCenterNotificationManager. The flag of
36 return new MessageCenterNotificationManager(
message_center_notification_manager.h 39 class MessageCenterNotificationManager
44 MessageCenterNotificationManager(
48 virtual ~MessageCenterNotificationManager();
211 base::OneShotTimer<MessageCenterNotificationManager> first_run_balloon_timer_;
218 base::WeakPtrFactory<MessageCenterNotificationManager> weak_factory_;
234 DISALLOW_COPY_AND_ASSIGN(MessageCenterNotificationManager);
message_center_notifications_unittest_win.cc 80 notification_manager_.reset(new MessageCenterNotificationManager(
95 MessageCenterNotificationManager* notification_manager() {
120 scoped_ptr<MessageCenterNotificationManager> notification_manager_;
message_center_notifications_browsertest.cc 69 MessageCenterNotificationManager* manager() {
70 return static_cast<MessageCenterNotificationManager*>(

Completed in 638 milliseconds