OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:FixedSizedImageView
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/ash/system/tray/
fixed_sized_image_view.cc
9
FixedSizedImageView
::
FixedSizedImageView
(int width, int height)
16
FixedSizedImageView
::~
FixedSizedImageView
() {
19
gfx::Size
FixedSizedImageView
::GetPreferredSize() const {
fixed_sized_image_view.h
17
class
FixedSizedImageView
: public views::ImageView {
19
FixedSizedImageView
(int width, int height);
20
virtual ~
FixedSizedImageView
();
28
DISALLOW_COPY_AND_ASSIGN(
FixedSizedImageView
);
Completed in 411 milliseconds