HomeSort by relevance Sort by last modified time
    Searched defs:draggable (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/extensions/common/
draggable_region.h 13 bool draggable; member in struct:extensions::DraggableRegion
  /external/chromium_org/third_party/WebKit/public/web/
WebDraggableRegion.h 41 bool draggable; member in struct:blink::WebDraggableRegion
  /external/chromium_org/chrome/browser/ui/cocoa/
draggable_button_mixin.h 14 // 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/
Spectrum.js 63 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/third_party/WebKit/Source/core/html/
HTMLAnchorElement.cpp 244 bool HTMLAnchorElement::draggable() const function in class:blink::HTMLAnchorElement
246 // Should be draggable if we have an href attribute.
HTMLImageElement.cpp 480 bool HTMLImageElement::draggable() const function in class:blink::HTMLImageElement
482 // Image elements are draggable by default.
HTMLElement.cpp 528 bool HTMLElement::draggable() const function in class:blink::HTMLElement
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderObject.h 129 return draggable == o.draggable && bounds == o.bounds;
133 bool draggable; member in struct:blink::AnnotatedRegionValue
    [all...]

Completed in 219 milliseconds