Home
last modified time | relevance | path

Searched refs:webkitGetRegionFlowRanges (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/dom/
DElement.idl130 [RuntimeEnabled=CSSRegions] sequence<Range> webkitGetRegionFlowRanges();
DElement.h505 Vector<RefPtr<Range> > webkitGetRegionFlowRanges() const;
DElement.cpp3023 Vector<RefPtr<Range> > Element::webkitGetRegionFlowRanges() const in webkitGetRegionFlowRanges() function in WebCore::Element