OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:viewportElement
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebCore/svg/
SVGElement.cpp
140
SVGElement* SVGElement::
viewportElement
() const
SVGLength.cpp
330
SVGElement*
viewportElement
= context->
viewportElement
();
331
if (
viewportElement
&&
viewportElement
->isSVG()) {
332
const SVGSVGElement* svg = static_cast<const SVGSVGElement*>(
viewportElement
);
Completed in 41 milliseconds