Searched refs:CustomFrameViewAsh (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/ash/frame/
H A Dcustom_frame_view_ash.cc53 ash::CustomFrameViewAsh* custom_frame_view)
124 // CustomFrameViewAsh::HeaderView
128 class CustomFrameViewAsh::HeaderView
199 CustomFrameViewAsh::HeaderView::HeaderView(views::Widget* frame)
220 CustomFrameViewAsh::HeaderView::~HeaderView() {
224 void CustomFrameViewAsh::HeaderView::SchedulePaintForTitle() {
228 void CustomFrameViewAsh::HeaderView::ResetWindowControls() {
232 int CustomFrameViewAsh::HeaderView::GetPreferredOnScreenHeight() const {
240 int CustomFrameViewAsh::HeaderView::GetPreferredHeight() const {
244 int CustomFrameViewAsh
434 CustomFrameViewAsh::CustomFrameViewAsh(views::Widget* frame) function in class:ash::CustomFrameViewAsh
[all...]
H A Dcustom_frame_view_ash.h29 class ASH_EXPORT CustomFrameViewAsh : public views::NonClientFrameView { class in namespace:ash
34 explicit CustomFrameViewAsh(views::Widget* frame);
35 virtual ~CustomFrameViewAsh();
39 // CustomFrameViewAsh does not take ownership of
95 DISALLOW_COPY_AND_ASSIGN(CustomFrameViewAsh);
H A Dcustom_frame_view_ash_unittest.cc23 // A views::WidgetDelegate which uses a CustomFrameViewAsh.
31 custom_frame_view_ = new CustomFrameViewAsh(widget);
35 CustomFrameViewAsh* custom_frame_view() const {
41 CustomFrameViewAsh* custom_frame_view_;
149 // Verify that CustomFrameViewAsh returns the correct minimum and maximum frame
155 CustomFrameViewAsh* custom_frame_view = delegate->custom_frame_view();
166 // Verify that CustomFrameViewAsh returns the correct minimum and maximum frame
176 CustomFrameViewAsh* custom_frame_view = delegate->custom_frame_view();
188 // Verify that CustomFrameViewAsh updates the avatar icon based on the
194 CustomFrameViewAsh* custom_frame_vie
[all...]
/external/chromium_org/ash/wm/
H A Dresize_shadow_and_cursor_unittest.cc26 // views::WidgetDelegate which uses ash::CustomFrameViewAsh.
44 return new ash::CustomFrameViewAsh(widget);
/external/chromium_org/chrome/browser/ui/views/apps/
H A Dchrome_native_app_window_views.cc504 // Set the delegate now because CustomFrameViewAsh sets the
522 ash::CustomFrameViewAsh* custom_frame_view =
523 new ash::CustomFrameViewAsh(widget);
/external/chromium_org/ash/
H A Dshell.cc358 return new CustomFrameViewAsh(widget);

Completed in 1715 milliseconds