Home
last modified time | relevance | path

Searched refs:getContentWidthCss (Results 1 – 5 of 5) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/content/public/android/java/src/org/chromium/content/browser/
H A DRenderCoordinatesImpl.java155 public float getContentWidthCss() { in getContentWidthCss() method in RenderCoordinatesImpl
/dports/www/chromium-legacy/chromium-88.0.4324.182/android_webview/javatests/src/org/chromium/android_webview/test/
H A DAwContentsTest.java175 Assert.assertEquals(0, awContents.getContentWidthCss()); in testWebViewApisFailGracefullyAfterDestruction()
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/public/android/java/src/org/chromium/content/browser/accessibility/
H A DWebContentsAccessibilityImpl.java1258 return rc.getContentWidthCss() != 0.0 || rc.getContentHeightCss() != 0.0; in isFrameInfoInitialized()
/dports/www/chromium-legacy/chromium-88.0.4324.182/android_webview/glue/java/src/com/android/webview/chromium/
H A DWebViewChromium.java1183 return mAwContents.getContentWidthCss();
/dports/www/chromium-legacy/chromium-88.0.4324.182/android_webview/java/src/org/chromium/android_webview/
H A DAwContents.java1693 public int getContentWidthCss() { in getContentWidthCss() method in AwContents