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

1 2 3 4 5 6

  /external/chromium_org/content/renderer/
render_widget_fullscreen_pepper.cc 66 WebMouseEvent mouse; local
70 mouse.type = WebInputEvent::MouseDown;
74 mouse.type = WebInputEvent::MouseMove;
83 mouse.type = WebInputEvent::MouseUp;
86 return mouse;
89 mouse.type = WebInputEvent::MouseUp;
96 if (mouse.type == WebInputEvent::Undefined)
97 return mouse;
99 mouse.timeStampSeconds = gesture.timeStampSeconds;
100 mouse.modifiers = gesture.modifiers | WebInputEvent::LeftButtonDown
184 WebMouseEvent mouse; local
211 WebMouseEvent mouse = WebMouseEventFromGestureEvent(*gesture_event); local
    [all...]
  /external/chromium-trace/trace-viewer/src/ui/
mouse_mode_selector.css 6 .mouse-mode-selector {
25 .mouse-mode-selector .drag-handle {
35 .mouse-mode-selector .pan-scan-mode-button {
40 .mouse-mode-selector .pan-scan-mode-button.active {
44 .mouse-mode-selector .selection-mode-button {
49 .mouse-mode-selector .selection-mode-button.active {
53 .mouse-mode-selector .zoom-mode-button {
59 .mouse-mode-selector .zoom-mode-button.active {
  /external/chromium_org/tools/site_compare/drivers/
__init__.py 12 mouse = __import__(platform_dir+".mouse", globals(), locals(), ['']) variable
  /external/chromium_org/chrome/browser/resources/chromeos/login/
oobe_screen_hid_detection.css 26 #hid-mouse-block {
35 #hid-mouse-icon {
42 #hid-mouse-icon-block,
47 #hid-mouse-label,
59 #hid-mouse-tick {
77 .searching #hid-mouse-label-searching,
79 .connected #hid-mouse-label-connected,
81 .paired #hid-mouse-label-paired,
84 .connected #hid-mouse-tick,
86 .paired #hid-mouse-tick
    [all...]
  /external/chromium_org/remoting/protocol/
input_event_tracker.cc 41 MouseEvent mouse; local
45 mouse.set_x(mouse_pos_.x());
46 mouse.set_y(mouse_pos_.y());
48 mouse.set_button((MouseEvent::MouseButton)i);
49 mouse.set_button_down(false);
50 input_stub_->InjectMouseEvent(mouse);
  /external/chromium_org/ui/events/
event_dispatcher_unittest.cc 258 MouseEvent mouse(ui::ET_MOUSE_MOVED, gfx::Point(3, 4),
260 Event::DispatcherApi event_mod(&mouse);
261 dispatcher.ProcessEvent(&child, &mouse);
262 EXPECT_FALSE(mouse.stopped_propagation());
263 EXPECT_FALSE(mouse.handled());
277 dispatcher.ProcessEvent(&child, &mouse);
278 EXPECT_EQ(EP_POSTDISPATCH, mouse.phase());
279 EXPECT_FALSE(mouse.stopped_propagation());
280 EXPECT_TRUE(mouse.handled());
297 dispatcher.ProcessEvent(&child, &mouse);
    [all...]
event_processor_unittest.cc 49 MouseEvent mouse(ET_MOUSE_MOVED, gfx::Point(10, 10), gfx::Point(10, 10),
51 DispatchEvent(&mouse);
56 DispatchEvent(&mouse);
136 // Dispatch a mouse event that falls on the parent, but not on the child. When
139 MouseEvent mouse(ET_MOUSE_MOVED, gfx::Point(1, 1), gfx::Point(1, 1), EF_NONE,
141 DispatchEvent(&mouse);
190 MouseEvent mouse(ET_MOUSE_MOVED, gfx::Point(10, 10), gfx::Point(10, 10),
192 DispatchEvent(&mouse);
363 MouseEvent mouse(ET_MOUSE_MOVED, gfx::Point(10, 10), gfx::Point(10, 10),
365 DispatchEvent(&mouse);
    [all...]
  /external/chromium_org/ui/aura/
window_targeter_unittest.cc 99 ui::MouseEvent mouse(ui::ET_MOUSE_MOVED, event_location, event_location,
101 EXPECT_EQ(child, targeter->FindTargetForEvent(root, &mouse));
109 ui::MouseEvent mouse(ui::ET_MOUSE_MOVED, event_location, event_location,
111 EXPECT_EQ(window.get(), targeter->FindTargetForEvent(root, &mouse));
115 ui::MouseEvent mouse(ui::ET_MOUSE_MOVED, event_location, event_location,
117 EXPECT_EQ(child, targeter->FindTargetForEvent(root, &mouse));
134 ui::MouseEvent mouse(ui::ET_MOUSE_MOVED, event_location, event_location,
136 EXPECT_EQ(window.get(), targeter->FindTargetForEvent(root_target, &mouse));
147 ui::MouseEvent mouse(ui::ET_MOUSE_MOVED, event_location, event_location,
149 EXPECT_EQ(root_window(), targeter->FindTargetForEvent(root_target, &mouse));
    [all...]
  /external/chromium_org/tools/site_compare/scrapers/firefox/
firefox2.py 13 from drivers import mouse namespace
104 mouse.ClickInWindow(wnd)
106 mouse.ClickInWindow(wnd, (30, 115))
142 mouse.ClickInWindow(wnd)
187 mouse.ClickInWindow(wnd)
189 mouse.ClickInWindow(wnd, (30, 115))
205 mouse.ClickInWindow(wnd)
  /external/chromium_org/chrome/browser/chromeos/device/
input_service_proxy_browsertest.cc 24 const char kMouseId[] = "mouse";
171 InputDeviceInfo mouse; local
172 mouse.id = kMouseId;
173 mouse.subsystem = InputServiceLinux::InputDeviceInfo::SUBSYSTEM_INPUT;
174 mouse.type = InputServiceLinux::InputDeviceInfo::TYPE_BLUETOOTH;
175 mouse.is_mouse = true;
177 BrowserThread::FILE, FROM_HERE, base::Bind(&AddDevice, mouse));
178 observer.WaitForDeviceAddition(mouse);
  /external/chromium_org/third_party/skia/platform_tools/android/tests/
makefile_writer_tests.py 138 animals = ('dog', 'cat', 'mouse', 'elephant')
  /external/chromium_org/ui/file_manager/file_manager/foreground/js/image_editor/
image_buffer.js 8 * A stack of overlays that display itself and handle mouse events.
11 * mouse events.
59 * @param {boolean} mouseDown If mouse button is down.
87 * @param {boolean} touch True if it's a touch event, false if mouse.
88 * @return {function(number,number)} A function to be called on mouse drag.
147 * @param {boolean} mouseDown If mouse button is down.
169 * @param {boolean} touch True if it's a touch event, false if mouse.
170 * @return {function(number,number)} A function to be called on mouse drag.
  /external/chromium_org/ui/file_manager/gallery/js/image_editor/
image_buffer.js 8 * A stack of overlays that display itself and handle mouse events.
11 * mouse events.
59 * @param {boolean} mouseDown If mouse button is down.
87 * @param {boolean} touch True if it's a touch event, false if mouse.
88 * @return {function(number,number)} A function to be called on mouse drag.
147 * @param {boolean} mouseDown If mouse button is down.
169 * @param {boolean} touch True if it's a touch event, false if mouse.
170 * @return {function(number,number)} A function to be called on mouse drag.
  /external/skia/platform_tools/android/tests/
makefile_writer_tests.py 138 animals = ('dog', 'cat', 'mouse', 'elephant')
  /external/qemu/hw/input/
pckbd.c 37 #define KBD_CCMD_MOUSE_DISABLE 0xA7 /* Disable mouse interface */
38 #define KBD_CCMD_MOUSE_ENABLE 0xA8 /* Enable mouse interface */
39 #define KBD_CCMD_TEST_MOUSE 0xA9 /* Mouse interface test */
50 #define KBD_CCMD_WRITE_MOUSE 0xD4 /* Write the following byte to the mouse */
76 #define KBD_STAT_MOUSE_OBF 0x20 /* Mouse output buffer full */
82 #define KBD_MODE_MOUSE_INT 0x02 /* Mouse data generate IRQ12 */
86 #define KBD_MODE_DISABLE_MOUSE 0x20 /* Disable mouse interface */
90 /* Mouse Commands */
122 void *mouse; member in struct:KBDState
194 ps2_queue(s->mouse, b)
    [all...]
  /external/qemu/ui/
input.c 228 QDict *mouse; local
231 mouse = qobject_to_qdict(data);
232 monitor_printf(mon, "%c Mouse #%" PRId64 ": %s%s\n",
233 (qdict_get_bool(mouse, "current") ? '*' : ' '),
234 qdict_get_int(mouse, "index"), qdict_get_str(mouse, "name"),
235 qdict_get_bool(mouse, "absolute") ? " (absolute)" : "");
244 monitor_printf(mon, "No mouse devices connected\n");
289 monitor_printf(mon, "No mouse devices connected\n");
302 monitor_printf(mon, "Mouse at given index not found\n")
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/windib/
SDL_dibevents.c 331 POINT mouse; local
333 if ( !GetCursorPos(&mouse) && !GetLastStylusPos(&mouse) ) return;
335 if ( !GetCursorPos(&mouse) ) return;
344 mouse.x -= center.x;
345 mouse.y -= center.y;
346 if ( mouse.x || mouse.y ) {
348 posted = SDL_PrivateMouseMotion(0, 1, (Sint16)mouse.x, (Sint16)mouse.y)
    [all...]
  /external/chromium_org/ash/magnifier/
magnification_controller.cc 113 // Redraw with the given zoom scale keeping the mouse cursor location. In
119 // Move the mouse cursot to the given point. Actual move will be done when
162 // Stores the last mouse cursor (or last touched) location. This value is
319 gfx::Point mouse(location);
332 if (mouse.x() < left + margin) {
334 x_diff = mouse.x() - (left + margin);
336 } else if (right - margin < mouse.x()) {
338 x_diff = mouse.x() - (right - margin);
347 if (mouse.y() < top + margin) {
349 y_diff = mouse.y() - (top + margin)
    [all...]
partial_magnification_controller.cc 141 gfx::Point mouse(
152 zoom_widget_->SetBounds(gfx::Rect(mouse.x() - kMagnifierWidth / 2,
153 mouse.y() - kMagnifierHeight / 2,
  /external/chromium_org/tools/site_compare/scrapers/chrome/
chromebase.py 12 from drivers import mouse namespace
79 mouse.ClickInWindow(address_bar)
148 mouse.ClickInWindow(address_bar)
  /external/chromium_org/tools/site_compare/scrapers/ie/
ie7.py 13 from drivers import mouse namespace
99 mouse.DoubleClickInWindow(address_bar)
160 mouse.DoubleClickInWindow(address_bar)
  /external/chromium_org/athena/wm/
window_overview_mode.cc 267 virtual void OnMouseEvent(ui::MouseEvent* mouse) OVERRIDE {
268 if (mouse->type() == ui::ET_MOUSE_PRESSED) {
269 aura::Window* select = SelectWindowAt(mouse);
271 mouse->SetHandled();
274 } else if (mouse->type() == ui::ET_MOUSEWHEEL) {
275 DoScroll(static_cast<ui::MouseWheelEvent*>(mouse)->y_offset());
  /external/chromium_org/chrome/browser/resources/local_ntp/
window_disposition_util.js 21 * with mouse and keyboard events.
  /external/chromium_org/ui/webui/resources/css/
menu_button.css 33 button.menu-button.using-mouse {
  /external/chromium_org/ash/shelf/
shelf_widget_unittest.cc 178 // Tests that the shelf lets mouse-events close to the edge fall through to the
207 // Create a mouse-event targetting the top of the shelf widget. The
211 ui::MouseEvent mouse(ui::ET_MOUSE_MOVED, event_location, event_location,
213 ui::EventTarget* target = targeter->FindTargetForEvent(root, &mouse);
231 // Create a mouse-event targetting the top of the shelf widget. This time,
234 ui::MouseEvent mouse(ui::ET_MOUSE_MOVED, event_location, event_location,
236 ui::EventTarget* target = targeter->FindTargetForEvent(root, &mouse);

Completed in 1054 milliseconds

1 2 3 4 5 6