HomeSort by relevance Sort by last modified time
    Searched refs:background_image_ (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/ui/message_center/views/
padded_button.cc 65 if (!background_image_.isNull())
66 canvas->DrawImageInt(background_image_, position.x(), position.y());
  /external/chromium_org/ui/views/controls/button/
image_button.cc 57 background_image_ = gfx::ImageSkia();
61 background_image_ = gfx::ImageSkiaOperations::CreateButtonBackground(color,
119 if (!background_image_.isNull())
120 canvas->DrawImageInt(background_image_, position.x(), position.y());
image_button.h 93 gfx::ImageSkia background_image_; member in class:views::ImageButton

Completed in 180 milliseconds