Searched refs:getContentWidthCss (Results 1 – 5 of 5) sorted by relevance
155 public float getContentWidthCss() { in getContentWidthCss() method in RenderCoordinatesImpl
175 Assert.assertEquals(0, awContents.getContentWidthCss()); in testWebViewApisFailGracefullyAfterDestruction()
1258 return rc.getContentWidthCss() != 0.0 || rc.getContentHeightCss() != 0.0; in isFrameInfoInitialized()
1183 return mAwContents.getContentWidthCss();
1693 public int getContentWidthCss() { in getContentWidthCss() method in AwContents