OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ScopedSetSupportedScaleFactors
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/ui/base/
layout.cc
203
ScopedSetSupportedScaleFactors
::
ScopedSetSupportedScaleFactors
(
209
ScopedSetSupportedScaleFactors
::~
ScopedSetSupportedScaleFactors
() {
layout.h
73
// Use
ScopedSetSupportedScaleFactors
for unit tests as not to affect the
80
class UI_EXPORT
ScopedSetSupportedScaleFactors
{
82
explicit
ScopedSetSupportedScaleFactors
(
84
~
ScopedSetSupportedScaleFactors
();
89
DISALLOW_COPY_AND_ASSIGN(
ScopedSetSupportedScaleFactors
);
/external/chromium_org/chrome/common/favicon/
favicon_url_parser_unittest.cc
21
new ui::test::
ScopedSetSupportedScaleFactors
(supported_scale_factors));
28
typedef scoped_ptr<ui::test::
ScopedSetSupportedScaleFactors
>
29
ScopedSetSupportedScaleFactors
;
30
ScopedSetSupportedScaleFactors
scoped_set_supported_scale_factors_;
Completed in 188 milliseconds