OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:notification_handler
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/win8/metro_driver/
toast_notification_handler.h
24
base::win::MetroNotificationClickedHandler
notification_handler
;
member in struct:ToastNotificationHandler::DesktopNotification
chrome_app_view.cc
327
ToastNotificationHandler*
notification_handler
=
local
330
notification_map_[notification.id].reset(
notification_handler
);
331
notification_handler
->DisplayNotification(notification);
345
scoped_ptr<ToastNotificationHandler>
notification_handler
(
350
notification_handler
->CancelNotification();
[
all
...]
Completed in 68 milliseconds