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

1 2 3 4

  /external/chromium_org/third_party/WebKit/Source/core/dom/
ClientRectList.h 41 class ClientRectList FINAL : public RefCountedWillBeGarbageCollectedFinalized<ClientRectList>, public ScriptWrappable {
43 static PassRefPtrWillBeRawPtr<ClientRectList> create()
45 return adoptRefWillBeNoop(new ClientRectList);
47 static PassRefPtrWillBeRawPtr<ClientRectList> create(const Vector<FloatQuad>& quads)
49 return adoptRefWillBeNoop(new ClientRectList(quads));
51 ~ClientRectList();
59 ClientRectList();
60 explicit ClientRectList(const Vector<FloatQuad>&);
ClientRectList.cpp 28 #include "core/dom/ClientRectList.h"
34 ClientRectList::ClientRectList()
39 ClientRectList::ClientRectList(const Vector<FloatQuad>& quads)
47 ClientRectList::~ClientRectList()
51 unsigned ClientRectList::length() const
56 ClientRect* ClientRectList::item(unsigned index)
67 void ClientRectList::trace(Visitor* visitor
    [all...]
ClientRectList.idl 29 ] interface ClientRectList {
Range.idl 70 ClientRectList getClientRects();
Range.h 40 class ClientRectList;
142 PassRefPtrWillBeRawPtr<ClientRectList> getClientRects() const;
Element.idl 116 ClientRectList getClientRects();
Element.h 47 class ClientRectList;
212 PassRefPtrWillBeRawPtr<ClientRectList> getClientRects();
    [all...]
Range.cpp 30 #include "core/dom/ClientRectList.h"
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/testing/
LayerRectList.h 43 class ClientRectList;
Internals.h 45 class ClientRectList;
224 PassRefPtrWillBeRawPtr<ClientRectList> repaintRects(Element*, ExceptionState&) const;
228 PassRefPtrWillBeRawPtr<ClientRectList> nonFastScrollableRects(Document*, ExceptionState&) const;
279 PassRefPtrWillBeRawPtr<ClientRectList> draggableRegions(Document*, ExceptionState&);
280 PassRefPtrWillBeRawPtr<ClientRectList> nonDraggableRegions(Document*, ExceptionState&);
330 PassRefPtrWillBeRawPtr<ClientRectList> annotatedRegions(Document*, bool draggable, ExceptionState&);
Internals.idl 183 [RaisesException] ClientRectList nonFastScrollableRects(Document document);
186 [RaisesException] ClientRectList repaintRects(Element element);
240 [RaisesException] ClientRectList draggableRegions(Document document);
241 [RaisesException] ClientRectList nonDraggableRegions(Document document);
Internals.cpp 44 #include "core/dom/ClientRectList.h"
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/page/
Page.h 46 class ClientRectList;
164 PassRefPtrWillBeRawPtr<ClientRectList> nonFastScrollableRects(const LocalFrame*);
Page.cpp 23 #include "core/dom/ClientRectList.h"
188 PassRefPtrWillBeRawPtr<ClientRectList> Page::nonFastScrollableRects(const LocalFrame* frame)
200 return ClientRectList::create(quads);
  /external/chromium_org/third_party/WebKit/Source/web/tests/
TouchActionTest.cpp 34 #include "core/dom/ClientRectList.h"
227 RefPtrWillBePersistent<WebCore::ClientRectList> rects = element->getClientRects();
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/injected/
active_indicator.js 68 * @type {ClientRectList|Array.<ClientRect>}
407 * @param {ClientRectList|Array.<ClientRect>} immutableRects The object rectangles.
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/
webcore_dom.target.darwin-arm.mk 39 third_party/WebKit/Source/core/dom/ClientRectList.cpp \
webcore_dom.target.darwin-arm64.mk 39 third_party/WebKit/Source/core/dom/ClientRectList.cpp \
webcore_dom.target.darwin-mips.mk 39 third_party/WebKit/Source/core/dom/ClientRectList.cpp \
webcore_dom.target.darwin-x86.mk 39 third_party/WebKit/Source/core/dom/ClientRectList.cpp \
webcore_dom.target.darwin-x86_64.mk 39 third_party/WebKit/Source/core/dom/ClientRectList.cpp \
webcore_dom.target.linux-arm.mk 39 third_party/WebKit/Source/core/dom/ClientRectList.cpp \
webcore_dom.target.linux-arm64.mk 39 third_party/WebKit/Source/core/dom/ClientRectList.cpp \
webcore_dom.target.linux-mips.mk 39 third_party/WebKit/Source/core/dom/ClientRectList.cpp \
webcore_dom.target.linux-x86.mk 39 third_party/WebKit/Source/core/dom/ClientRectList.cpp \

Completed in 1722 milliseconds

1 2 3 4