/external/chromium_org/third_party/WebKit/Source/core/dom/ |
D | ClientRect.h | 40 class ClientRect FINAL : public RefCountedWillBeGarbageCollected<ClientRect>, public ScriptWrappabl… 43 static PassRefPtrWillBeRawPtr<ClientRect> create() in create() 45 return adoptRefWillBeNoop(new ClientRect); in create() 47 static PassRefPtrWillBeRawPtr<ClientRect> create(const IntRect& rect) in create() 49 return adoptRefWillBeNoop(new ClientRect(rect)); in create() 51 static PassRefPtrWillBeRawPtr<ClientRect> create(const FloatRect& rect) in create() 53 return adoptRefWillBeNoop(new ClientRect(rect)); in create() 66 ClientRect(); 67 explicit ClientRect(const IntRect&); 68 explicit ClientRect(const FloatRect&);
|
D | ClientRect.cpp | 32 ClientRect::ClientRect() in ClientRect() function in blink::ClientRect 36 ClientRect::ClientRect(const IntRect& rect) in ClientRect() function in blink::ClientRect 41 ClientRect::ClientRect(const FloatRect& rect) in ClientRect() function in blink::ClientRect
|
D | ClientRectList.h | 39 class ClientRect; variable 54 ClientRect* item(unsigned index); 62 WillBeHeapVector<RefPtrWillBeMember<ClientRect> > m_list;
|
D | ClientRectList.cpp | 44 m_list.append(ClientRect::create(quads[i].enclosingBoundingBox())); in ClientRectList() 52 ClientRect* ClientRectList::item(unsigned index) in item()
|
D | Range.h | 39 class ClientRect; variable 146 PassRefPtrWillBeRawPtr<ClientRect> getBoundingClientRect() const;
|
D | ClientRectList.idl | 31 getter ClientRect item(unsigned long index);
|
D | ClientRect.idl | 29 ] interface ClientRect {
|
D | Range.idl | 72 ClientRect getBoundingClientRect();
|
D | Element.idl | 115 ClientRect getBoundingClientRect();
|
D | Element.h | 46 class ClientRect; variable 193 PassRefPtrWillBeRawPtr<ClientRect> getBoundingClientRect();
|
D | Range.cpp | 1714 PassRefPtrWillBeRawPtr<ClientRect> Range::getBoundingClientRect() const in getBoundingClientRect() 1716 return ClientRect::create(boundingRect()); in getBoundingClientRect()
|
D | Element.cpp | 818 PassRefPtrWillBeRawPtr<ClientRect> Element::getBoundingClientRect() in getBoundingClientRect() 836 return ClientRect::create(); in getBoundingClientRect() 844 return ClientRect::create(result); in getBoundingClientRect()
|
/external/chromium_org/third_party/WebKit/Source/core/testing/ |
D | LayerRect.h | 49 …const String& layerType, int nodeOffsetX, int nodeOffsetY, PassRefPtrWillBeRawPtr<ClientRect> rect) in create() 58 ClientRect* layerRelativeRect() const { return m_rect.get(); } in layerRelativeRect() 67 …const String& layerName, int nodeOffsetX, int nodeOffsetY, PassRefPtrWillBeRawPtr<ClientRect> rect) in LayerRect() 78 RefPtrWillBeMember<ClientRect> m_rect;
|
D | LayerRectList.h | 42 class ClientRect; variable 57 … layerName, int layerOffsetX, int layerOffsetY, PassRefPtrWillBeRawPtr<ClientRect> layerRelativeRe…
|
D | Internals.h | 46 class ClientRect; variable 141 PassRefPtrWillBeRawPtr<ClientRect> absoluteCaretBounds(ExceptionState&); 143 PassRefPtrWillBeRawPtr<ClientRect> boundingBox(Element*); 173 …PassRefPtrWillBeRawPtr<ClientRect> bestZoomableAreaForTouchPoint(long x, long y, long width, long … 288 PassRefPtrWillBeRawPtr<ClientRect> selectionBounds(ExceptionState&);
|
D | LayerRectList.cpp | 57 … layerType, int layerOffsetX, int layerOffsetY, PassRefPtrWillBeRawPtr<ClientRect> layerRelativeRe… in append()
|
D | Internals.cpp | 685 PassRefPtrWillBeRawPtr<ClientRect> Internals::absoluteCaretBounds(ExceptionState& exceptionState) in absoluteCaretBounds() 690 return ClientRect::create(); in absoluteCaretBounds() 693 return ClientRect::create(document->frame()->selection().absoluteCaretBounds()); in absoluteCaretBounds() 696 PassRefPtrWillBeRawPtr<ClientRect> Internals::boundingBox(Element* element) in boundingBox() 703 return ClientRect::create(); in boundingBox() 704 return ClientRect::create(renderer->absoluteBoundingBoxRectIgnoringTransforms()); in boundingBox() 1080 PassRefPtrWillBeRawPtr<ClientRect> Internals::bestZoomableAreaForTouchPoint(long x, long y, long wi… in bestZoomableAreaForTouchPoint() 1097 return ClientRect::create(zoomableArea); in bestZoomableAreaForTouchPoint() 1292 …ts->append(node, layerType, layerOffset.width(), layerOffset.height(), ClientRect::create(layerRec… in accumulateLayerRectList() 1980 PassRefPtrWillBeRawPtr<ClientRect> Internals::selectionBounds(ExceptionState& exceptionState) in selectionBounds() [all …]
|
D | Internals.idl | 87 [RaisesException] ClientRect absoluteCaretBounds(); 89 [TypeChecking=Interface] ClientRect boundingBox(Element element); 124 …[RaisesException, TypeChecking=Interface] ClientRect bestZoomableAreaForTouchPoint(long x, long y,… 246 [RaisesException] ClientRect selectionBounds();
|
D | LayerRect.idl | 44 readonly attribute ClientRect layerRelativeRect;
|
/external/chromium_org/remoting/webapp/js_proto/ |
D | chrome_proto.js | 391 function ClientRect() { class
|
/external/chromium_org/third_party/WebKit/Source/core/html/track/vtt/ |
D | VTTRegion.cpp | 376 RefPtrWillBeRawPtr<ClientRect> clientRect = child->getBoundingClientRect(); in displayLastVTTCueBox()
|
/external/chromium_org/third_party/WebKit/Source/web/tests/ |
D | TouchActionTest.cpp | 226 RefPtrWillBePersistent<ClientRect> r = rects->item(0); in runTestOnTree()
|
/external/chromium_org/third_party/WebKit/Source/bindings/core/ |
D | core_global_constructors_idls_idl_files_list.tmp | 49 ../../core/dom/ClientRect.idl
|
/external/chromium_org/third_party/WebKit/Source/bindings/modules/v8/ |
D | core_idl_files_list.tmp | 55 ../../../core/dom/ClientRect.idl
|
/external/chromium_org/third_party/WebKit/Source/core/ |
D | webcore_dom.target.darwin-x86.mk | 37 third_party/WebKit/Source/core/dom/ClientRect.cpp \
|