OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:knotificationtypes
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/chromeos/file_manager/
desktop_notifications.cc
33
//
kNotificationTypes
[type].type == type).
34
const NotificationTypeInfo
kNotificationTypes
[] = {
88
DCHECK_LT(static_cast<size_t>(type), arraysize(
kNotificationTypes
));
89
DCHECK(
kNotificationTypes
[type].type == type);
91
return
kNotificationTypes
[type].icon_id;
96
DCHECK_LT(static_cast<size_t>(type), arraysize(
kNotificationTypes
));
97
DCHECK(
kNotificationTypes
[type].type == type);
99
int id =
kNotificationTypes
[type].title_id;
107
DCHECK_LT(static_cast<size_t>(type), arraysize(
kNotificationTypes
));
108
DCHECK(
kNotificationTypes
[type].type == type)
[
all
...]
desktop_notifications.h
30
// If changing the enum, please also update
kNotificationTypes
in .cc file.
Completed in 34 milliseconds