OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CompareTimestampSerial
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/ui/message_center/
notification_list.h
39
struct
CompareTimestampSerial
{
52
typedef std::set<Notification*,
CompareTimestampSerial
> PopupNotifications;
notification_list.cc
38
return
CompareTimestampSerial
()(n1, n2);
41
bool
CompareTimestampSerial
::operator()(Notification* n1, Notification* n2) {
Completed in 401 milliseconds