Home
last modified time | relevance | path

Searched refs:svgContext (Results 1 – 3 of 3) sorted by relevance

/external/webkit/WebCore/bindings/v8/custom/
DV8SVGLengthCustom.cpp48 return v8::Number::New(imp.value(V8Proxy::svgContext(wrapper))); in valueAccessorGetter()
56 SVGElement* context = V8Proxy::svgContext(wrapper); in convertToSpecifiedUnitsCallback()
/external/webkit/WebCore/bindings/v8/
DV8Proxy.h171 static SVGElement* svgContext(void*);
DV8Proxy.cpp155 SVGElement* V8Proxy::svgContext(void* object) in svgContext() function in WebCore::V8Proxy