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

  /external/chromium_org/ui/base/
layout.h 36 // Changes the value of GetSupportedScaleFactors() to |scale_factors|.
44 UI_BASE_EXPORT const std::vector<ScaleFactor>& GetSupportedScaleFactors();
58 // Class which changes the value of GetSupportedScaleFactors() to
layout.cc 64 const std::vector<ScaleFactor>& GetSupportedScaleFactors() {
  /external/chromium_org/chrome/renderer/extensions/
notifications_native_handler.cc 31 ui::GetScaleForScaleFactor(ui::GetSupportedScaleFactors().back());
  /external/chromium_org/components/favicon_base/
favicon_util.cc 139 ui::GetSupportedScaleFactors();
  /external/chromium_org/ui/base/resource/
resource_bundle.cc 324 DCHECK(!ui::GetSupportedScaleFactors().empty());
325 const ScaleFactor scale_factor(ui::GetSupportedScaleFactors()[0]);
568 return GetSupportedScaleFactors().back();
574 ui::GetSupportedScaleFactors();
  /external/chromium_org/chrome/browser/extensions/api/notifications/
notifications_api.cc 200 ui::GetScaleForScaleFactor(ui::GetSupportedScaleFactors().back());
332 ui::GetScaleForScaleFactor(ui::GetSupportedScaleFactors().back());
  /external/chromium_org/chrome/browser/ui/webui/
chrome_web_ui_controller_factory.cc 615 // Use ui::GetSupportedScaleFactors instead of
619 ui::GetSupportedScaleFactors();
  /external/chromium_org/chrome/browser/themes/
browser_theme_pack.cc     [all...]

Completed in 2629 milliseconds