HomeSort by relevance Sort by last modified time
    Searched refs:draggable (Results 1 - 25 of 36) sorted by null

1 2

  /external/chromium_org/extensions/common/
draggable_region.cc 10 : draggable(false) {
draggable_region.h 13 bool draggable; member in struct:extensions::DraggableRegion
extension_messages.h 169 IPC_STRUCT_TRAITS_MEMBER(draggable)
636 // Sent by the renderer when the draggable regions are updated.
  /external/chromium_org/third_party/WebKit/public/web/
WebDraggableRegion.h 41 bool draggable; member in struct:blink::WebDraggableRegion
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLElement.idl 30 [CustomElementCallbacks] attribute boolean draggable;
HTMLAnchorElement.h 103 virtual bool draggable() const OVERRIDE FINAL;
HTMLImageElement.h 125 virtual bool draggable() const OVERRIDE;
HTMLElement.h 56 virtual bool draggable() const;
HTMLAnchorElement.cpp 270 bool HTMLAnchorElement::draggable() const function in class:WebCore::HTMLAnchorElement
272 // Should be draggable if we have an href attribute.
HTMLImageElement.cpp 428 bool HTMLImageElement::draggable() const function in class:WebCore::HTMLImageElement
430 // Image elements are draggable by default.
HTMLElement.cpp 517 bool HTMLElement::draggable() const function in class:WebCore::HTMLElement
    [all...]
  /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 70 WebInspector.Spectrum.draggable(this._sliderElement, hueDrag.bind(this));
71 WebInspector.Spectrum.draggable(this._draggerElement, colorDrag.bind(this), colorDragStart.bind(this));
139 WebInspector.Spectrum.draggable = function(element, onmove, onstart, onstop) {
  /external/chromium_org/third_party/WebKit/Source/web/
WebDocument.cpp 289 draggableRegions[i].draggable = value.draggable;
  /external/chromium_org/extensions/renderer/
extension_helper.cc 207 region.draggable = webregions[i].draggable;
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderObject.h 130 return draggable == o.draggable && bounds == o.bounds;
134 bool draggable; member in struct:WebCore::AnnotatedRegionValue
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/testing/
Internals.h 330 PassRefPtrWillBeRawPtr<ClientRectList> annotatedRegions(Document*, bool draggable, ExceptionState&);
Internals.cpp     [all...]
  /build/tools/droiddoc/templates-sac/assets/js/
android_3p-bundle.js     [all...]
  /build/tools/droiddoc/templates-sdk/assets/js/
android_3p-bundle.js     [all...]
  /build/tools/droiddoc/templates-sdk-dyn/assets/js/
android_3p-bundle.js     [all...]
  /external/chromium_org/ui/file_manager/file_manager/foreground/js/image_editor/
image_transform.js 204 * A draggable rectangle over the image.
  /external/chromium_org/ui/file_manager/gallery/js/image_editor/
image_transform.js 204 * A draggable rectangle over the image.
  /external/chromium_org/apps/
app_window.cc     [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/sources/
NavigatorView.js 838 this.listItemElement.draggable = true;
    [all...]

Completed in 790 milliseconds

1 2