HomeSort by relevance Sort by last modified time
    Searched refs:kBaseWidth (Results 1 - 2 of 2) sorted by null

  /external/chromium/chrome/browser/ui/views/
keyboard_overlay_delegate.cc 19 static const int kBaseWidth = 1252;
55 const int width = min(kBaseWidth, rect.width() - kHorizontalMargin);
56 const int height = width * kBaseHeight / kBaseWidth;
  /external/chromium_org/ash/keyboard_overlay/
keyboard_overlay_delegate.cc 27 const int kBaseWidth = 1252;
121 const int width = min(kBaseWidth, rect.width() - kHorizontalMargin);
122 const int height = width * kBaseHeight / kBaseWidth;

Completed in 389 milliseconds