OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:includeLeftEdge
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/rendering/
InlineFlowBox.cpp
306
bool
includeLeftEdge
= false;
318
includeLeftEdge
= includeRightEdge = true;
320
includeLeftEdge
= true;
335
includeLeftEdge
= includeRightEdge = true;
343
includeLeftEdge
= true;
348
setEdges(
includeLeftEdge
, includeRightEdge);
[
all
...]
RenderBoxModelObject.cpp
526
bool
includeLeftEdge
= box ? box->includeLogicalLeftEdge() : 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);
607
int bLeft =
includeLeftEdge
? borderLeft() : 0;
609
LayoutUnit pLeft =
includeLeftEdge
? paddingLeft() : LayoutUnit();
[
all
...]
Completed in 145 milliseconds