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

  /external/chromium_org/android_webview/javatests/src/org/chromium/android_webview/test/
AwLegacyQuirksTest.java 153 float innerWidth = Integer.parseInt(
154 executeJavaScriptAndWaitForResult(awContents, contentClient, "innerWidth"));
155 assertEquals(innerWidth * dipScale, outerWidth, 10f);
  /external/chromium_org/third_party/skia/src/images/
SkImageDecoder_libgif.cpp 280 const int innerWidth = desc.Width;
282 if (innerWidth <= 0 || innerHeight <= 0) {
287 if (innerWidth > width) {
289 width = innerWidth;
291 } else if (imageLeft + innerWidth > width) {
293 imageLeft = width - innerWidth;
374 if (innerWidth <= 0 || innerHeight <= 0) {
380 SkAutoMalloc storage(innerWidth);
390 innerWidth < width || innerHeight < height) {
397 innerWidth / sampler.srcDX()
    [all...]
  /external/skia/src/images/
SkImageDecoder_libgif.cpp 281 const int innerWidth = desc.Width;
283 if (innerWidth <= 0 || innerHeight <= 0) {
288 if (innerWidth > width) {
290 width = innerWidth;
292 } else if (imageLeft + innerWidth > width) {
294 imageLeft = width - innerWidth;
375 if (innerWidth <= 0 || innerHeight <= 0) {
381 SkAutoMalloc storage(innerWidth);
391 innerWidth < width || innerHeight < height) {
398 innerWidth / sampler.srcDX()
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/frame/
LocalDOMWindow.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/paint/
BoxPainter.cpp     [all...]
  /prebuilts/sdk/current/support/v7/cardview/libs/
android-support-v7-cardview.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.forms_3.5.2.r36_v20100702.jar 

Completed in 790 milliseconds