OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:contentunits
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
RenderSVGResourceMasker.cpp
118
SVGUnitTypes::SVGUnitType
contentUnits
= toSVGMaskElement(element())->maskContentUnitsCurrentValue();
119
if (
contentUnits
== SVGUnitTypes::SVG_UNIT_TYPE_OBJECTBOUNDINGBOX) {
RenderSVGResourceClipper.cpp
241
SVGUnitTypes::SVGUnitType
contentUnits
= toSVGClipPathElement(element())->clipPathUnitsCurrentValue();
242
if (
contentUnits
== SVGUnitTypes::SVG_UNIT_TYPE_OBJECTBOUNDINGBOX) {
Completed in 38 milliseconds