/external/chromium/chrome/browser/ui/cocoa/ |
D | draggable_button.h | 28 @property(nonatomic) BOOL draggable;
|
D | draggable_button.mm | 22 @synthesize draggable = draggable_;
|
/external/chromium/chrome/browser/resources/bookmark_manager/js/bmm/ |
D | bookmark_list.js | 378 this.draggable = true; 467 this.draggable = false; 557 this.draggable = true;
|
D | bookmark_tree.js | 94 draggable: bookmarkNode.parentId != ROOT_ID property
|
/external/webkit/Source/WebCore/html/ |
D | HTMLImageElement.h | 93 virtual bool draggable() const;
|
D | HTMLAnchorElement.h | 114 virtual bool draggable() const;
|
D | HTMLElement.h | 63 virtual bool draggable() const;
|
D | HTMLElement.idl | 37 attribute boolean draggable;
|
D | HTMLAttributeNames.in | 94 draggable
|
D | HTMLImageElement.cpp | 335 bool HTMLImageElement::draggable() const in draggable() function in WebCore::HTMLImageElement
|
D | HTMLAnchorElement.cpp | 253 bool HTMLAnchorElement::draggable() const in draggable() function in WebCore::HTMLAnchorElement
|
D | HTMLElement.cpp | 707 bool HTMLElement::draggable() const in draggable() function in WebCore::HTMLElement
|
/external/chromium/chrome/browser/ui/cocoa/tabs/ |
D | tab_window_controller.h | 157 - (void)setTab:(NSView*)tabView isDraggable:(BOOL)draggable;
|
D | tab_window_controller.mm | 336 - (void)setTab:(NSView*)tabView isDraggable:(BOOL)draggable { 337 if (draggable)
|
/external/chromium/chrome/browser/resources/shared/js/cr/ui/ |
D | tree.js | 545 this.draggable = false; 582 this.draggable = true;
|
/external/webkit/Tools/iExploder/iexploder-1.7.2/src/html-attrs/ |
D | webkit | 86 draggable
|
D | mozilla | 167 draggable
|
/external/chromium/chrome/browser/resources/options/ |
D | language_list.js | 49 this.draggable = true;
|
/external/webkit/Tools/iExploder/iexploder-1.3.2/htdocs/ |
D | htmlattrs.in | 85 draggable
|
/external/chromium/chrome/browser/ui/cocoa/bookmarks/ |
D | bookmark_folder_target.mm | 45 // draggable. Thus we must use [NSApp currentEvent].
|
/external/webkit/Source/WebCore/inspector/front-end/ |
D | ResourcesPanel.js | 1094 this.listItemElement.draggable = true; 1331 this.listItemElement.draggable = true;
|
/external/chromium/chrome/browser/resources/ntp/ |
D | apps.js | 165 a.draggable = false;
|
/external/chromium/chrome/browser/ui/cocoa/location_bar/ |
D | autocomplete_text_field_cell.mm | 325 // If the decoration is draggable, then initiate a drag if the user
|
/external/chromium/chrome/browser/ui/cocoa/download/ |
D | download_item_controller.mm | 233 // Set correct popup menu. Also, set draggable download on completion.
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2010-01-29 | 57466 - 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.
|