/external/chromium/chrome/browser/notifications/ |
D | notification_test_util.h | 25 virtual void Close(bool by_user) {} in Close() argument 58 virtual void Close(bool by_user) { in Close() argument 59 if (by_user) in Close() 85 virtual void Close(bool by_user);
|
D | notification_test_util.cc | 16 void MockBalloonView::Close(bool by_user) { in Close() argument 17 balloon_->OnClose(by_user); in Close()
|
D | notification_object_proxy.cc | 30 void NotificationObjectProxy::Close(bool by_user) { in Close() argument 32 route_id_, notification_id_, by_user)); in Close()
|
D | notification.h | 45 void Close(bool by_user) const { delegate()->Close(by_user); } in Close() argument
|
D | balloon.cc | 59 void Balloon::OnClose(bool by_user) { in OnClose() argument 60 notification_->Close(by_user); in OnClose()
|
D | balloon.h | 39 virtual void Close(bool by_user) = 0; 106 virtual void OnClose(bool by_user);
|
D | notification_delegate.h | 28 virtual void Close(bool by_user) = 0;
|
D | notification_object_proxy.h | 32 virtual void Close(bool by_user);
|
/external/chromium/chrome/browser/printing/cloud_print/ |
D | cloud_print_proxy_service.cc | 41 void Close(bool by_user) { in Close() argument 42 cloud_print_service_->OnTokenExpiredNotificationClosed(by_user); in Close() 115 void CloudPrintProxyService::OnTokenExpiredNotificationClosed(bool by_user) { in OnTokenExpiredNotificationClosed() argument
|
D | cloud_print_proxy_service.h | 66 void OnTokenExpiredNotificationClosed(bool by_user);
|
/external/chromium/chrome/browser/chromeos/ |
D | locale_change_guard.cc | 29 void Close(bool by_user); 217 void LocaleChangeGuard::Delegate::Close(bool by_user) { in Close() argument 218 if (by_user) in Close()
|
/external/chromium/chrome/browser/chromeos/notifications/ |
D | balloon_view.h | 55 virtual void Close(bool by_user); 98 void DelayedClose(bool by_user);
|
D | balloon_view.cc | 230 void BalloonViewImpl::Close(bool by_user) { in Close() argument 235 &BalloonViewImpl::DelayedClose, by_user)); in Close() 334 void BalloonViewImpl::DelayedClose(bool by_user) { in DelayedClose() argument 337 balloon_->OnClose(by_user); in DelayedClose()
|
D | system_notification.h | 70 void Close(bool by_user) {} in Close() argument
|
/external/chromium/chrome/browser/ui/cocoa/notifications/ |
D | balloon_view_bridge.mm | 20 void BalloonViewBridge::Close(bool by_user) { 21 [controller_ closeBalloon:by_user];
|
D | balloon_view_bridge.h | 28 virtual void Close(bool by_user);
|
/external/chromium/chrome/browser/ui/gtk/notifications/ |
D | balloon_view_gtk.h | 50 virtual void Close(bool by_user); 69 void DelayedClose(bool by_user);
|
D | balloon_view_gtk.cc | 118 void BalloonViewImpl::Close(bool by_user) { in Close() argument 120 if (!by_user && menu_showing_) { in Close() 126 &BalloonViewImpl::DelayedClose, by_user)); in Close() 146 void BalloonViewImpl::DelayedClose(bool by_user) { in DelayedClose() argument 153 balloon_->OnClose(by_user); in DelayedClose()
|
/external/chromium/chrome/browser/ui/views/notifications/ |
D | balloon_view.h | 63 virtual void Close(bool by_user) OVERRIDE; 108 void DelayedClose(bool by_user);
|
D | balloon_view.cc | 118 void BalloonViewImpl::Close(bool by_user) { in Close() argument 121 &BalloonViewImpl::DelayedClose, by_user)); in Close() 156 void BalloonViewImpl::DelayedClose(bool by_user) { in DelayedClose() argument 164 balloon_->OnClose(by_user); in DelayedClose()
|
/external/chromium/chrome/browser/ |
D | background_contents_service.cc | 64 void Close(bool by_user) {} in Close() argument
|