Home
last modified time | relevance | path

Searched refs:subtractCaptionRect (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/paint/
DTablePainter.cpp98 m_renderTable.subtractCaptionRect(rect); in paintBoxDecorationBackground()
108 m_renderTable.subtractCaptionRect(rect); in paintMask()
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderTable.h280 void subtractCaptionRect(LayoutRect&) const;
DRenderTable.cpp626 void RenderTable::subtractCaptionRect(LayoutRect& rect) const in subtractCaptionRect() function in blink::RenderTable