HomeSort by relevance Sort by last modified time
    Searched full:touchpoints (Results 1 - 20 of 20) sorted by null

  /external/chromium_org/third_party/WebKit/Source/platform/
PlatformTouchEvent.h 36 const Vector<PlatformTouchPoint>& touchPoints() const { return m_touchPoints; }
  /external/chromium_org/third_party/WebKit/Source/web/tests/
WebInputEventConversionTest.cpp 233 EXPECT_EQ(10, platformTouchBuilder.touchPoints()[0].screenPos().x());
234 EXPECT_EQ(10, platformTouchBuilder.touchPoints()[0].screenPos().y());
235 EXPECT_EQ(5, platformTouchBuilder.touchPoints()[0].pos().x());
236 EXPECT_EQ(5, platformTouchBuilder.touchPoints()[0].pos().y());
237 EXPECT_EQ(5, platformTouchBuilder.touchPoints()[0].radiusX());
238 EXPECT_EQ(5, platformTouchBuilder.touchPoints()[0].radiusY());
432 EXPECT_EQ(100, platformTouchBuilder.touchPoints()[0].screenPos().x());
433 EXPECT_EQ(110, platformTouchBuilder.touchPoints()[0].screenPos().y());
434 EXPECT_EQ(30, platformTouchBuilder.touchPoints()[0].pos().x());
435 EXPECT_EQ(30, platformTouchBuilder.touchPoints()[0].pos().y())
    [all...]
  /external/chromium_org/third_party/WebKit/Source/testing/runner/
EventSender.cpp 107 vector<WebTouchPoint> touchPoints;
359 touchPoints.clear();
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorInputAgent.cpp 188 void InspectorInputAgent::dispatchTouchEvent(ErrorString* error, const String& type, const RefPtr<JSONArray>& touchPoints, const int* modifiers, const double* timestamp)
208 for (iter = touchPoints->begin(); iter != touchPoints->end(); ++iter) {
242 *error = "All or none of the provided TouchPoints must supply positive integer ids.";
InspectorInputAgent.h 58 virtual void dispatchTouchEvent(ErrorString*, const String& type, const RefPtr<JSONArray>& touchPoints, const int* modifiers, const double* timestamp);
InspectorDOMAgent.cpp 174 const Vector<PlatformTouchPoint>& points = event.touchPoints();
    [all...]
  /external/chromium/chrome/browser/renderer_host/
render_widget_host_view_views.cc 514 point = &touch_event_.touchPoints[touch_event_.touchPointsLength++];
539 point = touch_event_.touchPoints + i;
572 WebKit::WebTouchPoint* iter = touch_event_.touchPoints + i;
588 for (int i = point - touch_event_.touchPoints;
591 touch_event_.touchPoints[i] = touch_event_.touchPoints[i + 1];
  /external/chromium_org/third_party/WebKit/Source/web/
WebInputEvent.cpp 63 WebTouchPoint touchPoints[3 * WebTouchEvent::touchesLengthCap];
WebInputEventConversion.cpp 699 static void addTouchPoints(const Widget* widget, const AtomicString& touchType, TouchList* touches, WebTouchPoint* touchPoints, unsigned* touchPointsLength, const WebCore::RenderObject* renderObject)
715 touchPoints[i] = point;
  /frameworks/base/docs/html/guide/topics/renderscript/
advanced.jd 363 ScriptField_Point touchPoints = new ScriptField_Point(myRenderScript, 2,
410 Point_t *touchPoints;
592 <code>intPointer</code>, and a pointer to a struct, <code>touchPoints</code>. It also binds the memory to the
604 ScriptField_Point touchPoints = new ScriptField_Point(myRenderScript, 2);
613 mScript.bind_touchPoints(touchPoints);
  /external/chromium_org/ppapi/api/
ppb_input_event.idl 789 * The list of all TouchPoints which are currently down.
794 * The list of all TouchPoints whose state has changed since the last
800 * The list of all TouchPoints which are targeting this plugin. This is a
    [all...]
  /external/chromium_org/ppapi/c/
ppb_input_event.h 775 * The list of all TouchPoints which are currently down.
779 * The list of all TouchPoints whose state has changed since the last
784 * The list of all TouchPoints which are targeting this plugin. This is a
    [all...]
  /external/chromium_org/ppapi/cpp/
input_event.h 333 /// @return The number of TouchPoints in this TouchList.
  /external/chromium_org/chrome/test/chromedriver/chrome/
web_view_impl.cc 274 params.Set("touchPoints", point_list.release());
  /external/chromium_org/content/browser/renderer_host/
render_widget_host_view_win.cc 350 // Marks all active touchpoints as released.
    [all...]
  /frameworks/base/docs/html/about/versions/
android-4.0-highlights.jd 319 communication and sharing touchpoints across the system, making it easy to talk,
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.engine_2.0.0.v20100606.jar 
  /external/chromium_org/third_party/WebKit/Source/core/page/
EventHandler.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/
Inspector-1.1.json     [all...]
protocol.json     [all...]

Completed in 1188 milliseconds