Searched refs:touch (Results 1 - 25 of 2058) sorted by relevance

1234567891011>>

/external/chromium_org/tools/gyp/test/mac/postbuild-multiple-configurations/
H A Dpostbuild-touch-file.sh7 touch "${BUILT_PRODUCTS_DIR}/postbuild-file"
/external/chromium_org/tools/gyp/test/mac/postbuild-static-library/
H A Dpostbuild-touch-file.sh7 touch "${BUILT_PRODUCTS_DIR}/$1"
/external/chromium_org/tools/gyp/test/mac/postbuild-fail/
H A Dtouch-dynamic.sh7 touch "${BUILT_PRODUCTS_DIR}/dynamic_touch"
H A Dtouch-static.sh7 touch "${BUILT_PRODUCTS_DIR}/static_touch"
/external/chromium_org/tools/gyp/test/mac/rebuild/
H A Ddelay-touch.sh6 touch "$1"
/external/chromium_org/ash/wm/panels/
H A Dattached_panel_window_targeter.cc38 // Don't update the touch insets if the shelf has not yet been created.
46 // Only update the touch insets for panels if they are attached to the shelf
53 gfx::Insets touch(default_touch_extend_);
56 touch = gfx::Insets(touch.top(), touch.left(), 0, touch.right());
59 touch = gfx::Insets(touch.top(), 0, touch
[all...]
/external/chromium_org/tools/gyp/test/many-actions/
H A Dgyptest-many-actions-unsorted.py23 test.touch('file1')
26 test.touch('file0')
29 test.touch('file2')
30 test.touch('file3')
31 test.touch('file4')
/external/chromium_org/third_party/WebKit/Source/web/tests/data/
H A Dtouch-action-tests.css2 Use a class to apply touch-action so that we can easily manually check
6 -ms-touch-action: none;
7 touch-action: none;
10 -ms-touch-action: auto;
11 touch-action: auto;
14 -ms-touch-action: pan-x;
15 touch-action: pan-x;
18 -ms-touch-action: pan-y;
19 touch-action: pan-y;
22 -ms-touch
[all...]
/external/chromium_org/content/renderer/pepper/
H A Devent_conversion_unittest.cc41 SyntheticWebTouchEvent touch; local
42 touch.PressPoint(1.f, 2.f);
45 CreateInputEventData(touch, &pp_events);
58 EXPECT_EQ(touch.type, touch_out->type);
59 EXPECT_EQ(touch.touchesLength, touch_out->touchesLength);
60 CompareWebTouchEvents(touch, *touch_out);
64 SyntheticWebTouchEvent touch; local
65 touch.PressPoint(1.f, 2.f);
66 touch.ResetPoints();
67 touch
91 SyntheticWebTouchEvent touch; local
118 SyntheticWebTouchEvent touch; local
[all...]
/external/chromium_org/content/browser/renderer_host/input/
H A Dtouch_input_browsertest.cc178 SyntheticWebTouchEvent touch; local
181 // no touch-handler on it.
182 touch.PressPoint(25, 25);
183 GetWidgetHost()->ForwardTouchEventWithLatencyInfo(touch, ui::LatencyInfo());
189 // If a touch-press is acked with NO_CONSUMER_EXISTS, then subsequent
190 // touch-points don't need to be dispatched until the touch point is released.
191 touch.ReleasePoint(0);
192 GetWidgetHost()->ForwardTouchEventWithLatencyInfo(touch, ui::LatencyInfo());
193 touch
198 SyntheticWebTouchEvent touch; local
215 SyntheticWebTouchEvent touch; local
237 SyntheticWebTouchEvent touch; local
[all...]
H A Dinput_router_impl_perftest.cc143 WebTouchEvent touch; local
144 touch.touchesLength = 1;
145 touch.type = WebInputEvent::TouchStart;
146 touch.touches[0].id = 0;
147 touch.touches[0].state = WebTouchPoint::StatePressed;
148 touch.touches[0].position.x = origin.x();
149 touch.touches[0].position.y = origin.y();
150 touch.touches[0].screenPosition.x = origin.x();
151 touch.touches[0].screenPosition.y = origin.y();
152 touches.push_back(touch);
230 SendEvent(const WebTouchEvent& touch, const ui::LatencyInfo& latency) argument
[all...]
/external/chromium_org/tools/gyp/test/mac/postbuilds/script/
H A Dshared_library_postbuild.sh23 touch "${lib}"_touch
H A Dstatic_library_postbuild.sh23 touch "${lib}"_touch.a
/external/chromium_org/ui/events/gestures/
H A Dmotion_event_aura.cc41 const TouchEvent& touch) {
43 point_data.x = touch.x();
44 point_data.y = touch.y();
45 point_data.raw_x = touch.root_location_f().x();
46 point_data.raw_y = touch.root_location_f().y();
47 point_data.touch_id = touch.touch_id();
48 point_data.pressure = touch.force();
49 point_data.source_device_id = touch.source_device_id();
51 float radius_x = touch.radius_x();
52 float radius_y = touch
40 GetPointDataFromTouchEvent( const TouchEvent& touch) argument
81 OnTouch(const TouchEvent& touch) argument
230 AddTouch(const TouchEvent& touch) argument
239 UpdateTouch(const TouchEvent& touch) argument
244 UpdateCachedAction(const TouchEvent& touch) argument
[all...]
H A Dmotion_event_aura.h24 void OnTouch(const TouchEvent& touch);
50 // We can't cleanup removed touch points immediately upon receipt of a
52 // information about those touch events. Once the MotionEvent has been
80 static PointData GetPointDataFromTouchEvent(const TouchEvent& touch);
81 void AddTouch(const TouchEvent& touch);
82 void UpdateTouch(const TouchEvent& touch);
83 void UpdateCachedAction(const TouchEvent& touch);
89 // The index of the touch responsible for last ACTION_POINTER_DOWN or
/external/chromium_org/ui/webui/resources/js/cr/ui/
H A Dtouch_handler.js6 * @fileoverview Touch Handler. Class that handles all touch events and
17 * This provides simple single-touch events. Any secondary touch is
21 * A single touch followed by some movement. This behavior will handle all
23 * while the touch is happening and at the end of the drag sequence. This
38 * A TouchHandler attaches to an Element, listents for low-level touch (or
52 * The absolute sum of all touch y deltas.
59 * The absolute sum of all touch x deltas.
67 * recent relevant touch and the second item is the touch'
[all...]
/external/chromium_org/tools/gyp/test/defines/
H A Dgyptest-defines-env.py40 test.touch('defines.c')
58 test.touch('defines.c')
76 test.touch('defines.c')
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/toolbox/
H A DOverridesUI.js83 selectDeviceOption.device = {title: WebInspector.UIString("<Select model>"), width: 0, height: 0, deviceScaleFactor: 0, userAgent: "", touch: false, mobile: false};
312 {title: "Apple iPhone 3GS", width: 320, height: 480, deviceScaleFactor: 1, userAgent: "Mozilla/5.0 (iPhone; U; CPU iPhone OS 4_2_1 like Mac OS X; en-us) AppleWebKit/533.17.9 (KHTML, like Gecko) Version/5.0.2 Mobile/8C148 Safari/6533.18.5", touch: true, mobile: true},
313 {title: "Apple iPhone 4", width: 320, height: 480, deviceScaleFactor: 2, userAgent: "Mozilla/5.0 (iPhone; U; CPU iPhone OS 4_2_1 like Mac OS X; en-us) AppleWebKit/533.17.9 (KHTML, like Gecko) Version/5.0.2 Mobile/8C148 Safari/6533.18.5", touch: true, mobile: true},
314 {title: "Apple iPhone 5", width: 320, height: 568, deviceScaleFactor: 2, userAgent: "Mozilla/5.0 (iPhone; CPU iPhone OS 7_0 like Mac OS X; en-us) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11A465 Safari/9537.53", touch: true, mobile: true},
315 {title: "Apple iPhone 6", width: 375, height: 667, deviceScaleFactor: 2, userAgent: "Mozilla/5.0 (iPhone; CPU iPhone OS 8_0 like Mac OS X) AppleWebKit/600.1.3 (KHTML, like Gecko) Version/8.0 Mobile/12A4345d Safari/600.1.4", touch: true, mobile: true},
316 {title: "Apple iPhone 6 Plus", width: 414, height: 736, deviceScaleFactor: 3, userAgent: "Mozilla/5.0 (iPhone; CPU iPhone OS 8_0 like Mac OS X) AppleWebKit/600.1.3 (KHTML, like Gecko) Version/8.0 Mobile/12A4345d Safari/600.1.4", touch: true, mobile: true},
317 {title: "BlackBerry Z10", width: 384, height: 640, deviceScaleFactor: 2, userAgent: "Mozilla/5.0 (BB10; Touch) AppleWebKit/537.10+ (KHTML, like Gecko) Version/10.0.9.2372 Mobile Safari/537.10+", touch: true, mobile: true},
318 {title: "BlackBerry Z30", width: 360, height: 640, deviceScaleFactor: 2, userAgent: "Mozilla/5.0 (BB10; Touch) AppleWebKit/537.10+ (KHTML, like Gecko) Version/10.0.9.2372 Mobile Safari/537.10+", touch: true, mobile: true},
319 {title: "Google Nexus 4", width: 384, height: 640, deviceScaleFactor: 2, userAgent: "Mozilla/5.0 (Linux; Android 4.2.1; en-us; Nexus 4 Build/JOP40D) AppleWebKit/535.19 (KHTML, like Gecko) Chrome/18.0.1025.166 Mobile Safari/535.19", touch: true, mobile: true},
320 {title: "Google Nexus 5", width: 360, height: 640, deviceScaleFactor: 3, userAgent: "Mozilla/5.0 (Linux; Android 4.2.1; en-us; Nexus 5 Build/JOP40D) AppleWebKit/535.19 (KHTML, like Gecko) Chrome/18.0.1025.166 Mobile Safari/535.19", touch
[all...]
/external/clang/test/CodeGenCXX/
H A Dcaptured-statements.cpp100 void touch(const T &) {} function
107 touch<T, id>(x);
118 touch<T, id>(v);
126 touch<U, id + id2>(u);
/external/chromium_org/tools/gyp/test/defines-escaping/
H A Dgyptest-defines-escaping.py43 test.touch('defines-escaping.c')
66 test.touch('defines-escaping.c')
89 test.touch('defines-escaping.c')
111 test.touch('defines-escaping.c')
132 test.touch('defines-escaping.c')
152 test.touch('defines-escaping.c')
172 test.touch('defines-escaping.c')
/external/chromium_org/ui/events/gesture_detection/
H A Dgesture_event_data_packet.cc79 const ui::MotionEvent& touch) {
80 return GestureEventDataPacket(touch.GetEventTime(),
81 ToGestureSource(touch),
82 gfx::PointF(touch.GetX(), touch.GetY()),
83 gfx::PointF(touch.GetRawX(), touch.GetRawY()));
78 FromTouch( const ui::MotionEvent& touch) argument
/external/chromium_org/content/renderer/
H A Drender_widget_unittest.cc80 SyntheticWebTouchEvent touch; local
81 touch.PressPoint(10, 10);
83 widget->SendInputEvent(touch);
86 // Since there's currently no touch-event handling region, the response should
101 widget->SendInputEvent(touch);
118 SyntheticWebTouchEvent touch; local
119 touch.PressPoint(25, 25);
121 widget->SendInputEvent(touch);
124 // Since there's currently no touch-event handling region, the response should
134 // Press a second touch poin
[all...]
/external/bison/build-aux/
H A Dmissing76 aclocal touch file 'aclocal.m4'
77 autoconf touch file 'configure'
78 autoheader touch file 'config.h.in'
79 autom4te touch the output file, or create a stub one
80 automake touch all 'Makefile.in' files
83 help2man touch the output file
85 makeinfo touch the output file
145 touch aclocal.m4
154 touch configure
173 touch
[all...]
/external/chromium_org/third_party/opus/src/
H A Dmissing77 aclocal touch file \`aclocal.m4'
78 autoconf touch file \`configure'
79 autoheader touch file \`config.h.in'
80 autom4te touch the output file, or create a stub one
81 automake touch all \`Makefile.in' files
84 help2man touch the output file
86 makeinfo touch the output file
146 touch aclocal.m4
155 touch configure
174 touch
[all...]
/external/libcap-ng/libcap-ng-0.7/
H A Dmissing77 aclocal touch file \`aclocal.m4'
78 autoconf touch file \`configure'
79 autoheader touch file \`config.h.in'
80 autom4te touch the output file, or create a stub one
81 automake touch all \`Makefile.in' files
84 help2man touch the output file
86 makeinfo touch the output file
146 touch aclocal.m4
155 touch configure
174 touch
[all...]

Completed in 627 milliseconds

1234567891011>>