HomeSort by relevance Sort by last modified time
    Searched full:drag (Results 126 - 150 of 708) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/webkit/Source/WebCore/manual-tests/
drag-image-to-address-bar.html 10 Drag the image from below to the address bar, then click on the image.
text-field-autoscroll.html 13 The text field should not autoscroll its text during this drag.
  /external/webkit/Source/WebCore/page/
DragController.cpp 149 // FIXME: This method is poorly named. We're just clearing the selection from the document this drag is exiting.
314 // We send drag events in tryDHTMLDrag and that may be the reason.
341 // If we're not over an editable region, make sure we're clearing any prior drag cursor.
448 // manually controlling drag behaviour
526 // the page calls preventDefault() in a drag event but doesn't set dropEffect.
692 // This drag operation is not a DHTML drag and may go outside the WebView.
693 // We provide a default set of allowed drag operations that follows from:
698 // We allow DHTML/JS to set the drag image, even if its a link, image or text we're dragging.
705 bool startedDrag = true; // optimism - we almost always manage to start the drag
    [all...]
  /external/webkit/Tools/iExploder/iexploder-1.7.2/src/css-pseudo/
mozilla 5 -moz-drag-over
  /packages/apps/Launcher2/res/layout/
qsb_bar.xml 25 <!-- Drag specific targets container -->
  /packages/apps/Launcher2/res/values/
colors.xml 21 <!-- The color tints to apply to the text and drag view when hovering
  /packages/apps/Launcher2/src/com/android/launcher2/
DragScroller.java 29 * This event will only occur while a drag is active.
DragSource.java 24 * Interface defining an object that can originate a drag.
  /external/chromium/chrome/browser/resources/touch_ntp/
slider.js 99 * The minimum velocity required to transition cards if they did not drag past
222 * On each drag move event reposition the container appropriately so the
252 * On drag end events we may want to transition to another card, depending
253 * on the ending position of the drag and the velocity of the drag.
265 // If the drag wasn't far enough to change cards but the velocity was
323 // current card is new, or reset the existing card if we didn't drag
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/common/layout/
LayoutTestBase.java 50 * Helper function used by tests to drag a button into a canvas containing
54 * @param targetNode The target layout node to drag into
56 * @param dropPoint The drag point we should drag to and drop
57 * @param secondDropPoint An optional second drag point to drag to before
64 * we expect to see in the graphics output on the drag over
LinearLayoutRuleTest.java 295 // Drag point
315 // Without drag bounds it should be identical except no preview
327 // Drag point
355 // Drag point
380 // Drag the 2nd button, down to the position between 3rd and 4th
384 // Drag point
412 // Drag point
436 // Drag a button to the last position -- and confirm that the preview rectangle
442 // Drag point
  /external/chromium/chrome/browser/ui/views/tabs/
base_tab_strip.cc 62 // . The drag was completed before the animation completed
87 // spawned by non-mouse closes and drag-detaches.
306 // Don't accidentally start any drag operations during animations if the
324 // Build the set of selected tabs to drag and calculate the offset from the
348 // _not_ continue the drag because it can lead to weird bugs.
351 drag_controller_->Drag();
353 // The drag just started. Redirect mouse events to us to that the tab that
354 // originated the drag can be safely deleted.
384 drag_controller_->Drag();
546 // The tab was removed before the drag completed. Don't do anything
    [all...]
tab_strip_controller.h 69 // non drag-able Tab.
76 // Compatible tab strips can transfer tabs during drag and drop.
  /external/chromium/chrome/browser/ui/cocoa/tab_contents/
web_drop_target.mm 21 // drag&drop messages to WebCore and handle navigation on a successful drop
68 // Messages to send during the tracking of a drag, ususally upon recieving
69 // calls from the view system. Communicates the drag messages to WebCore.
73 // Save off the RVH so we can tell if it changes during a drag. If it does,
105 // We won't know the true operation (whether the drag is allowed) until we
244 // filenames in the drag are not converted to file URLs.
  /development/samples/HoneycombGallery/
_index.html 8 <li>Drag and drop</li>
25 Displays images, receives drag/drop events from other fragments, and can
  /external/chromium/chrome/browser/autocomplete/
autocomplete_popup_view_gtk.h 145 // simply ignore all remaining drag events, and the eventual mouse release
148 // erroneously ignore the next drag.
  /external/chromium/chrome/browser/ui/cocoa/
base_view.mm 111 // The tracking area will send an exit event even during a drag, which isn't
113 // sends it when the drag completes instead.
  /external/chromium/chrome/browser/ui/cocoa/find_bar/
find_bar_view.mm 19 // Register for all the drag types handled by the RWHVCocoa.
127 // Eat drag operations, to prevent drags from going through to the views below.
  /external/chromium/chrome/browser/ui/gtk/bookmarks/
bookmark_menu_controller_gtk.h 95 // The individual GtkMenuItems in the BookmarkMenu are all drag sources.
118 // - The menu is a drag target
  /external/webkit/Source/WebCore/dom/
Clipboard.h 41 // State available during IE's events for drag and drop and copy/paste
44 // Whether this clipboard is serving a drag-drop or copy-paste request.
  /external/webkit/Source/WebCore/platform/chromium/
DragDataChromium.cpp 102 // Mimic the situations in which mac allows drag&drop to do a smart replace.
103 // This is allowed whenever the drag data contains a 'range' (ie.,
WritableDataObject.h 45 // Used for one way communication of drag/drop and copy/paste data from the
61 // Used for transferring drag data from the renderer to the browser.
  /external/webkit/Source/WebKit/chromium/public/
WebClipboard.h 59 // Read-only buffer corresponding to the current drag operation, if any.
83 // paste, drag and drop, and selection copy (on X).
  /external/webkit/Source/WebKit/chromium/src/
DragClientImpl.cpp 69 // We want to handle drag operations for all source types.
80 // Add a ref to the frame just in case a load occurs mid-drag.
  /external/webkit/Source/WebKit/gtk/WebCoreSupport/
DragClientGtk.cpp 112 // A drag starting should prevent a double-click from happening. This might
113 // happen if a drag is followed very quickly by another click (like in the DRT).

Completed in 634 milliseconds

1 2 3 4 56 7 8 91011>>