Searched defs:ScopedSetSupportedScaleFactors (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/ui/base/
H A Dlayout.cc203 ScopedSetSupportedScaleFactors::ScopedSetSupportedScaleFactors( function in class:ui::test::ScopedSetSupportedScaleFactors
209 ScopedSetSupportedScaleFactors::~ScopedSetSupportedScaleFactors() {
H A Dlayout.h73 // Use ScopedSetSupportedScaleFactors for unit tests as not to affect the
80 class UI_EXPORT ScopedSetSupportedScaleFactors { class in namespace:ui::test
82 explicit ScopedSetSupportedScaleFactors(
84 ~ScopedSetSupportedScaleFactors();
89 DISALLOW_COPY_AND_ASSIGN(ScopedSetSupportedScaleFactors);
/external/chromium_org/chrome/common/favicon/
H A Dfavicon_url_parser_unittest.cc21 new ui::test::ScopedSetSupportedScaleFactors(supported_scale_factors));
28 typedef scoped_ptr<ui::test::ScopedSetSupportedScaleFactors>
29 ScopedSetSupportedScaleFactors; typedef in class:FaviconUrlParserTest
30 ScopedSetSupportedScaleFactors scoped_set_supported_scale_factors_;

Completed in 86 milliseconds