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

1 2 3 4

  /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/content/renderer/
render_widget_fullscreen_pepper.cc 70 WebMouseEvent mouse; local
74 mouse.type = WebInputEvent::MouseDown;
78 mouse.type = WebInputEvent::MouseMove;
87 mouse.type = WebInputEvent::MouseUp;
90 return mouse;
93 mouse.type = WebInputEvent::MouseUp;
100 if (mouse.type == WebInputEvent::Undefined)
101 return mouse;
103 mouse.timeStampSeconds = gesture.timeStampSeconds;
104 mouse.modifiers = gesture.modifiers | WebInputEvent::LeftButtonDown
216 WebMouseEvent mouse; local
243 WebMouseEvent mouse = WebMouseEventFromGestureEvent(*gesture_event); local
    [all...]
  /external/chromium_org/remoting/protocol/
input_event_tracker.cc 43 MouseEvent mouse; local
47 mouse.set_x(mouse_pos_.x());
48 mouse.set_y(mouse_pos_.y());
50 mouse.set_button((MouseEvent::MouseButton)i);
51 mouse.set_button_down(false);
52 input_stub_->InjectMouseEvent(mouse);
  /external/chromium_org/ui/base/events/
event_dispatcher_unittest.cc 247 MouseEvent mouse(ui::ET_MOUSE_MOVED, gfx::Point(3, 4),
249 Event::DispatcherApi event_mod(&mouse);
250 dispatcher.ProcessEvent(&child, &mouse);
251 EXPECT_FALSE(mouse.stopped_propagation());
252 EXPECT_FALSE(mouse.handled());
266 dispatcher.ProcessEvent(&child, &mouse);
267 EXPECT_EQ(EP_POSTDISPATCH, mouse.phase());
268 EXPECT_FALSE(mouse.stopped_propagation());
269 EXPECT_TRUE(mouse.handled());
286 dispatcher.ProcessEvent(&child, &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/resources/file_manager/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/qemu/hw/
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/
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/
partial_magnification_controller.cc 140 gfx::Point mouse(root_window->GetLastMouseLocationInRoot());
150 zoom_widget_->SetBounds(gfx::Rect(mouse.x() - kMagnifierWidth / 2,
151 mouse.y() - kMagnifierHeight / 2,
magnification_controller.cc 103 // Redraw with the given zoom scale keeping the mouse cursor location. In
107 // Ensures that the given point, rect or last mouse location is inside
121 // Move the mouse cursot to the given point. Actual move will be done when
164 // Stores the last mouse cursor (or last touched) location. This value is
336 gfx::Point mouse(location);
349 if (mouse.x() < left + margin) {
351 x_diff = mouse.x() - (left + margin);
353 } else if (right - margin < mouse.x()) {
355 x_diff = mouse.x() - (right - margin);
364 if (mouse.y() < top + margin)
    [all...]
  /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/ui/webui/resources/css/
menu_button.css 33 button.menu-button.using-mouse {
  /external/chromium_org/chrome/browser/resources/net_internals/
main.css 112 .mouse-over-help {
121 * Styling for elements that show a help window on mouse over.
123 .mouse-over-help-hover {
  /external/chromium/chrome/browser/resources/ntp/
drag_drop_controller.js 16 // get's the item that is under the mouse event |e|
32 // The distance, in px, that the mouse must move before initiating a drag.
101 // This can't be a drag & drop event if it's not the left mouse button
102 // or if the mouse is not above an item. We also bail out if the dragging
124 // Initiate the drag if the mouse has moved far enough.
139 // Use the item that the mouse was above when 'mousedown' fired.
184 // First, move the item the same distance the mouse has moved.
  /external/chromium/chrome/browser/resources/net_internals/
resizableverticalsplitview.js 85 * Called once we have clicked into the sizer. Starts capturing the mouse
99 * Called when the mouse has moved after dragging started.
119 * Called once the mouse has been released, and the dragging is over.
  /external/jmonkeyengine/engine/src/core/com/jme3/input/
InputManager.java 48 * received from the Key, Mouse and Joy Input implementations into an
57 * or a mouse axis. A mapping represents a link onto one or several triggers,
87 private final MouseInput mouse; field in class:InputManager
125 * @param mouse
131 public InputManager(MouseInput mouse, KeyInput keys, JoyInput joystick, TouchInput touch) {
132 if (keys == null || mouse == null) {
133 throw new NullPointerException("Mouse or keyboard cannot be null");
137 this.mouse = mouse;
142 mouse.setInputListener(this);
    [all...]
  /external/chromium_org/remoting/webapp/
toolbar.js 113 * Called whenever the mouse moves in the document. This is used to make the
117 * @param {Event} event The mouse move event.
  /external/qemu/distrib/sdl-1.2.15/src/video/dc/
SDL_dcevents.c 31 #include <dc/maple/mouse.h>
  /external/chromium_org/ui/keyboard/resources/
voice_input.js 18 * Event handler for mouse/touch down events.
  /external/chromium_org/v8/test/mjsunit/
debug-set-variable-value.js 242 RunPauseTest(0, 'mouse', 'v1', 'dog', 'dog', (function Factory() {
245 eval("v1 = 'mouse'");
251 RunPauseTest(0, 'mouse', 'v1', 'dog', 'dog', (function Factory() {
253 eval("var v1 = 'mouse'");
  /external/chromium_org/chrome/browser/resources/file_manager/js/media/
util.js 8 * A controller class detects mouse inactivity and hides "tool" elements.
127 * Mouse move handler.
134 // The mouse has not moved, must be the cursor change triggered by
148 * Mouse over handler on a tool element.
160 * Mouse out handler on a tool element.
  /external/chromium_org/third_party/WebKit/Source/web/tests/
WebInputEventConversionTest.cpp 89 WebMouseEventBuilder mouse(0, 0, *event);
90 EXPECT_EQ(WebInputEvent::Undefined, mouse.type);

Completed in 761 milliseconds

1 2 3 4