Searched refs:GetAction (Results 26 - 50 of 60) sorted by relevance

123

/external/chromium_org/ui/events/gesture_detection/
H A Dmotion_event_generic.h43 virtual Action GetAction() const OVERRIDE;
H A Dmotion_event_generic.cc74 MotionEvent::Action MotionEventGeneric::GetAction() const { function in class:ui::MotionEventGeneric
H A Dmotion_event_generic_unittest.cc33 EXPECT_EQ(MotionEvent::ACTION_POINTER_DOWN, event.GetAction());
H A Dscale_gesture_detector.cc94 const int action = event.GetAction();
H A Dgesture_detector.cc199 const MotionEvent::Action action = ev.GetAction();
H A Dmotion_event_buffer_unittest.cc85 EXPECT_EQ(a.GetAction(), b.GetAction());
/external/eigen/Eigen/src/Core/util/
H A DConstants.h425 enum Action {GetAction, SetAction}; enumerator in enum:Eigen::Action
/external/pdfium/core/src/fpdfdoc/
H A Ddoc_link.cpp102 CPDF_Action CPDF_Link::GetAction() function in class:CPDF_Link
H A Ddoc_action.cpp290 CPDF_Action CPDF_AAction::GetAction(AActionType eType) const function in class:CPDF_AAction
/external/chromium_org/content/browser/renderer_host/input/
H A Dmotion_event_android_unittest.cc86 EXPECT_EQ(MotionEvent::ACTION_DOWN, event.GetAction());
200 EXPECT_EQ(MotionEvent::ACTION_CANCEL, cancel_event->GetAction());
H A Dtouch_handle.cc121 if (!is_dragging_ && event.GetAction() != ui::MotionEvent::ACTION_DOWN)
124 switch (event.GetAction()) {
H A Dmotion_event_android.h56 virtual Action GetAction() const OVERRIDE;
H A Dmotion_event_web.cc76 MotionEventWeb::Action MotionEventWeb::GetAction() const { function in class:content::MotionEventWeb
H A Dweb_input_event_util.cc191 event.GetAction(),
265 ToWebInputEventType(event.GetAction()),
H A Dmotion_event_android.cc261 MotionEventAndroid::Action MotionEventAndroid::GetAction() const { function in class:content::MotionEventAndroid
/external/chromium_org/chrome/browser/chromeos/policy/
H A Dconfiguration_policy_handler_chromeos.cc94 scoped_ptr<base::Value> GetAction(const base::DictionaryValue* dict, function in namespace:policy::__anon3401
430 value = GetAction(dict, kIdleActionAC);
446 value = GetAction(dict, kIdleActionBattery);
/external/pdfium/fpdfsdk/src/
H A Dfpdfformfill.cpp391 CPDF_Action action = aa.GetAction((CPDF_AAction::AActionType)aaType);
425 CPDF_Action action = aa.GetAction(CPDF_AAction::OpenPage);
434 CPDF_Action action = aa.GetAction(CPDF_AAction::ClosePage);
/external/chromium_org/ui/events/test/
H A Dmock_motion_event.cc165 switch (GetAction()) {
/external/pdfium/fpdfsdk/include/
H A Dfsdk_baseannot.h143 CPDF_Action GetAction() const;
/external/pdfium/fpdfsdk/src/formfiller/
H A DFFL_Notify.cpp153 MyAction = aaction.GetAction(eAAT);
/external/chromium_org/chrome/browser/download/
H A Ddownload_request_limiter_unittest.cc88 int GetAction() { function in class:DownloadRequestLimiterTest
211 int action = test_->GetAction();
/external/chromium_org/ui/events/gestures/
H A Dmotion_event_aura.cc110 MotionEvent::Action MotionEventAura::GetAction() const { function in class:ui::MotionEventAura
/external/pdfium/core/include/fpdfdoc/
H A Dfpdf_doc.h130 CPDF_Action GetAction();
488 CPDF_Action GetAction(AActionType eType) const;
598 CPDF_Action GetAction();
1504 CPDF_Action GetAction();
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
H A Dwebrtcsession.h242 static Action GetAction(const std::string& type);
H A Dwebrtcsession.cc736 Action action = GetAction(desc->type());
795 Action action = GetAction(desc->type());
882 WebRtcSession::Action WebRtcSession::GetAction(const std::string& type) { function in class:webrtc::WebRtcSession
1633 Action action = GetAction(sdesc->type());

Completed in 617 milliseconds

123