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

  /external/chromium_org/ash/frame/caption_buttons/
frame_size_button.h 30 class ASH_EXPORT FrameSizeButton : public FrameCaptionButton {
32 FrameSizeButton(views::ButtonListener* listener,
36 virtual ~FrameSizeButton();
100 base::OneShotTimer<FrameSizeButton> set_buttons_to_snap_mode_timer_;
116 DISALLOW_COPY_AND_ASSIGN(FrameSizeButton);
frame_size_button.cc 47 FrameSizeButton::FrameSizeButton(
59 FrameSizeButton::~FrameSizeButton() {
62 bool FrameSizeButton::OnMousePressed(const ui::MouseEvent& event) {
75 bool FrameSizeButton::OnMouseDragged(const ui::MouseEvent& event) {
85 void FrameSizeButton::OnMouseReleased(const ui::MouseEvent& event) {
90 void FrameSizeButton::OnMouseCaptureLost() {
95 void FrameSizeButton::OnMouseMoved(const ui::MouseEvent& event) {
101 void FrameSizeButton::OnGestureEvent(ui::GestureEvent* event)
    [all...]
frame_caption_button_container_view.cc 59 size_button_ = new FrameSizeButton(this, frame, this);
frame_size_button_unittest.cc 137 static_cast<FrameSizeButton*>(

Completed in 86 milliseconds