Searched defs:draggableRegions (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/web/
H A DWebDocument.cpp313 WebVector<WebDraggableRegion> WebDocument::draggableRegions() const function in class:blink::WebDocument
315 WebVector<WebDraggableRegion> draggableRegions; local
319 draggableRegions = WebVector<WebDraggableRegion>(regions.size());
322 draggableRegions[i].draggable = value.draggable;
323 draggableRegions[i].bounds = IntRect(value.bounds);
326 return draggableRegions;
/external/chromium_org/third_party/WebKit/Source/core/testing/
H A DInternals.cpp1845 PassRefPtrWillBeRawPtr<ClientRectList> Internals::draggableRegions(Document* document, ExceptionState& exceptionState) function in class:blink::Internals

Completed in 73 milliseconds