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

  /external/chromium_org/ash/frame/
custom_frame_view_ash.cc 53 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::HeaderView::GetMinimumWidth() const
    [all...]
custom_frame_view_ash.h 29 class ASH_EXPORT CustomFrameViewAsh : public views::NonClientFrameView {
34 explicit CustomFrameViewAsh(views::Widget* frame);
35 virtual ~CustomFrameViewAsh();
39 // CustomFrameViewAsh does not take ownership of
95 DISALLOW_COPY_AND_ASSIGN(CustomFrameViewAsh);
custom_frame_view_ash_unittest.cc 23 // 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_view = delegate->custom_frame_view()
    [all...]
  /external/chromium_org/ash/wm/
resize_shadow_and_cursor_unittest.cc 26 // views::WidgetDelegate which uses ash::CustomFrameViewAsh.
44 return new ash::CustomFrameViewAsh(widget);
  /external/chromium_org/chrome/browser/ui/views/apps/
chrome_native_app_window_views.cc 504 // Set the delegate now because CustomFrameViewAsh sets the
522 ash::CustomFrameViewAsh* custom_frame_view =
523 new ash::CustomFrameViewAsh(widget);
  /external/chromium_org/ash/
shell.cc 358 return new CustomFrameViewAsh(widget);
    [all...]

Completed in 156 milliseconds