Searched defs:mousedown (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/remoting/host/
H A Dclient_session_unittest.cc538 protocol::MouseEvent mousedown; local
539 mousedown.set_button(protocol::MouseEvent::BUTTON_LEFT);
540 mousedown.set_button_down(true);
560 InjectMouseEvent(connection_, mousedown),
/external/chromium_org/third_party/WebKit/Source/web/
H A DWebPluginScrollbarImpl.cpp283 WebMouseEvent mousedown = static_cast<const WebMouseEvent&>(event); local
284 if (!m_scrollbar->frameRect().contains(mousedown.x, mousedown.y))
287 mousedown.x -= m_scrollbar->x();
288 mousedown.y -= m_scrollbar->y();
289 m_scrollbar->mouseDown(PlatformMouseEventBuilder(m_scrollbar.get(), mousedown));
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/screencast/
H A DScreencastView.js65 this._canvasElement.addEventListener("mousedown", this._handleMouseEvent.bind(this), false);
226 if (event.type === "mousedown")
295 const types = {"mousedown" : "mousePressed", "mouseup": "mouseReleased", "mousemove": "mouseMoved", "mousewheel": "mouseWheel"};
301 if (event.type === "mousedown" || typeof this._eventScreenOffsetTop === "undefined")
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/parse-only/
H A Dmootools-1.2.2-core-nc.js2083 click: 2, dblclick: 2, mouseup: 2, mousedown: 2, contextmenu: 2, //mouse buttons

Completed in 452 milliseconds