OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:includeRightEdge
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/rendering/
InlineFlowBox.cpp
307
bool
includeRightEdge
= false;
318
includeLeftEdge =
includeRightEdge
= true;
322
includeRightEdge
= true;
335
includeLeftEdge =
includeRightEdge
= true;
339
includeRightEdge
= true;
348
setEdges(includeLeftEdge,
includeRightEdge
);
[
all
...]
RenderBoxModelObject.cpp
527
bool
includeRightEdge
= box ? box->includeLogicalRightEdge() : true;
529
bool hasRoundedBorder = style()->hasBorderRadius() && (includeLeftEdge ||
includeRightEdge
);
575
RoundedRect border = backgroundRoundedRectAdjustedForBleedAvoidance(context, rect, bleedAvoidance, box, boxSize, includeLeftEdge,
includeRightEdge
);
595
RoundedRect border = isBorderFill ? backgroundRoundedRectAdjustedForBleedAvoidance(context, rect, bleedAvoidance, box, boxSize, includeLeftEdge,
includeRightEdge
) : getBackgroundRoundedRect(rect, box, boxSize.width(), boxSize.height(), includeLeftEdge,
includeRightEdge
);
600
paddingTop() + borderTop(), paddingBottom() + borderBottom(), paddingLeft() + borderLeft(), paddingRight() + borderRight(), includeLeftEdge,
includeRightEdge
);
602
border = style()->getRoundedInnerBorderFor(border.rect(), includeLeftEdge,
includeRightEdge
);
608
int bRight =
includeRightEdge
? borderRight() : 0;
610
LayoutUnit pRight =
includeRightEdge
? paddingRight() : LayoutUnit();
[
all
...]
Completed in 57 milliseconds