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

  /external/chromium_org/chrome/browser/chromeos/login/
login_web_dialog.cc 28 const double kDefaultHeightRatio = 0.6;
51 height_ = static_cast<int>(kDefaultHeightRatio * screen_bounds.height());
  /external/chromium/chrome/browser/chromeos/login/
login_html_dialog.cc 23 const double kDefaultHeightRatio = 0.6;
59 height_ = static_cast<int>(kDefaultHeightRatio * screen_bounds.height());

Completed in 1850 milliseconds