HomeSort by relevance Sort by last modified time
    Searched refs:draggable (Results 1 - 25 of 31) 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 165 IPC_STRUCT_TRAITS_MEMBER(draggable)
691 // 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 28 [CustomElementCallbacks] attribute boolean draggable;
HTMLAnchorElement.h 107 virtual bool draggable() const OVERRIDE FINAL;
HTMLImageElement.h 123 virtual bool draggable() const OVERRIDE;
HTMLElement.h 60 virtual bool draggable() const;
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/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/extensions/renderer/
extension_helper.cc 166 region.draggable = webregions[i].draggable;
  /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/web/
WebDocument.cpp 322 draggableRegions[i].draggable = value.draggable;
  /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...]
RenderInline.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/testing/
Internals.h 333 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/extensions/browser/app_window/
app_window.cc     [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/sources/
NavigatorView.js 855 this.listItemElement.draggable = true;
    [all...]
  /external/chromium_org/ui/file_manager/gallery/js/image_editor/
image_transform.js 263 * A draggable rectangle over the image.

Completed in 2438 milliseconds

1 2