Home
last modified time | relevance | path

Searched refs:logicalRectForWritingModeAndDirection (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderTableSection.h270 LayoutRect logicalRectForWritingModeAndDirection(const LayoutRect&) const;
DRenderTableSection.cpp1359 LayoutRect RenderTableSection::logicalRectForWritingModeAndDirection(const LayoutRect& rect) const in logicalRectForWritingModeAndDirection() function in WebCore::RenderTableSection
1472 LayoutRect tableAlignedRect = logicalRectForWritingModeAndDirection(localRepaintRect); in paintObject()
1739 LayoutRect tableAlignedRect = logicalRectForWritingModeAndDirection(hitTestRect); in nodeAtPoint()