HomeSort by relevance Sort by last modified time
    Searched refs:MessageCenterNotificationManager (Results 1 - 11 of 11) 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 51 MessageCenterNotificationManager::MessageCenterNotificationManager(
91 MessageCenterNotificationManager::~MessageCenterNotificationManager() {
96 void MessageCenterNotificationManager::RegisterPrefs(
107 void MessageCenterNotificationManager::Add(const Notification& notification,
119 bool MessageCenterNotificationManager::Update(const Notification& notification,
164 const Notification* MessageCenterNotificationManager::FindById(
172 bool MessageCenterNotificationManager::CancelById(const std::string& id) {
185 MessageCenterNotificationManager::GetAllIdsByProfileAndSourceOrigin
    [all...]
notification_ui_manager_desktop.cc 21 return new MessageCenterNotificationManager(
message_center_notification_manager.h 42 class MessageCenterNotificationManager
47 MessageCenterNotificationManager(
51 virtual ~MessageCenterNotificationManager();
221 base::OneShotTimer<MessageCenterNotificationManager> first_run_balloon_timer_;
228 base::WeakPtrFactory<MessageCenterNotificationManager> weak_factory_;
247 DISALLOW_COPY_AND_ASSIGN(MessageCenterNotificationManager);
message_center_notifications_unittest_win.cc 31 MessageCenterNotificationManager::RegisterPrefs(local_state_.registry());
48 notification_manager_.reset(new MessageCenterNotificationManager(
63 MessageCenterNotificationManager* notification_manager() {
91 scoped_ptr<MessageCenterNotificationManager> notification_manager_;
message_center_notifications_browsertest.cc 63 MessageCenterNotificationManager* manager() {
64 return static_cast<MessageCenterNotificationManager*>(
  /external/chromium_org/chrome/browser/notifications/sync_notifier/
welcome_delegate.cc 24 MessageCenterNotificationManager* message_center_notification_manager =
25 static_cast<MessageCenterNotificationManager*>(notification_ui_manager);
welcome_delegate_unittest.cc 40 MessageCenterNotificationManager* manager =
41 static_cast<MessageCenterNotificationManager*>(
  /external/chromium_org/chrome/browser/ui/views/message_center/
web_notification_tray_browsertest.cc 215 MessageCenterNotificationManager* mc_manager =
216 static_cast<MessageCenterNotificationManager*>(manager);
  /external/chromium_org/chrome/browser/background/
background_contents_service_unittest.cc 177 MessageCenterNotificationManager* manager =
178 static_cast<MessageCenterNotificationManager*>(
  /external/chromium_org/chrome/browser/prefs/
browser_prefs.cc 270 MessageCenterNotificationManager::RegisterPrefs(registry);

Completed in 110 milliseconds