OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:handlenotificationclickeddelegate
(Results
1 - 4
of
4
) 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() {
38
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
);
/external/chromium_org/ash/system/ime/
tray_ime.cc
234
new message_center::
HandleNotificationClickedDelegate
(
/external/chromium_org/ash/system/chromeos/
tray_display.cc
203
new message_center::
HandleNotificationClickedDelegate
(
Completed in 228 milliseconds