OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetSupportedScaleFactors
(Results
1 - 7
of
7
) sorted by null
/external/chromium_org/ui/base/
layout.h
65
UI_EXPORT std::vector<ScaleFactor>
GetSupportedScaleFactors
();
72
// Changes the value of
GetSupportedScaleFactors
() to |scale_factors|.
78
// Class which changes the value of
GetSupportedScaleFactors
() to
layout.cc
180
std::vector<ScaleFactor>
GetSupportedScaleFactors
() {
205
: original_scale_factors_(
GetSupportedScaleFactors
()) {
/external/chromium_org/chrome/browser/favicon/
favicon_util.cc
85
ui::
GetSupportedScaleFactors
();
87
// The scale factors returned from ui::
GetSupportedScaleFactors
() are sorted.
/external/chromium_org/ui/gfx/image/
image_skia.cc
363
ui::
GetSupportedScaleFactors
();
image_skia_unittest.cc
368
EXPECT_EQ(ui::
GetSupportedScaleFactors
().size(),
image_unittest.cc
262
std::vector<ui::ScaleFactor> scale_factors = ui::
GetSupportedScaleFactors
();
/external/chromium_org/chrome/browser/themes/
browser_theme_pack.cc
[
all
...]
Completed in 707 milliseconds