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

1 2 3

  /external/chromium_org/third_party/WebKit/Source/web/tests/
WebInputEventFactoryTestGtk.cpp 119 GdkEventButton mouseDown;
120 memset(&mouseDown, 0, sizeof(mouseDown));
121 mouseDown.type = GDK_BUTTON_PRESS;
122 mouseDown.window = static_cast<GdkWindow*>(GINT_TO_POINTER(1));
123 mouseDown.x = mouseDown.y = mouseDown.x_root = mouseDown.y_root = 100;
124 mouseDown.time = 0
    [all...]
  /external/chromium/chrome/browser/ui/cocoa/
profile_menu_button.h 34 - (void) mouseDown:(NSEvent*)event
  /sdk/emulator/opengl/tests/emulator_test_renderer/
main.cpp 41 int mouseDown = 0;
124 if (!mouseDown) {
126 mouseDown = 1;
130 if (mouseDown) {
132 mouseDown = 0;
136 if (mouseDown)
  /external/chromium_org/chrome/browser/ui/cocoa/panels/
mouse_drag_controller.h 22 // Called on initial mouseDown. Followed by dragStarted/dragProgress/dragEnded
38 // in their mouseDown may release it in this method.
51 // The controller can be created in initial mouseDown and then released in the
62 // - (void)mouseDown:(NSEvent*)event {
64 // [dragController_ mouseDown:event];
92 - (void)mouseDown:(NSEvent*)event;
  /external/chromium/chrome/browser/ui/cocoa/location_bar/
autocomplete_text_field_cell.h 62 - (BOOL)mouseDown:(NSEvent*)theEvent
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/Carbon/
Events.py 4 mouseDown = 1
14 mDownMask = 1 << mouseDown
  /external/chromium_org/chrome/browser/ui/cocoa/location_bar/
autocomplete_text_field_cell.h 69 - (BOOL)mouseDown:(NSEvent*)theEvent
  /external/chromium_org/chrome/browser/resources/file_manager/js/image_editor/
image_buffer.js 59 * @param {boolean} mouseDown If mouse button is down.
62 ImageBuffer.prototype.getCursorStyle = function(x, y, mouseDown) {
64 var style = this.overlays_[i].getCursorStyle(x, y, mouseDown);
147 * @param {boolean} mouseDown If mouse button is down.
151 ImageBuffer.Overlay.prototype.getCursorStyle = function(x, y, mouseDown) {
image_transform.js 154 * @param {boolean} mouseDown If mouse button is down.
157 ImageEditor.Mode.Crop.prototype.getCursorStyle = function(x, y, mouseDown) {
158 return this.cropRect_.getCursorStyle(x, y, mouseDown);
347 * @param {boolean} mouseDown If mouse button is down.
350 DraggableRect.prototype.getCursorStyle = function(x, y, mouseDown) {
352 if (mouseDown) {
image_view.js 142 * @param {boolean} mouseDown True if mouse is down.
145 ImageView.prototype.getCursorStyle = function(x, y, mouseDown) {
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/platform/
Scrollbar.h 128 void mouseDown(const PlatformMouseEvent&);
Scrollbar.cpp 431 // m_hoveredPart won't be updated until the next mouseMoved or mouseDown, so we have to hit test
442 void Scrollbar::mouseDown(const PlatformMouseEvent& evt)
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
StatusBarButton.js 207 this.element.addEventListener("mousedown", mouseDown.bind(this), false);
213 function mouseDown(e)
  /external/chromium_org/third_party/WebKit/Source/testing/runner/
EventSender.h 78 void mouseDown(const CppArgumentList&, CppVariant*);
167 // mouseDown and mouseUp
199 // The last button number passed to mouseDown and mouseUp.
EventSender.cpp 273 bindMethod("mouseDown", &EventSender::mouseDown);
367 initMouseEvent(WebInputEvent::MouseDown, pressedButton, lastMousePos, &event, getCurrentEventTimeSec(m_delegate));
424 void EventSender::mouseDown(const CppArgumentList& arguments, CppVariant* result)
441 initMouseEvent(WebInputEvent::MouseDown, buttonType, lastMousePos, &event, getCurrentEventTimeSec(m_delegate));
684 initMouseEvent(WebInputEvent::MouseDown, pressedButton, lastMousePos, &event, getCurrentEventTimeSec(m_delegate));
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
MiniAEFrame.py 90 elif what == mouseDown:
  /external/chromium_org/third_party/WebKit/Source/web/
WebPluginScrollbarImpl.cpp 242 case WebInputEvent::MouseDown:
281 WebMouseEvent mousedown = *static_cast<const WebMouseEvent*>(&event); local
282 if (!m_scrollbar->frameRect().contains(mousedown.x, mousedown.y))
285 mousedown.x -= m_scrollbar->x();
286 mousedown.y -= m_scrollbar->y();
287 m_scrollbar->mouseDown(PlatformMouseEventBuilder(m_scrollbar.get(), mousedown));
PopupListBox.cpp 94 m_capturingScrollbar->mouseDown(event);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.ui.sdk.scheduler_1.0.0.v20100507-1815.jar 
org.eclipse.jface.text_3.6.1.r361_v20100825-0800.jar 
  /prebuilts/devtools/tools/lib/
traceview.jar 
hierarchyviewer2lib.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/ui/
ConfigTab.java 167 public void mouseDown(MouseEvent e) {
  /external/qemu/distrib/sdl-1.2.15/src/video/maccommon/
SDL_macevents.c 255 case mouseDown: {
  /external/chromium_org/third_party/WebKit/Source/testing/plugin/
main.cpp 482 case mouseDown:
492 pluginLog(instance, "mouseDown at (%d, %d)", pt.h, pt.v);
625 pluginLog(instance, "mouseDown at (%d, %d)",
668 pluginLog(instance, "mouseDown at (%d, %d)", event->xbutton.x, event->xbutton.y);
751 pluginLog(instance, "mouseDown at (%d, %d)", LOWORD(event->lParam), HIWORD(event->lParam));

Completed in 2158 milliseconds

1 2 3