OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dominantBaseline
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
SVGTextLayoutEngineBaseline.cpp
72
EDominantBaseline baseline = style->
dominantBaseline
();
/external/chromium_org/third_party/WebKit/Source/core/css/
SVGCSSComputedStyleDeclaration.cpp
139
return CSSPrimitiveValue::create(svgStyle->
dominantBaseline
());
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
SVGRenderStyle.h
305
EDominantBaseline
dominantBaseline
() const { return (EDominantBaseline) svg_noninherited_flags.f._dominantBaseline; }
Completed in 461 milliseconds