HomeSort by relevance Sort by last modified time
    Searched refs:MessageCenterWidgetDelegate (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/chrome/browser/ui/views/message_center/
message_center_widget_delegate.cc 31 MessageCenterWidgetDelegate::MessageCenterWidgetDelegate(
63 MessageCenterWidgetDelegate::~MessageCenterWidgetDelegate() {
70 views::View* MessageCenterWidgetDelegate::GetContentsView() {
75 MessageCenterWidgetDelegate::CreateNonClientFrameView(views::Widget* widget) {
81 void MessageCenterWidgetDelegate::DeleteDelegate() {
85 views::Widget* MessageCenterWidgetDelegate::GetWidget() {
89 const views::Widget* MessageCenterWidgetDelegate::GetWidget() const {
93 void MessageCenterWidgetDelegate::OnWidgetActivationChanged
    [all...]
message_center_widget_delegate.h 47 // MessageCenterWidgetDelegate is the message center's client view. It also
51 class MessageCenterWidgetDelegate : public views::WidgetDelegate,
55 MessageCenterWidgetDelegate(WebNotificationTray* tray,
60 virtual ~MessageCenterWidgetDelegate();
web_notification_tray.h 42 class MessageCenterWidgetDelegate;
106 MessageCenterWidgetDelegate* GetMessageCenterWidgetDelegateForTest();
115 MessageCenterWidgetDelegate* message_center_delegate_;
web_notification_tray.cc 182 new MessageCenterWidgetDelegate(this,
205 new MessageCenterWidgetDelegate(this,
403 MessageCenterWidgetDelegate*

Completed in 64 milliseconds