HomeSort by relevance Sort by last modified time
    Searched defs:setCurrentScale (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebCore/platform/graphics/android/
ZoomManager.h 54 void setCurrentScale(float scale) { m_currentScale = scale; }
  /external/webkit/Source/WebCore/svg/
SVGSVGElement.cpp 205 void SVGSVGElement::setCurrentScale(float scale)
208 // Calling setCurrentScale() on the outermost <svg> element in a standalone SVG document

Completed in 231 milliseconds