HomeSort by relevance Sort by last modified time
    Searched defs:FixedSizedImageView (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/ash/system/tray/
fixed_sized_image_view.cc 10 FixedSizedImageView::FixedSizedImageView(int width, int height)
17 FixedSizedImageView::~FixedSizedImageView() {
20 gfx::Size FixedSizedImageView::GetPreferredSize() {
fixed_sized_image_view.h 18 class FixedSizedImageView : public views::ImageView {
20 FixedSizedImageView(int width, int height);
21 virtual ~FixedSizedImageView();
29 DISALLOW_COPY_AND_ASSIGN(FixedSizedImageView);

Completed in 468 milliseconds