OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hasBoxDecorations
(Results
1 - 12
of
12
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderRegion.cpp
594
if (object->isBoxModelObject() && !object->
hasBoxDecorations
()) {
595
bool
hasBoxDecorations
= object->isTableCell()
600
object->setHasBoxDecorations(
hasBoxDecorations
);
RenderWidget.cpp
270
if (
hasBoxDecorations
() && (paintInfo.phase == PaintPhaseForeground || paintInfo.phase == PaintPhaseSelection))
RenderObject.h
530
bool
hasBoxDecorations
() const { return m_bitfields.boxDecorationState() != NoBoxDecorations; }
[
all
...]
RenderImage.cpp
159
if (
hasBoxDecorations
() || hasMask())
RenderReplaced.cpp
118
if (
hasBoxDecorations
() && (paintInfo.phase == PaintPhaseForeground || paintInfo.phase == PaintPhaseSelection))
CompositedLayerMapping.cpp
117
static bool
hasBoxDecorations
(const RenderStyle* style)
124
return
hasBoxDecorations
(style) || style->hasBackgroundImage();
[
all
...]
RenderTable.cpp
661
if ((paintPhase == PaintPhaseBlockBackground || paintPhase == PaintPhaseChildBlockBackground) &&
hasBoxDecorations
() && style()->visibility() == VISIBLE)
[
all
...]
RenderInline.cpp
194
bool alwaysCreateLineBoxes = hasSelfPaintingLayer() ||
hasBoxDecorations
() || newStyle->hasPadding() || newStyle->hasMargin() || hasOutline();
[
all
...]
RenderLayer.cpp
[
all
...]
InlineFlowBox.cpp
[
all
...]
RenderObject.cpp
888
if (!
hasBoxDecorations
())
[
all
...]
RenderBlock.cpp
[
all
...]
Completed in 80 milliseconds