Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderRegion.h87 virtual void collectLayerFragments(LayerFragments&, const LayoutRect&, const LayoutRect&) { } in collectLayerFragments()
DRenderLayerModelObject.h64 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.h1076 …virtual void computeSelfHitTestRects(Vector<LayoutRect>&, const LayoutPoint& layerOffset) const { … in computeSelfHitTestRects()
/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 WebCore::LayoutRect
DIntRect.h48 class LayoutRect; variable
DFloatRect.h44 class LayoutRect; variable
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
DShadowList.h42 class LayoutRect; variable
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
DSVGRenderSupport.h33 class LayoutRect; variable
/external/chromium_org/third_party/WebKit/Source/core/dom/
DDocumentMarkerController.h40 class LayoutRect; variable
DDocument.h130 class LayoutRect; variable
/external/chromium_org/third_party/WebKit/Source/core/inspector/
DInspectorTraceEvents.h20 class LayoutRect; variable
DInspectorPageAgent.h57 class LayoutRect; variable
/external/chromium_org/third_party/WebKit/Source/platform/transforms/
DTransformationMatrix.h41 class LayoutRect; variable