Searched refs:rounded_image (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/chrome/browser/ui/views/panels/
H A Dpanel_frame_view.cc68 static gfx::ImageSkia* rounded_image = NULL; local
70 if (!rounded_image) {
72 rounded_image = rb.GetImageSkiaNamed(IDR_WINDOW_TOP_LEFT_CORNER);
75 return (corner_style & panel::TOP_ROUNDED) ? *rounded_image
80 static gfx::ImageSkia* rounded_image = NULL; local
82 if (!rounded_image) {
84 rounded_image = rb.GetImageSkiaNamed(IDR_WINDOW_TOP_RIGHT_CORNER);
87 return (corner_style & panel::TOP_ROUNDED) ? *rounded_image
93 static gfx::ImageSkia* rounded_image = NULL; local
95 if (!rounded_image) {
106 static gfx::ImageSkia* rounded_image = NULL; local
[all...]

Completed in 52 milliseconds