Lines Matching full:webkit
50 <dd>The {@link android.webkit.WebView} class and most web browsers on Android convert your CSS
76 When your page is rendered in a {@link android.webkit.WebView}, it does not use wide viewport mode
78 with {@link android.webkit.WebSettings#setUseWideViewPort setUseWideViewPort()}.</p>
124 <p>The Android Browser and {@link android.webkit.WebView} support a CSS media feature that allows
126 screen densities—the <code>-webkit-device-pixel-ratio</code> CSS media feature. The
134 <link rel="stylesheet" media="screen and (-webkit-device-pixel-ratio: 1.5)" href="hdpi.css" />
135 <link rel="stylesheet" media="screen and (-webkit-device-pixel-ratio: 1.0)" href="mdpi.css" />
146 @media screen and (-webkit-device-pixel-ratio: 1.5) {
153 @media screen and (-webkit-device-pixel-ratio: 0.75) {
169 <p>The Android Browser and {@link android.webkit.WebView} support a DOM property that allows you to
177 0.75x by default. Of course, the scaling that the Android Browser and {@link android.webkit.WebView}