OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:notification_handler
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/win8/metro_driver/
toast_notification_handler.cc
113
notification_handler
(handler) {
119
:
notification_handler
(NULL) {
247
if (notification_info_.
notification_handler
) {
248
notification_info_.
notification_handler
(
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
...]
/external/chromium_org/tools/telemetry/telemetry/core/backends/chrome/
inspector_backend.py
299
domain_name,
notification_handler
, will_close_handler):
313
self._domain_handlers[domain_name] = (
notification_handler
,
/external/chromium_org/tools/telemetry/docs/
telemetry.core.chrome.inspector_backend.html
89
<dl><dt><a name="InspectorBackend-RegisterDomain"><strong>RegisterDomain</strong></a>(self, domain_name,
notification_handler
, will_close_handler)</dt><dd><tt>Registers a given domain for handling notification methods.<br>
Completed in 148 milliseconds