HomeSort by relevance Sort by last modified time
    Searched refs:ClientRect (Results 1 - 16 of 16) sorted by null

  /external/webkit/Source/WebCore/dom/
ClientRect.cpp 28 #include "ClientRect.h"
32 ClientRect::ClientRect()
36 ClientRect::ClientRect(const IntRect& rect)
41 ClientRect::ClientRect(const FloatRect& rect)
ClientRect.h 38 class ClientRect : public RefCounted<ClientRect> {
40 static PassRefPtr<ClientRect> create() { return adoptRef(new ClientRect); }
41 static PassRefPtr<ClientRect> create(const IntRect& rect) { return adoptRef(new ClientRect(rect)); }
42 static PassRefPtr<ClientRect> create(const FloatRect& rect) { return adoptRef(new ClientRect(rect)); }
52 ClientRect();
53 ClientRect(const IntRect&)
    [all...]
ClientRectList.idl 33 ClientRect item(in [IsIndex] unsigned long index);
ClientRectList.h 37 class ClientRect;
46 ClientRect* item(unsigned index);
52 Vector<RefPtr<ClientRect> > m_list;
ClientRectList.cpp 31 #include "ClientRect.h"
43 m_list.append(ClientRect::create(quads[i].enclosingBoundingBox()));
55 ClientRect* ClientRectList::item(unsigned index)
ClientRect.idl 29 interface ClientRect {
Range.h 36 class ClientRect;
131 PassRefPtr<ClientRect> getBoundingClientRect() const;
Range.idl 92 ClientRect getBoundingClientRect();
Element.h 36 class ClientRect;
172 PassRefPtr<ClientRect> getBoundingClientRect() const;
Element.idl 128 ClientRect getBoundingClientRect();
Element.cpp 35 #include "ClientRect.h"
572 PassRefPtr<ClientRect> Element::getBoundingClientRect() const
593 return ClientRect::create();
610 return ClientRect::create(result);
    [all...]
Range.cpp 28 #include "ClientRect.h"
    [all...]
  /external/webkit/Source/WebCore/page/
DOMWindow.idl 593 attribute ClientRectConstructor ClientRect;
    [all...]
  /external/chromium/chrome/browser/resources/bookmark_manager/js/
main.js 726 // ClientRect is read only so clone in into a read-write object.
770 * @param {ClientRect} targetRect The drop target rect
    [all...]
  /external/webkit/Source/WebCore/
Android.mk 116 dom/ClientRect.cpp \
    [all...]
  /external/webkit/Source/WebKit/qt/Api/
qwebpage.cpp 44 #include "ClientRect.h"
    [all...]

Completed in 811 milliseconds