Searched refs:ClientRectList (Results 1 - 25 of 88) sorted by last modified time

1234

/external/chromium_org/third_party/WebKit/Source/web/tests/
H A DTouchActionTest.cpp34 #include "core/dom/ClientRectList.h"
224 RefPtrWillBePersistent<ClientRectList> rects = element->getClientRects();
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DClientRectList.cpp28 #include "core/dom/ClientRectList.h"
34 DEFINE_EMPTY_DESTRUCTOR_WILL_BE_REMOVED(ClientRectList);
36 ClientRectList::ClientRectList() function in class:blink::ClientRectList
40 ClientRectList::ClientRectList(const Vector<FloatQuad>& quads) function in class:blink::ClientRectList
47 unsigned ClientRectList::length() const
52 ClientRect* ClientRectList::item(unsigned index)
63 void ClientRectList::trace(Visitor* visitor)
H A DClientRectList.h41 class ClientRectList FINAL : public RefCountedWillBeGarbageCollected<ClientRectList>, public ScriptWrappable {
42 DECLARE_EMPTY_DESTRUCTOR_WILL_BE_REMOVED(ClientRectList);
45 static PassRefPtrWillBeRawPtr<ClientRectList> create()
47 return adoptRefWillBeNoop(new ClientRectList);
49 static PassRefPtrWillBeRawPtr<ClientRectList> create(const Vector<FloatQuad>& quads)
51 return adoptRefWillBeNoop(new ClientRectList(quads));
59 ClientRectList();
60 explicit ClientRectList(const Vector<FloatQuad>&);
H A DClientRectList.idl29 ] interface ClientRectList {
H A DElement.cpp53 #include "core/dom/ClientRectList.h"
801 PassRefPtrWillBeRawPtr<ClientRectList> Element::getClientRects()
807 return ClientRectList::create();
815 return ClientRectList::create(quads);
H A DElement.h47 class ClientRectList;
192 PassRefPtrWillBeRawPtr<ClientRectList> getClientRects();
H A DElement.idl114 ClientRectList getClientRects();
H A DRange.cpp30 #include "core/dom/ClientRectList.h"
1704 PassRefPtrWillBeRawPtr<ClientRectList> Range::getClientRects() const
1711 return ClientRectList::create(quads);
H A DRange.h40 class ClientRectList;
145 PassRefPtrWillBeRawPtr<ClientRectList> getClientRects() const;
H A DRange.idl71 ClientRectList getClientRects();
/external/chromium_org/third_party/WebKit/Source/core/page/
H A DPage.cpp23 #include "core/dom/ClientRectList.h"
187 PassRefPtrWillBeRawPtr<ClientRectList> Page::nonFastScrollableRects(const LocalFrame* frame)
199 return ClientRectList::create(quads);
H A DPage.h46 class ClientRectList;
156 PassRefPtrWillBeRawPtr<ClientRectList> nonFastScrollableRects(const LocalFrame*);
/external/chromium_org/third_party/WebKit/Source/core/testing/
H A DInternals.cpp44 #include "core/dom/ClientRectList.h"
1617 PassRefPtrWillBeRawPtr<ClientRectList> Internals::nonFastScrollableRects(Document* document, ExceptionState& exceptionState) const
1845 PassRefPtrWillBeRawPtr<ClientRectList> Internals::draggableRegions(Document* document, ExceptionState& exceptionState)
1850 PassRefPtrWillBeRawPtr<ClientRectList> Internals::nonDraggableRegions(Document* document, ExceptionState& exceptionState)
1855 PassRefPtrWillBeRawPtr<ClientRectList> Internals::annotatedRegions(Document* document, bool draggable, ExceptionState& exceptionState)
1860 return ClientRectList::create();
1872 return ClientRectList::create(quads);
H A DInternals.h47 class ClientRectList;
221 PassRefPtrWillBeRawPtr<ClientRectList> nonFastScrollableRects(Document*, ExceptionState&) const;
270 PassRefPtrWillBeRawPtr<ClientRectList> draggableRegions(Document*, ExceptionState&);
271 PassRefPtrWillBeRawPtr<ClientRectList> nonDraggableRegions(Document*, ExceptionState&);
333 PassRefPtrWillBeRawPtr<ClientRectList> annotatedRegions(Document*, bool draggable, ExceptionState&);
H A DInternals.idl173 [RaisesException, TypeChecking=Interface] ClientRectList nonFastScrollableRects(Document document);
227 [RaisesException, TypeChecking=Interface] ClientRectList draggableRegions(Document document);
228 [RaisesException, TypeChecking=Interface] ClientRectList nonDraggableRegions(Document document);
H A DLayerRectList.h43 class ClientRectList;
/external/chromium_org/third_party/WebKit/Source/core/
H A Dwebcore_dom.target.darwin-arm.mk38 third_party/WebKit/Source/core/dom/ClientRectList.cpp \
H A Dwebcore_dom.target.darwin-arm64.mk38 third_party/WebKit/Source/core/dom/ClientRectList.cpp \
H A Dwebcore_dom.target.darwin-mips.mk38 third_party/WebKit/Source/core/dom/ClientRectList.cpp \
H A Dwebcore_dom.target.darwin-mips64.mk38 third_party/WebKit/Source/core/dom/ClientRectList.cpp \
H A Dwebcore_dom.target.darwin-x86.mk38 third_party/WebKit/Source/core/dom/ClientRectList.cpp \
H A Dwebcore_dom.target.darwin-x86_64.mk38 third_party/WebKit/Source/core/dom/ClientRectList.cpp \
H A Dwebcore_dom.target.linux-arm.mk38 third_party/WebKit/Source/core/dom/ClientRectList.cpp \
H A Dwebcore_dom.target.linux-arm64.mk38 third_party/WebKit/Source/core/dom/ClientRectList.cpp \
H A Dwebcore_dom.target.linux-mips.mk38 third_party/WebKit/Source/core/dom/ClientRectList.cpp \

Completed in 253 milliseconds

1234