Home
last modified time | relevance | path

Searched defs:LayoutRect (Results 1 – 22 of 22) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/geometry/
DLayoutRect.h45 LayoutRect() { } in LayoutRect() function
46 LayoutRect(const LayoutPoint& location, const LayoutSize& size) in LayoutRect() function
48 LayoutRect(LayoutUnit x, LayoutUnit y, LayoutUnit width, LayoutUnit height) in LayoutRect() function
50 LayoutRect(const FloatPoint& location, const FloatSize& size) in LayoutRect() function
52 LayoutRect(const IntRect& rect) : m_location(rect.location()), m_size(rect.size()) { } in LayoutRect() function
DLayoutRect.cpp41 LayoutRect::LayoutRect(const FloatRect& r) in LayoutRect() function in blink::LayoutRect
DIntRect.h48 class LayoutRect; variable
DFloatRect.h44 class LayoutRect; variable
/external/chromium_org/third_party/WebKit/Source/core/paint/
DVideoPainter.h13 class LayoutRect; variable
DImagePainter.h13 class LayoutRect; variable
DInlinePainter.h15 class LayoutRect; variable
DObjectPainter.h15 class LayoutRect; variable
DInlineFlowBoxPainter.h17 class LayoutRect; variable
DBlockPainter.h13 class LayoutRect; variable
/external/chromium_org/third_party/WebKit/Source/core/editing/
DVisibleUnits.h34 class LayoutRect; variable
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
DShadowList.h44 class LayoutRect; variable
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
DSVGRenderSupport.h34 class LayoutRect; variable
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderLayerModelObject.h62 virtual bool backgroundIsKnownToBeOpaqueInRect(const LayoutRect&) const { return false; } in backgroundIsKnownToBeOpaqueInRect()
DRenderTreeAsText.h36 class LayoutRect; variable
DGapRects.h40 operator LayoutRect() const in LayoutRect() function
DScrollAlignment.h59 class LayoutRect; variable
DRenderObject.h998 …virtual void addFocusRingRects(Vector<LayoutRect>&, const LayoutPoint& additionalOffset, const Ren… in addFocusRingRects()
1116 …virtual void computeSelfHitTestRects(Vector<LayoutRect>&, const LayoutPoint& layerOffset) const { … in computeSelfHitTestRects()
/external/chromium_org/third_party/WebKit/Source/core/dom/
DDocumentMarkerController.h39 class LayoutRect; variable
/external/chromium_org/third_party/WebKit/Source/core/inspector/
DInspectorTraceEvents.h21 class LayoutRect; variable
DInspectorPageAgent.h57 class LayoutRect; variable
/external/chromium_org/third_party/WebKit/Source/platform/transforms/
DTransformationMatrix.h41 class LayoutRect; variable