HomeSort by relevance Sort by last modified time
    Searched full:draggable (Results 1 - 25 of 63) sorted by null

1 2 3

  /external/webkit/Source/WebCore/manual-tests/
drag_with_opacity.html 8 .draggable {
13 .draggable:hover {
17 .draggable:-khtml-drag {
28 <div class="draggable">Click to right of this text and drag</div>
drag-with-div-or-image-as-data-image.html 6 .draggable {
43 <div class="draggable" ondragstart="dragDivAndSeeImageDragged()"> Drag me, I am a div! (first div)</div>
46 <img src="resources/webkit-background.png" class="draggable" ondragstart="dragImageAndSeeDivDragged()" />
drag-cursor-notallowed.html 107 <div id="dragMe" draggable="true">Square</div>
  /external/chromium/chrome/browser/ui/cocoa/
draggable_button.h 12 BOOL draggable_; // Is this a draggable type of button?
28 @property(nonatomic) BOOL draggable; variable
74 // Resets the draggable state of the button after dragging is finished. This is
  /external/webkit/Source/WebCore/html/
HTMLElement.idl 37 attribute boolean draggable;
HTMLAttributeNames.in 94 draggable
HTMLImageElement.h 93 virtual bool draggable() const;
HTMLAnchorElement.h 114 virtual bool draggable() const;
HTMLElement.h 63 virtual bool draggable() const;
HTMLImageElement.cpp 335 bool HTMLImageElement::draggable() const function in class:WebCore::HTMLImageElement
337 // Image elements are draggable by default.
  /development/samples/ApiDemos/src/com/example/android/apis/view/
DragAndDropDemo.java 53 // Bring up a fourth draggable dot on the fly. Note that it
  /external/chromium/chrome/browser/ui/gtk/
constrained_window_gtk.h 47 // ConstrainedWindowGtk doesn't draw draggable fake windows and instead just
  /external/webkit/Tools/iExploder/iexploder-1.7.2/src/html-attrs/
webkit 86 draggable
  /frameworks/base/packages/SystemUI/res/values-sw600dp/
dimens.xml 44 <!-- On tablet-sized devices, we allocate the rightmost third(ish) of the draggable status bar
  /external/chromium/chrome/browser/resources/net_internals/
resizableverticalsplitview.js 6 * This view implements a vertically split display with a draggable divider.
25 * @param {!DivView} sizerView The widget that will serve as draggable divider.
  /external/chromium/chrome/browser/ui/gtk/bookmarks/
bookmark_menu_controller_gtk.h 82 // nodes to be draggable. The submenu is instead popped up on a
  /external/webkit/Tools/iExploder/iexploder-1.3.2/htdocs/
htmlattrs.in 85 draggable
  /frameworks/base/core/java/android/widget/
SeekBar.java 27 * A SeekBar is an extension of ProgressBar that adds a draggable thumb. The user can touch
  /packages/apps/MusicFX/src/com/android/musicfx/seekbar/
SeekBar.java 25 * A SeekBar is an extension of ProgressBar that adds a draggable thumb. The user can touch
  /external/chromium/chrome/browser/resources/bookmark_manager/js/bmm/
bookmark_tree.js 93 // Bookmark toolbar and Other bookmarks are not draggable.
94 draggable: bookmarkNode.parentId != ROOT_ID
bookmark_list.js 378 this.draggable = true;
467 this.draggable = false;
557 this.draggable = true;
  /external/chromium/chrome/browser/ui/cocoa/tabs/
tab_window_controller.h 155 // Get/set whether a particular tab is draggable between windows.
157 - (void)setTab:(NSView*)tabView isDraggable:(BOOL)draggable;
tab_window_controller.mm 336 - (void)setTab:(NSView*)tabView isDraggable:(BOOL)draggable {
337 if (draggable)
  /frameworks/base/packages/SystemUI/res/values/
dimens.xml 152 <!-- Height of the draggable handle at the bottom of the phone notification panel -->
178 If zero, the settings panel will not be directly draggable from the status bar. -->
  /external/chromium/chrome/browser/resources/
active_downloads.html 32 *[draggable] {
560 this.rowbutton.setAttribute('draggable', 'false');
659 // Make rowbutton draggable.
660 this.rowbutton.setAttribute('draggable', 'true');

Completed in 1336 milliseconds

1 2 3