HomeSort by relevance Sort by last modified time
    Searched refs:tap (Results 1 - 25 of 90) sorted by null

1 2 3 4

  /external/libpcap/
pcap-enet.c 39 struct tap_header tap; member in struct:packet_header
80 caplen = ph->tap.th_wirelen > snaplen ? snaplen : ph->tap
83 ph->tap.th_wirelen, caplen)) {
87 (struct timeval *)ph->tap.th_timestamp,
88 ph->tap.th_wirelen, caplen);
  /external/chromium_org/ui/views/
view_targeter_unittest.cc 271 GestureEventForTest tap(details, center_point.x(), center_point.y());
280 // |grandchild| by a previous gesture event. Thus subsequent TAP and
282 // re-targeting should be prohibited for TAP but permitted for
287 EXPECT_EQ(grandchild, targeter->FindTargetForEvent(root_view, &tap));
288 EXPECT_EQ(NULL, targeter->FindNextBestTarget(grandchild, &tap));
300 // dispatched, so TAP and SCROLL_BEGIN events should be re-targeted up
303 EXPECT_EQ(child, targeter->FindNextBestTarget(grandchild, &tap));
317 EXPECT_EQ(NULL, targeter->FindNextBestTarget(child, &tap));
318 EXPECT_EQ(NULL, targeter->FindNextBestTarget(NULL, &tap));
329 tap = GestureEventForTest(details, center_point.x(), center_point.y())
    [all...]
  /external/chromium_org/ash/system/overview/
