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 129 optional_fields_.priority = SYSTEM_PRIORITY;
notification_list.cc 78 if (notification->priority() < SYSTEM_PRIORITY)
232 if ((*iter)->priority() != SYSTEM_PRIORITY || mark_notification_as_read)
  /external/chromium_org/ash/system/chromeos/managed/
tray_locally_managed_user_unittest.cc 75 EXPECT_EQ(static_cast<int>(message_center::SYSTEM_PRIORITY),
84 EXPECT_EQ(static_cast<int>(message_center::SYSTEM_PRIORITY),
  /external/chromium_org/ash/system/session_length_limit/
tray_session_length_limit_unittest.cc 124 EXPECT_EQ(message_center::SYSTEM_PRIORITY, notification->priority());
134 EXPECT_EQ(message_center::SYSTEM_PRIORITY, notification->priority());
145 EXPECT_EQ(message_center::SYSTEM_PRIORITY, notification->priority());
155 EXPECT_EQ(message_center::SYSTEM_PRIORITY, notification->priority());

Completed in 92 milliseconds