Searched defs:LayoutRect (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/platform/graphics/
H A DLayoutRect.cpp38 LayoutRect::LayoutRect(const FloatRect& r) function in class:WebCore::LayoutRect
[all...]
H A DLayoutRect.h42 class LayoutRect { class in namespace:WebCore
44 LayoutRect() { } function in class:WebCore::LayoutRect
45 LayoutRect(const LayoutPoint& location, const LayoutSize& size) function in class:WebCore::LayoutRect
47 LayoutRect(LayoutUnit x, LayoutUnit y, LayoutUnit width, LayoutUnit height) function in class:WebCore::LayoutRect
49 LayoutRect(const FloatPoint& location, const FloatSize& size) function in class:WebCore::LayoutRect
51 LayoutRect(const IntRect& rect) : m_location(rect.location()), m_size(rect.size()) { } function in class:WebCore::LayoutRect
[all...]
/macosx-10.10/WebCore-7600.1.25/rendering/
H A DGapRects.h[all...]
H A DRenderRegion.h109 virtual void collectLayerFragments(LayerFragments&, const LayoutRect&, const LayoutRect&) { } argument
[all...]
/macosx-10.10/WebCore-7600.1.25/page/scrolling/
H A DScrollingCoordinator.h171 virtual void syncChildPositions(const LayoutRect&) { } argument

Completed in 176 milliseconds