OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:canceldesktopnotification
(Results
1 - 9
of
9
) sorted by null
/external/webkit/Source/WebKit/win/Interfaces/
IWebDesktopNotificationsDelegate.idl
86
@method
cancelDesktopNotification
:
90
HRESULT
cancelDesktopNotification
([in] IWebDesktopNotification* notification);
/external/chromium/chrome/browser/
desktop_notification_handler.cc
68
service->
CancelDesktopNotification
(
/external/webkit/Tools/DumpRenderTree/win/
DRTDesktopNotificationPresenter.h
49
virtual HRESULT STDMETHODCALLTYPE
cancelDesktopNotification
(
DRTDesktopNotificationPresenter.cpp
97
HRESULT STDMETHODCALLTYPE DRTDesktopNotificationPresenter::
cancelDesktopNotification
(
/external/chromium/chrome/browser/chromeos/notifications/
desktop_notifications_unittest.cc
175
service_->
CancelDesktopNotification
(process_id,
219
service_->
CancelDesktopNotification
(process_id, route_id, id);
230
service_->
CancelDesktopNotification
(process_id, route_id, id);
/external/chromium/chrome/browser/notifications/
desktop_notifications_unittest.cc
175
service_->
CancelDesktopNotification
(process_id,
285
service_->
CancelDesktopNotification
(process_id, route_id, id);
296
service_->
CancelDesktopNotification
(process_id, route_id, id);
desktop_notification_service.h
70
bool
CancelDesktopNotification
(int process_id,
desktop_notification_service.cc
541
bool DesktopNotificationService::
CancelDesktopNotification
(
/external/webkit/Source/WebKit/win/WebCoreSupport/
WebDesktopNotificationsDelegate.cpp
159
notificationDelegate()->
cancelDesktopNotification
(NotificationCOMWrapper::create(object));
Completed in 740 milliseconds