Searched refs:GetButtonState (Results 1 - 16 of 16) sorted by relevance

/external/chromium_org/ui/events/gesture_detection/
H A Dmotion_event.cc52 lhs.GetButtonState() != rhs.GetButtonState() ||
H A Dmotion_event.h65 virtual int GetButtonState() const = 0;
H A Dmotion_event_generic.h56 virtual int GetButtonState() const OVERRIDE;
H A Dmotion_event_buffer.cc163 event->set_button_state(event0.GetButtonState());
230 virtual int GetButtonState() const OVERRIDE {
231 return latest().GetButtonState();
H A Dmotion_event_generic.cc137 int MotionEventGeneric::GetButtonState() const { function in class:ui::MotionEventGeneric
H A Dmotion_event_generic_unittest.cc40 EXPECT_EQ(MotionEvent::BUTTON_PRIMARY, event.GetButtonState());
H A Dmotion_event_buffer_unittest.cc87 EXPECT_EQ(a.GetButtonState(), b.GetButtonState());
/external/chromium_org/chrome/browser/ui/cocoa/location_bar/
H A Dbutton_decoration.h39 ButtonState GetButtonState() const;
/external/chromium_org/content/browser/renderer_host/input/
H A Dgesture_text_selector.cc70 event.GetButtonState() == ui::MotionEvent::BUTTON_SECONDARY;
H A Dmotion_event_web.h35 virtual int GetButtonState() const OVERRIDE;
H A Dmotion_event_android.h79 virtual int GetButtonState() const OVERRIDE;
H A Dmotion_event_web.cc157 int MotionEventWeb::GetButtonState() const { function in class:content::MotionEventWeb
H A Dmotion_event_android_unittest.cc106 EXPECT_EQ(MotionEvent::BUTTON_PRIMARY, event.GetButtonState());
H A Dmotion_event_android.cc377 int MotionEventAndroid::GetButtonState() const { function in class:content::MotionEventAndroid
/external/chromium_org/ui/events/gestures/
H A Dmotion_event_aura.h41 virtual int GetButtonState() const OVERRIDE;
H A Dmotion_event_aura.cc175 int MotionEventAura::GetButtonState() const { function in class:ui::MotionEventAura

Completed in 6425 milliseconds