HomeSort by relevance Sort by last modified time
    Searched defs:HandleNotificationClickedDelegate (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/ui/message_center/
notification_delegate.cc 13 HandleNotificationClickedDelegate::HandleNotificationClickedDelegate(
18 HandleNotificationClickedDelegate::~HandleNotificationClickedDelegate() {
21 void HandleNotificationClickedDelegate::Display() {
24 void HandleNotificationClickedDelegate::Error() {
27 void HandleNotificationClickedDelegate::Close(bool by_user) {
30 bool HandleNotificationClickedDelegate::HasClickedListener() {
34 void HandleNotificationClickedDelegate::Click() {
39 void HandleNotificationClickedDelegate::ButtonClick(int button_index)
    [all...]
notification_delegate.h 56 class MESSAGE_CENTER_EXPORT HandleNotificationClickedDelegate
59 explicit HandleNotificationClickedDelegate(const base::Closure& closure);
70 virtual ~HandleNotificationClickedDelegate();
76 DISALLOW_COPY_AND_ASSIGN(HandleNotificationClickedDelegate);

Completed in 28 milliseconds