Searched defs:draggable (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/extensions/common/
H A Ddraggable_region.h13 bool draggable; member in struct:extensions::DraggableRegion
/external/chromium_org/third_party/WebKit/public/web/
H A DWebDraggableRegion.h41 bool draggable; member in struct:blink::WebDraggableRegion
/external/chromium/chrome/browser/ui/cocoa/
H A Ddraggable_button.h12 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/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/
H A DSpectrum.js69 WebInspector.Spectrum.draggable(this._sliderElement, hueDrag.bind(this));
70 WebInspector.Spectrum.draggable(this._draggerElement, colorDrag.bind(this), colorDragStart.bind(this));
137 WebInspector.Spectrum.draggable = function(element, onmove, onstart, onstop) {
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLImageElement.cpp308 bool HTMLImageElement::draggable() const function in class:WebCore::HTMLImageElement
310 // Image elements are draggable by default.
H A DHTMLAnchorElement.cpp314 bool HTMLAnchorElement::draggable() const function in class:WebCore::HTMLAnchorElement
316 // Should be draggable if we have an href attribute.
H A DHTMLElement.cpp570 bool HTMLElement::draggable() const function in class:WebCore::HTMLElement
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderObject.h121 return draggable == o.draggable && bounds == o.bounds;
125 bool draggable; member in struct:WebCore::AnnotatedRegionValue
/external/chromium_org/third_party/WebKit/Source/core/testing/
H A DInternals.cpp2120 PassRefPtr<ClientRectList> Internals::annotatedRegions(Document* document, bool draggable, ExceptionState& exceptionState) argument
2133 if (regions[i].draggable == draggable)

Completed in 479 milliseconds