OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SYSTEM_PRIORITY
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/ui/message_center/
notification_types.h
46
SYSTEM_PRIORITY
= 3,
notification.cc
125
optional_fields_.priority =
SYSTEM_PRIORITY
;
notification_list.cc
80
if (notification->priority() <
SYSTEM_PRIORITY
)
232
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/supervised/
tray_supervised_user_unittest.cc
74
EXPECT_EQ(static_cast<int>(message_center::
SYSTEM_PRIORITY
),
83
EXPECT_EQ(static_cast<int>(message_center::
SYSTEM_PRIORITY
),
/external/chromium_org/chrome/browser/chromeos/power/
peripheral_battery_observer.cc
232
notification.set_priority(message_center::
SYSTEM_PRIORITY
);
Completed in 166 milliseconds