Home
last modified time | relevance | path

Searched refs:draggable (Results 1 – 25 of 29) sorted by relevance

12

/external/chromium/chrome/browser/ui/cocoa/
Ddraggable_button.h28 @property(nonatomic) BOOL draggable;
Ddraggable_button.mm22 @synthesize draggable = draggable_;
/external/chromium/chrome/browser/resources/bookmark_manager/js/bmm/
Dbookmark_list.js378 this.draggable = true;
467 this.draggable = false;
557 this.draggable = true;
Dbookmark_tree.js94 draggable: bookmarkNode.parentId != ROOT_ID property
/external/webkit/Source/WebCore/html/
DHTMLImageElement.h93 virtual bool draggable() const;
DHTMLAnchorElement.h114 virtual bool draggable() const;
DHTMLElement.h63 virtual bool draggable() const;
DHTMLElement.idl37 attribute boolean draggable;
DHTMLAttributeNames.in94 draggable
DHTMLImageElement.cpp335 bool HTMLImageElement::draggable() const in draggable() function in WebCore::HTMLImageElement
DHTMLAnchorElement.cpp253 bool HTMLAnchorElement::draggable() const in draggable() function in WebCore::HTMLAnchorElement
DHTMLElement.cpp707 bool HTMLElement::draggable() const in draggable() function in WebCore::HTMLElement
/external/chromium/chrome/browser/ui/cocoa/tabs/
Dtab_window_controller.h157 - (void)setTab:(NSView*)tabView isDraggable:(BOOL)draggable;
Dtab_window_controller.mm336 - (void)setTab:(NSView*)tabView isDraggable:(BOOL)draggable {
337 if (draggable)
/external/chromium/chrome/browser/resources/shared/js/cr/ui/
Dtree.js545 this.draggable = false;
582 this.draggable = true;
/external/webkit/Tools/iExploder/iexploder-1.7.2/src/html-attrs/
Dwebkit86 draggable
Dmozilla167 draggable
/external/chromium/chrome/browser/resources/options/
Dlanguage_list.js49 this.draggable = true;
/external/webkit/Tools/iExploder/iexploder-1.3.2/htdocs/
Dhtmlattrs.in85 draggable
/external/chromium/chrome/browser/ui/cocoa/bookmarks/
Dbookmark_folder_target.mm45 // draggable. Thus we must use [NSApp currentEvent].
/external/webkit/Source/WebCore/inspector/front-end/
DResourcesPanel.js1094 this.listItemElement.draggable = true;
1331 this.listItemElement.draggable = true;
/external/chromium/chrome/browser/resources/ntp/
Dapps.js165 a.draggable = false;
/external/chromium/chrome/browser/ui/cocoa/location_bar/
Dautocomplete_text_field_cell.mm325 // If the decoration is draggable, then initiate a drag if the user
/external/chromium/chrome/browser/ui/cocoa/download/
Ddownload_item_controller.mm233 // Set correct popup menu. Also, set draggable download on completion.
/external/webkit/Source/WebCore/
DChangeLog-2010-01-2957466 - Disable the draggable toolbar
86846 Implement HTML5 draggable
86849 …This adds support for the HTML5 draggable attribute and its DOM binding. It maps the draggable pro…
86852 …c: http://www.whatwg.org/specs/web-apps/current-work/multipage/editing.html#the-draggable-attribute
86854 Test: fast/html/draggable.html
86858 (WebCore::HTMLAnchorElement::draggable):
86862 (WebCore::HTMLElement::draggable):
86867 (WebCore::HTMLImageElement::draggable):
96477 unless the element is draggable as dragging should take priority over starting a selection.

12