/external/chromium_org/ui/views/window/ |
D | non_client_view.h | 79 virtual void UpdateWindowTitle() = 0; 191 void UpdateWindowTitle();
|
D | native_frame_view.h | 30 virtual void UpdateWindowTitle() OVERRIDE;
|
D | non_client_view.cc | 111 void NonClientView::UpdateWindowTitle() { in UpdateWindowTitle() function in views::NonClientView 112 frame_view_->UpdateWindowTitle(); in UpdateWindowTitle()
|
D | native_frame_view.cc | 69 void NativeFrameView::UpdateWindowTitle() { in UpdateWindowTitle() function in views::NativeFrameView
|
D | custom_frame_view.h | 50 virtual void UpdateWindowTitle() OVERRIDE;
|
D | dialog_delegate_unittest.cc | 224 dialog()->GetWidget()->UpdateWindowTitle(); in TEST_F()
|
/external/chromium_org/chrome/browser/ui/views/message_center/ |
D | message_center_frame_view.h | 33 virtual void UpdateWindowTitle() OVERRIDE;
|
D | message_center_frame_view.cc | 63 void MessageCenterFrameView::UpdateWindowTitle() { in UpdateWindowTitle() function in message_center::MessageCenterFrameView
|
/external/chromium_org/apps/ui/ |
D | native_app_window.h | 36 virtual void UpdateWindowTitle() = 0;
|
/external/chromium_org/chrome/browser/ui/views/apps/ |
D | glass_app_window_frame_view_win.h | 36 virtual void UpdateWindowTitle() OVERRIDE {} in UpdateWindowTitle() function
|
/external/chromium_org/ash/wm/panels/ |
D | panel_frame_view.h | 52 virtual void UpdateWindowTitle() OVERRIDE;
|
D | panel_frame_view.cc | 95 void PanelFrameView::UpdateWindowTitle() { in UpdateWindowTitle() function in ash::PanelFrameView
|
/external/chromium_org/ash/frame/ |
D | custom_frame_view_ash.h | 53 virtual void UpdateWindowTitle() OVERRIDE;
|
/external/chromium_org/apps/ui/views/ |
D | app_window_frame_view.h | 77 virtual void UpdateWindowTitle() OVERRIDE {} in UpdateWindowTitle() function
|
D | native_app_window_views.cc | 327 void NativeAppWindowViews::UpdateWindowTitle() { widget_->UpdateWindowTitle(); } in UpdateWindowTitle() function in apps::NativeAppWindowViews
|
D | native_app_window_views.h | 142 virtual void UpdateWindowTitle() OVERRIDE;
|
/external/chromium_org/chrome/browser/ui/views/frame/ |
D | glass_browser_frame_view.h | 41 virtual void UpdateWindowTitle() OVERRIDE {} in UpdateWindowTitle() function
|
D | browser_non_client_frame_view_ash.h | 53 virtual void UpdateWindowTitle() OVERRIDE;
|
D | opaque_browser_frame_view.h | 59 virtual void UpdateWindowTitle() OVERRIDE;
|
/external/chromium_org/ui/views/bubble/ |
D | bubble_frame_view.h | 48 virtual void UpdateWindowTitle() OVERRIDE;
|
D | bubble_frame_view.cc | 159 void BubbleFrameView::UpdateWindowTitle() { in UpdateWindowTitle() function in views::BubbleFrameView 227 UpdateWindowTitle(); in OnThemeChanged()
|
/external/chromium_org/chrome/browser/ui/views/panels/ |
D | panel_frame_view.h | 67 virtual void UpdateWindowTitle() OVERRIDE;
|
D | panel_stack_view.cc | 154 window_->UpdateWindowTitle(); in AddPanel() 329 window_->UpdateWindowTitle(); in DrawSystemAttention()
|
D | panel_view.cc | 532 UpdateWindowTitle(); in UpdatePanelTitleBar() 916 void PanelView::UpdateWindowTitle() { in UpdateWindowTitle() function in PanelView 917 window_->UpdateWindowTitle(); in UpdateWindowTitle()
|
/external/chromium_org/chrome/browser/ui/cocoa/apps/ |
D | native_app_window_cocoa.h | 125 virtual void UpdateWindowTitle() OVERRIDE;
|