OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hasEmptyViewBox
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
RenderSVGViewportContainer.cpp
154
if (toSVGSVGElement(element())->
hasEmptyViewBox
())
RenderSVGRoot.cpp
246
if (svg->
hasEmptyViewBox
())
/external/chromium_org/third_party/WebKit/Source/core/svg/
SVGSVGElement.h
134
bool
hasEmptyViewBox
() const { return viewBoxCurrentValue().isValid() && viewBoxCurrentValue().isEmpty(); }
SVGSVGElement.cpp
423
if (!
hasEmptyViewBox
()) {
Completed in 40 milliseconds