Home
last modified time | relevance | path

Searched defs:hasBoxDecorations (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderRegion.cpp595 bool hasBoxDecorations = object->isTableCell() in setObjectStyleInRegion() local
DCompositedLayerMapping.cpp117 static bool hasBoxDecorations(const RenderStyle* style) in hasBoxDecorations() function
DRenderObject.h530 bool hasBoxDecorations() const { return m_bitfields.boxDecorationState() != NoBoxDecorations; } in hasBoxDecorations() function
DRenderLayer.cpp3829 static bool hasBoxDecorations(const RenderStyle* style) in hasBoxDecorations() function