HomeSort by relevance Sort by last modified time
    Searched defs:draggable (Results 1 - 9 of 9) 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:WebKit::WebDraggableRegion
  /external/chromium/chrome/browser/ui/cocoa/
draggable_button.h 12 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/
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/
Spectrum.js 69 WebInspector.Spectrum.draggable(this._sliderElement, hueDrag.bind(this));
70 WebInspector.Spectrum.draggable(this._draggerElement, colorDrag.bind(this), colorDragStart.bind(this));
118 WebInspector.Spectrum.draggable = function(element, onmove, onstart, onstop) {
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLImageElement.cpp 285 bool HTMLImageElement::draggable() const function in class:WebCore::HTMLImageElement
287 // Image elements are draggable by default.
HTMLAnchorElement.cpp 330 bool HTMLAnchorElement::draggable() const function in class:WebCore::HTMLAnchorElement
332 // Should be draggable if we have an href attribute.
HTMLElement.cpp 677 bool HTMLElement::draggable() const function in class:WebCore::HTMLElement
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderObject.h 119 return draggable == o.draggable && bounds == o.bounds;
127 bool draggable; member in struct:WebCore::AnnotatedRegionValue
    [all...]

Completed in 346 milliseconds