Searched refs:draggable (Results 1 - 25 of 32) sorted by relevance

12

/external/chromium_org/extensions/common/
H A Ddraggable_region.cc10 : draggable(false) {
H A Ddraggable_region.h13 bool draggable; member in struct:extensions::DraggableRegion
H A Dextension_messages.h165 IPC_STRUCT_TRAITS_MEMBER(draggable)
691 // Sent by the renderer when the draggable regions are updated.
/external/chromium_org/third_party/WebKit/public/web/
H A DWebDraggableRegion.h41 bool draggable; member in struct:blink::WebDraggableRegion
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLElement.idl28 [CustomElementCallbacks] attribute boolean draggable;
H A DHTMLAnchorElement.h107 virtual bool draggable() const OVERRIDE FINAL;
H A DHTMLElement.h60 virtual bool draggable() const;
H A DHTMLImageElement.h123 virtual bool draggable() const OVERRIDE;
H A DHTMLAnchorElement.cpp244 bool HTMLAnchorElement::draggable() const function in class:blink::HTMLAnchorElement
246 // Should be draggable if we have an href attribute.
H A DHTMLImageElement.cpp480 bool HTMLImageElement::draggable() const function in class:blink::HTMLImageElement
482 // Image elements are draggable by default.
H A DHTMLElement.cpp528 bool HTMLElement::draggable() const function in class:blink::HTMLElement
/external/chromium_org/chrome/browser/ui/cocoa/
H A Ddraggable_button_mixin.h14 // Buttons that want to be draggable should implement the Mixin protocol below
60 // Resets the draggable state of the button after dragging is finished. This is
95 // Is this a draggable type of button?
116 @property(nonatomic) BOOL draggable; variable
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/elements/
H A DSpectrum.js63 WebInspector.Spectrum.draggable(this._sliderElement, hueDrag.bind(this));
64 WebInspector.Spectrum.draggable(this._draggerElement, colorDrag.bind(this), colorDragStart.bind(this));
132 WebInspector.Spectrum.draggable = function(element, onmove, onstart, onstop) {
/external/chromium_org/extensions/renderer/
H A Dextension_helper.cc166 region.draggable = webregions[i].draggable;
/external/chromium_org/ui/webui/resources/js/cr/ui/
H A Dtree.js573 this.draggable = false;
610 this.draggable = true;
/external/chromium_org/third_party/WebKit/Source/web/
H A DWebDocument.cpp322 draggableRegions[i].draggable = value.draggable;
/external/chromium_org/chrome/browser/resources/bookmark_manager/js/bmm/
H A Dbookmark_list.js391 this.draggable = true;
508 this.draggable = false;
585 this.draggable = true;
H A Dbookmark_tree.js101 // Bookmark toolbar and Other bookmarks are not draggable.
102 draggable: bookmarkNode.parentId != ROOT_ID
/external/chromium_org/chrome/browser/resources/options/
H A Dbrowser_options_startup_page_list.js87 this.draggable = true;
182 // StartupPageListItem should be the only draggable element type in the
H A Dlanguage_list.js51 this.draggable = true;
242 // ListItem should be the only draggable element type in the page,
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderObject.h129 return draggable == o.draggable && bounds == o.bounds;
133 bool draggable; member in struct:blink::AnnotatedRegionValue
/external/chromium_org/third_party/WebKit/Source/core/testing/
H A DInternals.h333 PassRefPtrWillBeRawPtr<ClientRectList> annotatedRegions(Document*, bool draggable, ExceptionState&);
H A DInternals.cpp1855 PassRefPtrWillBeRawPtr<ClientRectList> Internals::annotatedRegions(Document* document, bool draggable, ExceptionState& exceptionState) argument
1869 if (regions[i].draggable == draggable)
/external/chromium_org/extensions/browser/app_window/
H A Dapp_window.cc1092 region.draggable ? SkRegion::kUnion_Op : SkRegion::kDifference_Op);
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/sources/
H A DNavigatorView.js855 this.listItemElement.draggable = true;

Completed in 3605 milliseconds

12