/external/chromium_org/third_party/WebKit/Source/core/dom/ |
D | TouchList.h | 43 static PassRefPtr<TouchList> create(Vector<RefPtr<Touch> >& touches) in create() 61 TouchList(Vector<RefPtr<Touch> >& touches) in TouchList()
|
/external/chromium_org/third_party/WebKit/Source/core/events/ |
D | TouchEvent.h | 44 static PassRefPtr<TouchEvent> create(TouchList* touches, in create() 61 TouchList* touches() const { return m_touches.get(); } in touches() function 65 void setTouches(PassRefPtr<TouchList> touches) { m_touches = touches; } in setTouches()
|
D | TouchEvent.cpp | 42 TouchEvent::TouchEvent(TouchList* touches, TouchList* targetTouches, in TouchEvent() 61 void TouchEvent::initTouchEvent(TouchList* touches, TouchList* targetTouches, in initTouchEvent()
|
D | EventContext.h | 46 TouchList* touches() { return m_touches.get(); } in touches() function
|
/external/skia/tests/ |
D | PathOpsBoundsTest.cpp | 55 bool touches = SkPathOpsBounds::Intersects(bounds1, bounds2); in PathOpsBoundsTest() local 63 bool touches = SkPathOpsBounds::Intersects(bounds1, bounds2); in PathOpsBoundsTest() local
|
/external/chromium_org/ppapi/shared_impl/ |
D | ppb_input_event_shared.h | 57 std::vector<PP_TouchPoint> touches; member
|
/external/chromium/chrome/browser/resources/ntp4/ |
D | touch_handler.js | 530 findActiveTouch_: function(touches) { argument
|
/external/chromium_org/ui/events/gestures/ |
D | gesture_recognizer_impl.cc | 195 void GestureRecognizerImpl::CancelTouches( in CancelTouches()
|
/external/chromium/chrome/browser/resources/touch_ntp/ |
D | touchhandler.js | 530 findActiveTouch_: function(touches) { argument
|
/external/chromium_org/ui/webui/resources/js/cr/ui/ |
D | touch_handler.js | 545 findActiveTouch_: function(touches) { argument
|
/external/chromium_org/third_party/WebKit/Source/core/html/forms/ |
D | RangeInputType.cpp | 172 TouchList* touches = event->targetTouches(); in handleTouchEvent() local
|
/external/chromium_org/third_party/WebKit/Source/web/ |
D | WebInputEventConversion.cpp | 699 static void addTouchPoints(const Widget* widget, const AtomicString& touchType, TouchList* touches,… in addTouchPoints()
|
/external/chromium_org/content/renderer/pepper/ |
D | event_conversion.cc | 221 void SetPPTouchPoints(const WebTouchPoint* touches, uint32_t touches_length, in SetPPTouchPoints()
|
/external/chromium_org/native_client_sdk/src/gonacl_appengine/src/voronoi/ |
D | voronoi.cc | 424 pp::TouchInputEvent touches = pp::TouchInputEvent(event); in HandleEvent() local
|
/external/chromium_org/native_client_sdk/src/examples/demo/voronoi/ |
D | voronoi.cc | 453 pp::TouchInputEvent touches = pp::TouchInputEvent(event); in HandleEvent() local
|
/external/chromium_org/third_party/WebKit/public/web/ |
D | WebInputEvent.h | 478 WebTouchPoint touches[touchesLengthCap]; variable
|
/external/chromium_org/native_client_sdk/src/examples/demo/earth/ |
D | earth.cc | 724 pp::TouchInputEvent touches = pp::TouchInputEvent(event); in HandleEvent() local
|
/external/chromium_org/third_party/WebKit/Source/core/page/ |
D | EventHandler.cpp | 3600 RefPtr<TouchList> touches = TouchList::create(); in handleTouchEvent() local
|