OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IgnoreCSSProperties
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
RenderSVGRoot.cpp
70
Length intrinsicWidthAttribute = svg->intrinsicWidth(SVGSVGElement::
IgnoreCSSProperties
);
71
Length intrinsicHeightAttribute = svg->intrinsicHeight(SVGSVGElement::
IgnoreCSSProperties
);
149
return resolveLengthAttributeForSVG(svg->intrinsicWidth(SVGSVGElement::
IgnoreCSSProperties
), style()->effectiveZoom(), containingBlock()->availableLogicalWidth(), view());
172
Length height = svg->intrinsicHeight(SVGSVGElement::
IgnoreCSSProperties
);
436
return svg->intrinsicHeight(SVGSVGElement::
IgnoreCSSProperties
).isPercent() || svg->intrinsicWidth(SVGSVGElement::
IgnoreCSSProperties
).isPercent();
443
return svg->intrinsicWidth(SVGSVGElement::
IgnoreCSSProperties
).isPercent();
451
return svg->intrinsicHeight(SVGSVGElement::
IgnoreCSSProperties
).isPercent();
/external/chromium_org/third_party/WebKit/Source/core/svg/
SVGSVGElement.h
75
IgnoreCSSProperties
SVGSVGElement.cpp
642
if (widthAttributeEstablishesViewport() || mode ==
IgnoreCSSProperties
) {
656
if (heightAttributeEstablishesViewport() || mode ==
IgnoreCSSProperties
) {
Completed in 275 milliseconds