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

1 2 3

  /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;
  /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 78 - (BOOL)mouseDown:(NSEvent*)theEvent
  /external/chromium_org/ui/file_manager/file_manager/foreground/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 167 * @param {boolean} mouseDown If mouse button is down.
170 ImageEditor.Mode.Crop.prototype.getCursorStyle = function(x, y, mouseDown) {
171 return this.cropRect_.getCursorStyle(x, y, mouseDown);
360 * @param {boolean} mouseDown If mouse button is down.
363 DraggableRect.prototype.getCursorStyle = function(x, y, mouseDown) {
365 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/ui/file_manager/gallery/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 167 * @param {boolean} mouseDown If mouse button is down.
170 ImageEditor.Mode.Crop.prototype.getCursorStyle = function(x, y, mouseDown) {
171 return this.cropRect_.getCursorStyle(x, y, mouseDown);
360 * @param {boolean} mouseDown If mouse button is down.
363 DraggableRect.prototype.getCursorStyle = function(x, y, mouseDown) {
365 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/devtools/front_end/ui/
StatusBarButton.js 267 var boundMouseDown = mouseDown.bind(this);
270 this.element.addEventListener("mousedown", boundMouseDown, false);
276 this._longClickData = { mouseUp: boundMouseUp, mouseDown: boundMouseDown };
282 function mouseDown(e)
318 this.element.removeEventListener("mousedown", this._longClickData.mouseDown, false);
  /external/chromium_org/third_party/WebKit/Source/platform/scroll/
Scrollbar.h 133 void mouseDown(const PlatformMouseEvent&);
Scrollbar.cpp 450 // m_hoveredPart won't be updated until the next mouseMoved or mouseDown, so we have to hit test
458 void Scrollbar::mouseDown(const PlatformMouseEvent& evt)
  /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 246 case WebInputEvent::MouseDown:
285 WebMouseEvent mousedown = *static_cast<const WebMouseEvent*>(&event); local
286 if (!m_scrollbar->frameRect().contains(mousedown.x, mousedown.y))
289 mousedown.x -= m_scrollbar->x();
290 mousedown.y -= m_scrollbar->y();
291 m_scrollbar->mouseDown(PlatformMouseEventBuilder(m_scrollbar.get(), mousedown));
PopupListBox.cpp 91 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/content/shell/tools/plugin/
main.cpp 493 case mouseDown:
503 pluginLog(instance, "mouseDown at (%d, %d)", pt.h, pt.v);
636 pluginLog(instance, "mouseDown at (%d, %d)",
679 pluginLog(instance, "mouseDown at (%d, %d)", event->xbutton.x, event->xbutton.y);
762 pluginLog(instance, "mouseDown at (%d, %d)", LOWORD(event->lParam), HIWORD(event->lParam));
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/core/controls/flyout/
FlyoutControlComposite.java 358 public void mouseDown(MouseEvent event) {
416 * Handler for {@link SWT#MouseDown} event.
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/draw9patch/ui/
ImageViewer.java 297 public void mouseDown(MouseEvent event) {

Completed in 1137 milliseconds

1 2 3