Searched defs:touches (Results 1 - 12 of 12) sorted by relevance

/external/skia/tests/
H A DPathOpsBoundsTest.cpp55 bool touches = SkPathOpsBounds::Intersects(bounds1, bounds2); local
56 REPORTER_ASSERT(reporter, touches);
63 bool touches = SkPathOpsBounds::Intersects(bounds1, bounds2); local
64 REPORTER_ASSERT(reporter, !touches);
/external/chromium_org/ppapi/shared_impl/
H A Dppb_input_event_shared.h53 std::vector<PP_TouchPoint> touches; member in struct:ppapi::InputEventData
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DTouchEvent.cpp43 TouchEvent::TouchEvent(TouchList* touches, TouchList* targetTouches, argument
51 , m_touches(touches)
62 void TouchEvent::initTouchEvent(TouchList* touches, TouchList* targetTouches, argument
72 m_touches = touches;
H A DTouchEvent.h44 static PassRefPtr<TouchEvent> create(TouchList* touches, argument
50 return adoptRef(new TouchEvent(touches, targetTouches, changedTouches,
55 void initTouchEvent(TouchList* touches, TouchList* targetTouches,
61 TouchList* touches() const { return m_touches.get(); } function in class:WebCore::TouchEvent
65 void setTouches(PassRefPtr<TouchList> touches) { m_touches = touches; } argument
75 TouchEvent(TouchList* touches, TouchList* targetTouches,
H A DEventContext.h92 TouchList* touches() { return m_touches.get(); } function in class:WebCore::TouchEventContext
/external/chromium_org/third_party/WebKit/Source/web/
H A DWebInputEventConversion.cpp411 m_touchPoints.append(PlatformTouchPointBuilder(widget, event.touches[i]));
502 if (!event.touches())
504 if (event.touches()->length() != 1) {
505 if (event.touches()->length() || event.type() != eventNames().touchendEvent || !event.changedTouches() || event.changedTouches()->length() != 1)
509 const Touch* touch = event.touches()->length() == 1 ? event.touches()->item(0) : event.changedTouches()->item(0);
677 static void addTouchPoints(const Widget* widget, const AtomicString& touchType, TouchList* touches, WebTouchPoint* touchPoints, unsigned* touchPointsLength, const WebCore::RenderObject* renderObject) argument
679 unsigned numberOfTouches = std::min(touches->length(), static_cast<unsigned>(WebTouchEvent::touchesLengthCap));
681 const Touch* touch = touches->item(i);
717 addTouchPoints(widget, event.type(), event.touches(), touche
[all...]
/external/chromium_org/native_client_sdk/src/examples/api/input_event/
H A Dcustom_events.h187 std::vector<Touch> touches; member in class:TouchEvent
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DRangeInputType.cpp171 TouchList* touches = event->targetTouches(); local
172 if (touches->length() == 1) {
173 Touch* touch = touches->item(0);
/external/chromium_org/content/renderer/pepper/
H A Devent_conversion.cc220 void SetPPTouchPoints(const WebTouchPoint* touches, uint32_t touches_length, argument
223 const WebTouchPoint& touch_point = touches[i];
242 SetPPTouchPoints(touch_event.touches, touch_event.touchesLength,
243 &result.touches);
255 // we have to set the state for the changed touches to be the same as the event
323 SetWebTouchPoints(event.touches, states_map, web_event->touches,
332 web_event->touches, &web_event->touchesLength);
/external/chromium_org/third_party/WebKit/public/web/
H A DWebInputEvent.h465 // Maximum number of simultaneous touches supported on
470 // List of all touches which are currently down.
471 WebTouchPoint touches[touchesLengthCap]; member in class:WebKit::WebTouchEvent
474 // List of all touches whose state has changed since the last WebTouchEvent
478 // List of all touches which are currently down and are targeting the event recipient.
/external/chromium_org/third_party/WebKit/Source/core/page/
H A DEventHandler.cpp3536 // First build up the lists to use for the 'touches', 'targetTouches' and 'changedTouches' attributes
3540 // Holds the complete set of touches on the screen and will be used as the 'touches' list in the JS event.
3541 RefPtr<TouchList> touches = TouchList::create(); local
3543 // A different view on the 'touches' list above, filtered and grouped by event target. Used for the
3548 // Array of touches per state, used to assemble the 'changedTouches' list in the JS event.
3551 // The touches corresponding to the particular change state this struct instance represents.
3686 // touches and targetTouches should only contain information about touches still on the screen, so if this point is
3689 touches
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.jface.text_3.6.1.r361_v20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 257 milliseconds