HomeSort by relevance Sort by last modified time
    Searched full:notificationdelegate (Results 1 - 20 of 20) sorted by null

  /external/chromium/chrome/browser/chromeos/notifications/
system_notification_factory.h 13 class NotificationDelegate;
25 NotificationDelegate* delegate);
31 NotificationDelegate* delegate);
system_notification.h 34 // Allows to provide custom NotificationDelegate.
36 NotificationDelegate* delegate,
65 class Delegate : public NotificationDelegate {
84 scoped_refptr<NotificationDelegate> delegate_;
system_notification_factory.cc 20 NotificationDelegate* delegate) {
31 NotificationDelegate* delegate) {
balloon_collection_impl.h 81 // there is no notification that matches NotificationDelegate::id(),
96 // NotificationDelegate::id() to check the equality of notifications.
system_notification.cc 26 NotificationDelegate* delegate,
notification_browsertest.cc 75 Notification NewMockNotification(NotificationDelegate* delegate) {
  /external/chromium/chrome/browser/notifications/
notification_delegate.h 16 class NotificationDelegate
17 : public base::RefCountedThreadSafe<NotificationDelegate> {
37 virtual ~NotificationDelegate() {}
40 friend class base::RefCountedThreadSafe<NotificationDelegate>;
notification.h 15 class NotificationDelegate;
26 NotificationDelegate* delegate);
50 NotificationDelegate* delegate() const { return delegate_.get(); }
68 scoped_refptr<NotificationDelegate> delegate_;
notification_test_util.h 15 // NotificationDelegate which does nothing, useful for testing when
17 class MockNotificationDelegate : public NotificationDelegate {
22 // NotificationDelegate interface.
42 class LoggingNotificationDelegate : public NotificationDelegate {
notification_object_proxy.h 23 : public NotificationDelegate {
29 // NotificationDelegate implementation.
notification.cc 11 NotificationDelegate* delegate)
  /external/webkit/Source/WebKit/win/WebCoreSupport/
WebDesktopNotificationsDelegate.cpp 152 notificationDelegate()->showDesktopNotification(NotificationCOMWrapper::create(object));
159 notificationDelegate()->cancelDesktopNotification(NotificationCOMWrapper::create(object));
165 notificationDelegate()->notificationDestroyed(NotificationCOMWrapper::create(object));
172 notificationDelegate()->requestNotificationPermission(org);
180 notificationDelegate()->checkNotificationPermission(org, &out);
193 COMPtr<IWebDesktopNotificationsDelegate> WebDesktopNotificationsDelegate::notificationDelegate()
WebDesktopNotificationsDelegate.h 57 COMPtr<IWebDesktopNotificationsDelegate> notificationDelegate();
  /external/chromium/chrome/browser/printing/cloud_print/
cloud_print_proxy_service.h 45 // NotificationDelegate implementation for the token expired notification.
cloud_print_proxy_service.cc 31 : public NotificationDelegate {
  /external/chromium/chrome/browser/
background_contents_service.h 25 class NotificationDelegate;
background_contents_service.cc 49 class CrashNotificationDelegate : public NotificationDelegate {
  /external/chromium/chrome/browser/chromeos/
locale_change_guard.cc 26 class LocaleChangeGuard::Delegate : public NotificationDelegate {
  /external/chromium/chrome/browser/task_manager/
task_manager_browsertest.cc 324 scoped_refptr<NotificationDelegate> del1(new MockNotificationDelegate("n1"));
327 scoped_refptr<NotificationDelegate> del2(new MockNotificationDelegate("n2"));
  /external/webkit/Source/WebKit/win/
ChangeLog     [all...]

Completed in 1405 milliseconds