HomeSort by relevance Sort by last modified time
    Searched full:drag (Results 76 - 100 of 238) sorted by null

1 2 34 5 6 7 8 910

  /external/webkit/WebCore/platform/chromium/
ScrollbarThemeChromiumWin.cpp 53 // Constants used to figure the drag rect outside which we should snap the
144 // Draw the thumb (the box you drag in the scroll bar to scroll).
156 // Draw the thumb (the box you drag in the scroll bar to scroll).
  /external/webkit/WebKit/win/WebCoreSupport/
WebDragClient.cpp 144 //We liberally protect everything, to protect against a load occurring mid-drag
247 //First step in drawing the link drag image width
294 // for drag images on win, so we use 1
  /external/quake/quake/src/QW/progs/
server.qc 61 sound (self, CHAN_VOICE, "ogre/ogdrag.wav", 1, ATTN_IDLE);// play chainsaw drag sound
  /external/webkit/WebCore/platform/
DragData.h 87 //clientPosition is taken to be the position of the drag event within the target window, with (0,0) at the top left
  /external/webkit/WebCore/platform/mac/
ClipboardMac.mm 346 // Dashboard wants to be able to set the drag image during dragging, but Cocoa does not allow this.
351 // up the stack from us because the CoreFoundation drag manager does not use the run loop by itself.
358 // Else either 1) we haven't started dragging yet, so we rely on the part to install this drag image
359 // as part of getting the drag kicked off, or 2) Someone kept a ref to the clipboard and is trying to
ScrollViewMac.mm 67 // Suppress the resetting of drag margins since we know we can't affect them.
  /external/webkit/WebCore/platform/win/
DragDataWin.cpp 86 // Free up memory from drag
DragImageCGWin.cpp 85 // FIXME: due to the way drag images are done on windows we need
  /external/webkit/WebCore/svg/
SVGElementInstance.h 108 DEFINE_FORWARDING_ATTRIBUTE_EVENT_LISTENER(correspondingElement(), drag); member in class:WebCore::SVGElementInstance
  /external/webkit/WebKit/chromium/public/
WebDragData.h 49 // Holds data that may be exchanged through a drag-n-drop operation. It is
WebView.h 167 // Notifies the WebView that a drag has terminated.
172 // Notfies the WebView that the system drag and drop operation has ended.
175 // Callback methods when a drag-and-drop operation is trying to drop
190 // Helper method for drag and drop target operations: override the
  /external/webkit/WebKitTools/DumpRenderTree/
AccessibilityUIElement.h 156 // ARIA Drag and Drop
  /frameworks/base/core/java/android/widget/
SeekBar.java 26 * the thumb and drag left or right to set the current progress level or use the arrow keys.
AbsSeekBar.java 341 * Tries to claim the user's drag motion, and requests disallowing any
342 * ancestors from stealing events in the drag.
  /frameworks/base/docs/html/guide/developing/tools/
draw9patch.jd 20 <li>Drag your PNG image into the Draw 9-patch window
  /packages/apps/Phone/res/layout-finger/
dtmf_twelve_key_dialer.xml 21 (which provides a "handle" that the user must drag open
  /external/webkit/WebKit/chromium/src/
WebBindings.cpp 252 // The event type should be a drag event.
264 // Drag events are mouse events and should have a clipboard.
  /cts/tests/tests/widget/src/android/widget/cts/
GalleryTest.java 169 TouchUtils.drag(this, xy[0], 0, xy[1], xy[1], 1);
173 TouchUtils.drag(this, xy[0], 0, xy[1], xy[1], 1);
182 TouchUtils.drag(this, xy[0], 240, xy[1], xy[1], 1);
  /external/webkit/WebKit/chromium/src/js/
DevTools.js 367 /** Pending WebKit upstream by apavlov). Fixes iframe vs drag problem. */
376 glassPane.id = "glass-pane-for-drag";
388 var glassPane = document.getElementById("glass-pane-for-drag");
  /external/webkit/WebKitTools/DumpRenderTree/gtk/
EventSender.cpp 48 // TODO: Currently drag and drop related code is left out and
49 // should be merged once we have drag and drop support in WebCore.
382 // FIXME: Implement this completely once WebCore has complete drag and drop support
  /frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/
FileFilter.java 119 ignoreResultList.add("fast/events/drag-in-frames.html"); // requires eventSender.mouseDown(),mouseUp()
120 ignoreResultList.add("fast/events/drag-outside-window.html"); // requires eventSender.mouseDown(),mouseUp()
138 ignoreResultList.add("fast/forms/drag-into-textarea.html"); // requires eventSender.mouseDown(),mouseUp()
  /packages/apps/Music/src/com/android/music/
TouchInterceptor.java 301 mDragListener.drag(mDragPos, itemnum);
407 void drag(int from, int to); method in interface:TouchInterceptor.DragListener
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/parts/
UiElementEditPart.java 212 * For instance this is called during drag'n'drop with a CreateRequest.
231 * to accept drag'n'drop of new items from the palette.
  /development/cmds/monkey/
README.NETWORK.txt 69 the drag), followed by a "touch up" at the final location.
  /external/webkit/WebCore/css/
CSSSelector.cpp 86 DEFINE_STATIC_LOCAL(AtomicString, drag, ("-webkit-drag"));
87 DEFINE_STATIC_LOCAL(AtomicString, dragAlias, ("-khtml-drag")); // was documented with this name in Apple documentation, so keep an alia
196 else if (m_value == drag || m_value == dragAlias)

Completed in 100 milliseconds

1 2 34 5 6 7 8 910