HomeSort by relevance Sort by last modified time
    Searched defs:hasBoxDecorations (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderRegion.cpp 584 if (object->isBoxModelObject() && !object->hasBoxDecorations()) {
585 bool hasBoxDecorations = object->isTableCell()
590 object->setHasBoxDecorations(hasBoxDecorations);
RenderLayerBacking.cpp 117 static bool hasBoxDecorations(const RenderStyle* style)
124 return hasBoxDecorations(style) || style->hasBackgroundImage();
    [all...]
RenderObject.h 536 bool hasBoxDecorations() const { return m_bitfields.boxDecorationState() != NoBoxDecorations; }
    [all...]
RenderLayer.cpp     [all...]

Completed in 122 milliseconds