HomeSort by relevance Sort by last modified time
    Searched refs:ScaleFactor (Results 1 - 25 of 131) sorted by null

1 2 3 4 5 6

  /external/chromium_org/ui/base/
layout.h 21 enum ScaleFactor {
40 const std::vector<ScaleFactor>& scale_factors);
44 UI_BASE_EXPORT const std::vector<ScaleFactor>& GetSupportedScaleFactors();
46 // Returns the supported ScaleFactor which most closely matches |scale|.
47 // Converting from float to ScaleFactor is inefficient and should be done as
49 UI_BASE_EXPORT ScaleFactor GetSupportedScaleFactor(float image_scale);
51 // Returns the ScaleFactor used by |view|.
55 UI_BASE_EXPORT float GetScaleForScaleFactor(ScaleFactor scale_factor);
63 const std::vector<ui::ScaleFactor>& new_scale_factors);
67 std::vector<ui::ScaleFactor>* original_scale_factors_
    [all...]
layout.cc 31 bool ScaleFactorComparator(const ScaleFactor& lhs, const ScaleFactor& rhs){
35 std::vector<ScaleFactor>* g_supported_scale_factors = NULL;
45 const std::vector<ui::ScaleFactor>& scale_factors) {
49 g_supported_scale_factors = new std::vector<ScaleFactor>(scale_factors);
56 for (std::vector<ScaleFactor>::const_iterator it =
64 const std::vector<ScaleFactor>& GetSupportedScaleFactors() {
69 ScaleFactor GetSupportedScaleFactor(float scale) {
71 ScaleFactor closest_match = SCALE_FACTOR_100P;
74 ScaleFactor scale_factor = (*g_supported_scale_factors)[i]
    [all...]
default_theme_provider.cc 43 ui::ScaleFactor scale_factor) const {
  /external/chromium_org/chrome/browser/ui/webui/
crashes_ui.h 20 ui::ScaleFactor scale_factor);
downloads_ui.h 20 ui::ScaleFactor scale_factor);
flash_ui.h 21 ui::ScaleFactor scale_factor);
conflicts_ui.h 23 ui::ScaleFactor scale_factor);
plugins_ui.h 24 ui::ScaleFactor scale_factor);
flags_ui.h 33 ui::ScaleFactor scale_factor);
bookmarks_ui.h 46 ui::ScaleFactor scale_factor);
components_ui.h 32 ui::ScaleFactor scale_factor);
  /external/chromium_org/ui/base/resource/
data_pack.h 32 DataPack(ui::ScaleFactor scale_factor);
60 virtual ui::ScaleFactor GetScaleFactor() const OVERRIDE;
77 ui::ScaleFactor scale_factor_;
resource_handle.h 49 virtual ScaleFactor GetScaleFactor() const = 0;
resource_bundle.h 82 ScaleFactor scale_factor) = 0;
104 ScaleFactor scale_factor) = 0;
109 ScaleFactor scale_factor,
169 ScaleFactor scale_factor);
172 void AddDataPackFromFile(base::File file, ScaleFactor scale_factor);
177 ScaleFactor scale_factor);
182 ScaleFactor scale_factor);
228 ScaleFactor scale_factor) const;
239 ScaleFactor scale_factor) const;
277 ScaleFactor GetMaxScaleFactor() const
    [all...]
resource_data_dll_win.h 27 virtual ScaleFactor GetScaleFactor() const OVERRIDE;
  /external/chromium_org/chrome/browser/ui/webui/extensions/
extensions_ui.h 24 ui::ScaleFactor scale_factor);
  /external/chromium_org/content/test/
test_content_client.h 26 ui::ScaleFactor scale_factor) const OVERRIDE;
  /external/chromium_org/android_webview/common/
aw_content_client.h 24 ui::ScaleFactor scale_factor) const OVERRIDE;
  /external/chromium_org/chrome/browser/thumbnails/
thumbnailing_algorithm.h 33 ui::ScaleFactor scale_factor,
  /external/chromium_org/chromecast/shell/common/
cast_content_client.h 24 ui::ScaleFactor scale_factor) const OVERRIDE;
  /external/chromium_org/content/shell/common/
shell_content_client.h 26 ui::ScaleFactor scale_factor) const OVERRIDE;
  /external/chromium_org/chromecast/common/
cast_resource_delegate.h 38 ui::ScaleFactor scale_factor) OVERRIDE;
48 ui::ScaleFactor scale_factor) OVERRIDE;
50 ui::ScaleFactor scale_factor,
cast_resource_delegate.cc 37 ui::ScaleFactor scale_factor) {
66 ui::ScaleFactor scale_factor) {
71 ui::ScaleFactor scale_factor,
  /external/chromium_org/chrome/browser/themes/
browser_theme_pack.h 87 int id, ui::ScaleFactor scale_factor) const OVERRIDE;
103 typedef std::map<ui::ScaleFactor, base::FilePath> ScaleFactorToFileMap;
140 ui::ScaleFactor scale_factor,
200 int GetRawIDByPersistentID(int prs_id, ui::ScaleFactor scale_factor) const;
206 ui::ScaleFactor* scale_factor) const;
255 std::vector<ui::ScaleFactor> scale_factors_;
custom_theme_supplier.cc 38 ui::ScaleFactor scale_factor) const {

Completed in 467 milliseconds

1 2 3 4 5 6