HomeSort by relevance Sort by last modified time
    Searched defs:header_view_ (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/ash/wm/
custom_frame_view_ash.h 41 // and hides |header_view_| in immersive fullscreen.
80 HeaderView* header_view_; member in class:ash::CustomFrameViewAsh
header_painter.h 73 // not within the top |header_height_| of |header_view_|. |point| is in the
74 // coordinates of |header_view_|'s widget. The client view must be hittested
76 // |header_height_| of |header_view_|.
141 // Returns the header bounds in the coordinates of |header_view_|. The header
142 // is assumed to be positioned at the top left corner of |header_view_| and to
143 // have the same width as |header_view_|.
172 views::View* header_view_; member in class:ash::HeaderPainter
custom_frame_view_ash.cc 354 HeaderView* header_view_; member in class:ash::CustomFrameViewAsh::OverlayView
360 : header_view_(header_view) {
368 int onscreen_height = header_view_->GetPreferredOnScreenHeight();
370 header_view_->SetVisible(false);
372 int height = header_view_->GetPreferredHeight();
373 header_view_->SetBounds(0, onscreen_height - height, width(), height);
374 header_view_->SetVisible(true);
381 return header_view_->HitTestRect(rect);
392 header_view_(new HeaderView(frame)),
395 // |header_view_| is set as the non client view's overlay view so that it ca
    [all...]

Completed in 481 milliseconds