Searched refs:currentScale (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGSVGElement.idl39 attribute float currentScale;
H A DSVGSVGElement.h84 float currentScale() const;
H A DSVGSVGElement.cpp172 float SVGSVGElement::currentScale() const function in class:WebCore::SVGSVGElement
183 // The behaviour of currentScale() is undefined, when we're dealing with non-standalone SVG documents.
202 // an embedded SVG document, for the same reasons as in currentScale() - needs resolution by SVG WG.
/external/chromium_org/android_webview/javatests/src/org/chromium/android_webview/test/
H A DAwSettingsTest.java1331 float currentScale = AwSettingsTest.this.getScaleOnUiThread(mAwContents);
1333 assertTrue("Expected: " + currentScale + " < " + DEFAULT_PAGE_SCALE,
1334 currentScale < DEFAULT_PAGE_SCALE);
1336 assertEquals(DEFAULT_PAGE_SCALE, currentScale);

Completed in 572 milliseconds