Searched defs:HandleNotificationClickedDelegate (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/ui/message_center/
H A Dnotification_delegate.cc15 // HandleNotificationClickedDelegate:
17 HandleNotificationClickedDelegate::HandleNotificationClickedDelegate( function in class:message_center::HandleNotificationClickedDelegate
22 HandleNotificationClickedDelegate::~HandleNotificationClickedDelegate() {
25 void HandleNotificationClickedDelegate::Display() {
28 void HandleNotificationClickedDelegate::Error() {
31 void HandleNotificationClickedDelegate::Close(bool by_user) {
34 bool HandleNotificationClickedDelegate::HasClickedListener() {
38 void HandleNotificationClickedDelegate
[all...]
H A Dnotification_delegate.h56 class MESSAGE_CENTER_EXPORT HandleNotificationClickedDelegate class in namespace:message_center
59 explicit HandleNotificationClickedDelegate(const base::Closure& closure);
70 virtual ~HandleNotificationClickedDelegate();
76 DISALLOW_COPY_AND_ASSIGN(HandleNotificationClickedDelegate);

Completed in 332 milliseconds