overview_button_tray_unittest.cc 81 ui::GestureEvent tap(
83 GetTray()->PerformAction(tap);
  /external/chromium_org/third_party/WebKit/Source/web/tests/
LinkHighlightTest.cpp 182 touchEvent.data.tap.width = 30;
183 touchEvent.data.tap.height = 30;
187 IntRect boundingBox(touchEvent.x - touchEvent.data.tap.width / 2, touchEvent.y - touchEvent.data.tap.height / 2, touchEvent.data.tap.width, touchEvent.data.tap.height);
ImeOnFocusTest.cpp 85 webGestureEvent.data.tap.tapCount = 1;
86 webGestureEvent.data.tap.width = 10;
87 webGestureEvent.data.tap.height = 10;
WebInputEventConversionTest.cpp 280 webGestureEvent.data.tap.width = 10;
281 webGestureEvent.data.tap.height = 10;
291 webGestureEvent.data.tap.width = 10;
292 webGestureEvent.data.tap.height = 10;
486 webGestureEvent.data.tap.width = 30;
487 webGestureEvent.data.tap.height = 30;
497 webGestureEvent.data.tap.width = 30;
498 webGestureEvent.data.tap.height = 30;
596 webGestureEvent.data.tap.tapCount = 1;
597 webGestureEvent.data.tap.width = 10
    [all...]
  /external/chromium_org/content/browser/renderer_host/input/
web_input_event_util.cc 301 gesture.data.tap.tapCount = data.details.tap_count();
302 gesture.data.tap.width = data.details.bounding_box_f().width();
303 gesture.data.tap.height = data.details.bounding_box_f().height();
308 gesture.data.tap.tapCount = data.details.tap_count();
309 gesture.data.tap.width = data.details.bounding_box_f().width();
310 gesture.data.tap.height = data.details.bounding_box_f().height();
315 gesture.data.tap.tapCount = data.details.tap_count();
316 gesture.data.tap.width = data.details.bounding_box_f().width();
317 gesture.data.tap.height = data.details.bounding_box_f().height();
touch_action_filter.cc 88 // The double tap gesture is a tap ending event. If a double tap gesture is
89 // filtered out, replace it with a tap event.
91 DCHECK_EQ(1, gesture_event->data.tap.tapCount);
97 // If double tap is disabled, there's no reason for the tap delay.
99 DCHECK_EQ(1, gesture_event->data.tap.tapCount);
touch_action_filter_unittest.cc 28 WebGestureEvent tap = SyntheticWebGestureEventBuilder::Build( local
39 EXPECT_FALSE(filter.FilterGestureEvent(&tap));
53 EXPECT_FALSE(filter.FilterGestureEvent(&tap));
487 // Double tap is allowed with touch action auto.
492 // The tap cancel will come as part of the next touch sequence.
494 // Changing the touch action for the second tap doesn't effect the behaviour
515 // Double tap is disabled with any touch action other than auto.
521 // Changing the touch action for the second tap doesn't effect the behaviour
522 // of the event. The tap cancel will come as part of the next touch sequence.
539 WebGestureEvent tap = SyntheticWebGestureEventBuilder::Build local
558 WebGestureEvent tap = SyntheticWebGestureEventBuilder::Build( local
574 WebGestureEvent tap = SyntheticWebGestureEventBuilder::Build( local
    [all...]
gesture_text_selector_unittest.cc 147 // 3. DOUBLE TAP
223 // 4. TAP
225 const GestureEventData tap = local
227 EXPECT_TRUE(selector_->OnGestureEvent(tap));
  /external/chromium_org/tools/telemetry/telemetry/page/actions/
tap.js 28 chrome.gpuBenchmarking.tap);
55 throw new Error('Tap position is off-screen');
57 chrome.gpuBenchmarking.tap(position_left, position_top,
  /external/chromium_org/ash/system/chromeos/rotation/
tray_rotation_lock_unittest.cc 212 ui::GestureEvent tap(
214 default_view()->OnGestureEvent(&tap);
  /external/chromium_org/content/common/input/
synthetic_web_input_event_builders.cc 93 result.data.tap.tapCount = 1;
94 result.data.tap.width = 10;
95 result.data.tap.height = 10;
  /external/chromium_org/ui/aura/gestures/
gesture_recognizer_unittest.cc 146 bool tap() const { return tap_; } function in class:aura::test::__anon283::GestureEventConsumeDelegate
645 // Check that appropriate touch events generate tap gesture events.
661 EXPECT_FALSE(delegate->tap());
677 // recognized as a tap.
683 EXPECT_TRUE(delegate->tap());
695 // Check that appropriate touch events generate tap gesture events
716 EXPECT_FALSE(delegate->tap());
726 // is recognized as a tap.
734 EXPECT_TRUE(delegate->tap());
759 EXPECT_FALSE(delegate->tap());
    [all...]
  /hardware/invensense/6515/libsensors_iio/software/simple_apps/gesture_test/
inv_gesture_test.c 354 int tap, tap_dir, tap_num; local
357 fscanf(fp, "%d\n", &tap);
360 tap_dir = tap/8;
361 tap_num = tap%8 + 1;
364 printf("GT:Tap Handler **\n");
365 printf("Tap= %x\n", tap);
366 printf("Tap Dir= %x\n", tap_dir);
367 printf("Tap Num= %x\n", tap_num);
372 printf("Tap Axis->X Pos, ")
    [all...]
  /external/chromium_org/ui/views/touchui/
touch_selection_controller_impl_unittest.cc 254 // Tap the textfield to invoke touch selection.
257 ui::GestureEvent tap(0, 0, 0, base::TimeDelta(), details);
258 textfield_->OnGestureEvent(&tap);
279 textfield_->OnGestureEvent(&tap);
287 // Tap the textfield to invoke touch selection.
290 ui::GestureEvent tap(0, 0, 0, base::TimeDelta(), details);
291 textfield_->OnGestureEvent(&tap);
336 // Tap the textfield to invoke touch selection.
339 ui::GestureEvent tap(0, 0, 0, base::TimeDelta(), details);
340 textfield_->OnGestureEvent(&tap);
    [all...]
  /external/chromium_org/ui/views/widget/
widget_unittest.cc     [all...]
  /external/chromium_org/content/public/test/
browser_test_utils.cc 299 blink::WebGestureEvent tap; local
300 tap.type = blink::WebGestureEvent::GestureTap;
301 tap.x = point.x();
302 tap.y = point.y();
305 widget_host->ForwardGestureEvent(tap);
  /external/chromium_org/content/browser/renderer_host/
ui_events_helper.cc 155 gesture_event.data.tap.tapCount = event.details().tap_count();
156 gesture_event.data.tap.width = event.details().bounding_box().width();
157 gesture_event.data.tap.height = event.details().bounding_box().height();
  /external/chromium_org/third_party/WebKit/public/web/
WebInputEvent.h 419 // Tap information must be set for GestureTap, GestureTapUnconfirmed,
425 } tap; member in union:blink::WebGestureEvent::__anon16090
  /external/chromium_org/ui/file_manager/gallery/js/image_editor/
image_buffer.js 100 * Searches for an action for the double tap enumerating
116 * Possible double tap actions.
  /hardware/invensense/6515/libsensors_iio/software/simple_apps/stress_iio/
stress_iio.c 53 static void HandleTap(struct dmp_struct *dmp, int tap);
97 static void HandleTap(struct dmp_struct *dmp, int tap)
99 int tap_dir = tap/8;
100 int tap_num = tap%8 + 1;
124 printf("Tap number: %d\n", tap_num);
  /external/chromium_org/third_party/WebKit/Source/web/
WebInputEventConversion.cpp 214 m_area = expandedIntSize(FloatSize(e.data.tap.width / scale, e.data.tap.height / scale));
215 m_data.m_tap.m_tapCount = e.data.tap.tapCount;
219 m_area = expandedIntSize(FloatSize(e.data.tap.width / scale, e.data.tap.height / scale));
824 data.tap.tapCount = 1;
  /external/chromium_org/third_party/webrtc/base/
httpclient.cc 483 StreamTap* tap = new StreamTap(output, stream.release()); local
484 response().document.reset(tap);
505 StreamTap* tap = static_cast<StreamTap*>(response().document.release()); local
506 response().document.reset(tap->Detach());
509 StreamResult result = tap->GetTapResult(&error);
511 // Delete the tap and cache stream (which completes cache unlock)
512 delete tap;
  /external/chromium_org/third_party/polymer/components-chromium/core-overlay/
core-overlay-extracted.js 75 * close the overlay on tap. Should not set `closeSelector` if this
86 * close the overlay on tap. Should not set `closeAttribute` if this
121 captureEventName: 'tap',
123 'tap': 'tapHandler',
427 // if a tap event is immediately heard on the target.

Completed in 2674 milliseconds

1 2 3 4