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

  /external/chromium_org/ash/frame/caption_buttons/
frame_caption_button_container_view.cc 35 // Duration of the animation of the alpha of |size_button_|.
51 // animate the alpha of |size_button_|.
62 // |size_button_|.
69 // |size_button_|.
76 // |size_button_|.
116 size_button_(NULL),
133 size_button_ = new FrameSizeButton(this, frame, this);
134 size_button_->SetAccessibleName(
136 size_button_->SetVisible(size_button_visibility);
137 AddChildView(size_button_);
    [all...]
frame_caption_button_container_view.h 64 return container_view_->size_button_;
161 // and |size_button_| is visible.
163 FrameCaptionButton* size_button_; member in class:ash::FrameCaptionButtonContainerView
171 // visibility of |size_button_|.
frame_size_button_unittest.cc 109 size_button_->state() == views::Button::STATE_NORMAL &&
139 size_button_ = test.size_button();
141 size_button_)->set_delay_to_set_buttons_to_snap_mode(0);
149 FrameCaptionButton* size_button() { return size_button_; }
156 FrameCaptionButton* size_button_; member in class:ash::test::FrameSizeButtonTest

Completed in 48 milliseconds