Searched defs:svg (Results 1 - 4 of 4) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/ |
H A D | RenderSVGViewportContainer.cpp | 25 #include "core/rendering/svg/RenderSVGViewportContainer.h" 28 #include "core/svg/SVGElementInstance.h" 29 #include "core/svg/SVGSVGElement.h" 30 #include "core/svg/SVGUseElement.h" 62 SVGSVGElement* svg = toSVGSVGElement(element); 66 m_viewport = FloatRect(svg->xCurrentValue().value(lengthContext), svg->yCurrentValue().value(lengthContext), svg->widthCurrentValue().value(lengthContext), svg->heightCurrentValue().value(lengthContext)); 68 SVGElement* correspondingElement = svg 134 SVGSVGElement* svg = toSVGSVGElement(element()); local [all...] |
H A D | RenderSVGRoot.cpp | 26 #include "core/rendering/svg/RenderSVGRoot.h" 34 #include "core/rendering/svg/RenderSVGResourceContainer.h" 35 #include "core/rendering/svg/SVGRenderingContext.h" 36 #include "core/rendering/svg/SVGResources.h" 37 #include "core/rendering/svg/SVGResourcesCache.h" 38 #include "core/svg/SVGElement.h" 39 #include "core/svg/SVGSVGElement.h" 40 #include "core/svg/graphics/SVGImage.h" 68 SVGSVGElement* svg = toSVGSVGElement(node()); local 69 ASSERT(svg); 138 SVGSVGElement* svg = toSVGSVGElement(node()); local 161 SVGSVGElement* svg = toSVGSVGElement(node()); local 213 SVGSVGElement* svg = toSVGSVGElement(node()); local 330 SVGSVGElement* svg = toSVGSVGElement(node()); local 433 SVGSVGElement* svg = toSVGSVGElement(node()); local 441 SVGSVGElement* svg = toSVGSVGElement(node()); local 448 SVGSVGElement* svg = toSVGSVGElement(node()); local [all...] |
/external/chromium_org/third_party/WebKit/Source/core/svg/ |
H A D | SVGLengthContext.cpp | 24 #include "core/svg/SVGLengthContext.h" 32 #include "core/rendering/svg/RenderSVGRoot.h" 33 #include "core/rendering/svg/RenderSVGViewportContainer.h" 34 #include "core/svg/SVGSVGElement.h" 256 // Use of ceil allows a pixel match to the W3Cs expected output of coords-units-03-b.svg 275 // Use of ceil allows a pixel match to the W3Cs expected output of coords-units-03-b.svg 291 // Root <svg> element lengths are resolved against the top level viewport. 302 const SVGSVGElement* svg = toSVGSVGElement(viewportElement); local 303 viewportSize = svg->currentViewBoxRect().size(); 305 viewportSize = svg [all...] |
/external/chromium_org/tools/traceline/svgui/ |
H A D | traceline.js | 29 var svgNS = 'http://www.w3.org/2000/svg'; 299 // [ thread names ] [ svg timeline ] 408 var svg = document.createElementNS(svgNS, 'svg'); 409 svg.setAttributeNS(null, 'height', svgheight); 410 svg.setAttributeNS(null, 'width', this.kTimelineWidthPx); 426 svg.addEventListener('mouseover', (function(infoarea) { 436 svgdiv.appendChild(svg); 454 'svg': svg, [all...] |
Completed in 361 milliseconds