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

  /external/chromium_org/ash/wm/
custom_frame_view_ash.h 32 class ASH_EXPORT CustomFrameViewAsh : public views::NonClientFrameView {
37 explicit CustomFrameViewAsh(views::Widget* frame);
38 virtual ~CustomFrameViewAsh();
42 // CustomFrameViewAsh does not take ownership of
85 DISALLOW_COPY_AND_ASSIGN(CustomFrameViewAsh);
custom_frame_view_ash.cc 53 ash::CustomFrameViewAsh* custom_frame_view)
131 // CustomFrameViewAsh::HeaderView
135 class CustomFrameViewAsh::HeaderView
209 CustomFrameViewAsh::HeaderView::HeaderView(views::Widget* frame)
233 CustomFrameViewAsh::HeaderView::~HeaderView() {
240 void CustomFrameViewAsh::HeaderView::SchedulePaintForTitle() {
244 void CustomFrameViewAsh::HeaderView::ResetWindowControls() {
248 int CustomFrameViewAsh::HeaderView::GetPreferredOnScreenHeight() const {
256 int CustomFrameViewAsh::HeaderView::GetPreferredHeight() const {
262 int CustomFrameViewAsh::HeaderView::GetMinimumWidth() const
    [all...]

Completed in 205 milliseconds