/external/chromium_org/ash/wm/ |
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...] |
header_painter.cc | 148 header_view_(NULL), 181 header_view_ = header_view; 230 views::View::ConvertPointFromWidget(header_view_, &point_in_header_view); 375 header_view_->width() - top_left_width - top_right_corner_->width(), 381 header_view_->width() - top_right_corner_->width(), 0, 394 header_view_->width() - header_right_edge_->width(), 406 header_view_->width(), 426 header_view_->GetMirroredXForRect(title_bounds), 443 header_view_->width() - caption_button_container_size.width(), 458 header_view_->SchedulePaintInRect(GetTitleBounds(title_font)) [all...] |
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
|