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

  /external/chromium_org/ui/message_center/
notification_types.h 49 SYSTEM_PRIORITY = 3,
notification.cc 125 optional_fields_.priority = SYSTEM_PRIORITY;
notification_list.cc 80 if (notification->priority() < SYSTEM_PRIORITY)
230 if ((*iter)->priority() != SYSTEM_PRIORITY || mark_notification_as_read)
  /external/chromium_org/ash/system/chromeos/session/
tray_session_length_limit_unittest.cc 84 EXPECT_EQ(message_center::SYSTEM_PRIORITY, notification->priority());
94 EXPECT_EQ(message_center::SYSTEM_PRIORITY, notification->priority());
105 EXPECT_EQ(message_center::SYSTEM_PRIORITY, notification->priority());
114 EXPECT_EQ(message_center::SYSTEM_PRIORITY, notification->priority());
  /external/chromium_org/ash/system/chromeos/managed/
tray_locally_managed_user_unittest.cc 74 EXPECT_EQ(static_cast<int>(message_center::SYSTEM_PRIORITY),
83 EXPECT_EQ(static_cast<int>(message_center::SYSTEM_PRIORITY),

Completed in 1533 milliseconds