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

  /external/chromium_org/ash/frame/caption_buttons/
frame_size_button_delegate.h 18 class FrameCaptionButton;
43 virtual const FrameCaptionButton* GetButtonClosestTo(
49 const FrameCaptionButton* to_hover,
50 const FrameCaptionButton* to_press) = 0;
frame_caption_button_container_view.h 51 FrameCaptionButton* minimize_button() const {
55 FrameCaptionButton* size_button() const {
59 FrameCaptionButton* close_button() const {
121 void SetButtonIcon(FrameCaptionButton* button,
135 virtual const FrameCaptionButton* GetButtonClosestTo(
138 const FrameCaptionButton* to_hover,
139 const FrameCaptionButton* to_press) OVERRIDE;
146 FrameCaptionButton* minimize_button_;
147 FrameCaptionButton* size_button_;
148 FrameCaptionButton* close_button_
    [all...]
frame_caption_button.cc 26 const char FrameCaptionButton::kViewClassName[] = "FrameCaptionButton";
28 FrameCaptionButton::FrameCaptionButton(views::ButtonListener* listener,
45 FrameCaptionButton::~FrameCaptionButton() {
48 void FrameCaptionButton::SetImages(CaptionButtonIcon icon,
93 bool FrameCaptionButton::IsAnimatingImageSwap() const {
97 gfx::Size FrameCaptionButton::GetPreferredSize() const {
102 const char* FrameCaptionButton::GetClassName() const
    [all...]
frame_caption_button.h 22 class ASH_EXPORT FrameCaptionButton : public views::CustomButton {
31 FrameCaptionButton(views::ButtonListener* listener, CaptionButtonIcon icon);
32 virtual ~FrameCaptionButton();
98 DISALLOW_COPY_AND_ASSIGN(FrameCaptionButton);
frame_caption_button_container_view.cc 53 minimize_button_ = new FrameCaptionButton(this, CAPTION_BUTTON_ICON_MINIMIZE);
65 close_button_ = new FrameCaptionButton(this, CAPTION_BUTTON_ICON_CLOSE);
84 FrameCaptionButton* buttons[] = {
90 FrameCaptionButton::ANIMATE_NO,
158 void FrameCaptionButtonContainerView::SetButtonIcon(FrameCaptionButton* button,
169 FrameCaptionButton::Animate fcb_animate = (animate == ANIMATE_YES) ?
170 FrameCaptionButton::ANIMATE_YES : FrameCaptionButton::ANIMATE_NO;
241 const FrameCaptionButton* FrameCaptionButtonContainerView::GetButtonClosestTo(
249 FrameCaptionButton* buttons[] =
    [all...]
frame_size_button.cc 33 bool HitTestButton(const ash::FrameCaptionButton* button,
51 : FrameCaptionButton(listener, CAPTION_BUTTON_ICON_MAXIMIZE_RESTORE),
71 FrameCaptionButton::OnMousePressed(event);
77 // By default a FrameCaptionButton reverts to STATE_NORMAL once the mouse
78 // leaves its bounds. Skip FrameCaptionButton's handling when
81 FrameCaptionButton::OnMouseDragged(event);
87 FrameCaptionButton::OnMouseReleased(event);
92 FrameCaptionButton::OnMouseCaptureLost();
98 FrameCaptionButton::OnMouseMoved(event);
109 // Go through FrameCaptionButton's handling so that the button gets pressed
    [all...]
frame_size_button.h 30 class ASH_EXPORT FrameSizeButton : public FrameCaptionButton {
73 const FrameCaptionButton* GetButtonToHover(
frame_size_button_unittest.cc 145 FrameCaptionButton* minimize_button() { return minimize_button_; }
146 FrameCaptionButton* size_button() { return size_button_; }
147 FrameCaptionButton* close_button() { return close_button_; }
152 FrameCaptionButton* minimize_button_;
153 FrameCaptionButton* size_button_;
154 FrameCaptionButton* close_button_;
frame_caption_button_container_view_unittest.cc 78 const ash::FrameCaptionButton& leftmost,
79 const ash::FrameCaptionButton& rightmost) {

Completed in 162 milliseconds