Searched defs:FrameCaptionButton (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/ash/frame/caption_buttons/
H A Dframe_caption_button.cc26 const char FrameCaptionButton::kViewClassName[] = "FrameCaptionButton";
28 FrameCaptionButton::FrameCaptionButton(views::ButtonListener* listener, function in class:ash::FrameCaptionButton
46 FrameCaptionButton::~FrameCaptionButton() {
49 void FrameCaptionButton::SetImages(CaptionButtonIcon icon,
94 bool FrameCaptionButton::IsAnimatingImageSwap() const {
98 void FrameCaptionButton::SetAlpha(int alpha) {
105 gfx::Size FrameCaptionButton
[all...]
H A Dframe_caption_button.h22 class ASH_EXPORT FrameCaptionButton : public views::CustomButton { class in namespace:ash
31 FrameCaptionButton(views::ButtonListener* listener, CaptionButtonIcon icon);
32 virtual ~FrameCaptionButton();
104 DISALLOW_COPY_AND_ASSIGN(FrameCaptionButton);

Completed in 998 milliseconds