OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BorderFillBox
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
FillLayer.h
175
static EFillBox initialFillClip(EFillLayerType) { return
BorderFillBox
; }
176
static EFillBox initialFillOrigin(EFillLayerType type) { return type == BackgroundFillLayer ? PaddingFillBox :
BorderFillBox
; }
FillLayer.cpp
299
if (clipA ==
BorderFillBox
|| clipB ==
BorderFillBox
)
300
return
BorderFillBox
;
RenderStyleConstants.h
148
BorderFillBox
, PaddingFillBox, ContentFillBox, TextFillBox
/external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderImage.cpp
483
if (backgroundClip ==
BorderFillBox
&& style()->hasBorder() && !borderObscuresBackground())
486
if ((backgroundClip ==
BorderFillBox
|| backgroundClip == PaddingFillBox) && style()->hasPadding())
RenderBoxModelObject.cpp
535
bool isBorderFill = bgLayer->clip() ==
BorderFillBox
;
595
//
BorderFillBox
radius clipping is taken care of by BackgroundBleedUseTransparencyLayer
664
case
BorderFillBox
:
[
all
...]
RenderLayerBacking.cpp
91
case
BorderFillBox
:
[
all
...]
RenderBox.cpp
[
all
...]
/external/chromium_org/third_party/WebKit/Source/core/css/
CSSPrimitiveValueMappings.h
643
case
BorderFillBox
:
664
return
BorderFillBox
;
679
return
BorderFillBox
;
[
all
...]
Completed in 107 milliseconds