Searched refs:background_image_ (Results 1 – 3 of 3) sorted by relevance
57 background_image_ = gfx::ImageSkia(); in SetBackground()61 background_image_ = gfx::ImageSkiaOperations::CreateButtonBackground(color, in SetBackground()119 if (!background_image_.isNull()) in OnPaint()120 canvas->DrawImageInt(background_image_, position.x(), position.y()); in OnPaint()
93 gfx::ImageSkia background_image_; variable
65 if (!background_image_.isNull()) in OnPaint()66 canvas->DrawImageInt(background_image_, position.x(), position.y()); in OnPaint()