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

/external/chromium_org/chrome/browser/ui/views/panels/
H A Dpanel_frame_view.cc73 static gfx::ImageSkia* rounded_image = NULL; local
75 if (!rounded_image) {
77 rounded_image = rb.GetImageSkiaNamed(IDR_WINDOW_TOP_LEFT_CORNER);
80 return (corner_style & panel::TOP_ROUNDED) ? *rounded_image
85 static gfx::ImageSkia* rounded_image = NULL; local
87 if (!rounded_image) {
89 rounded_image = rb.GetImageSkiaNamed(IDR_WINDOW_TOP_RIGHT_CORNER);
92 return (corner_style & panel::TOP_ROUNDED) ? *rounded_image
98 static gfx::ImageSkia* rounded_image = NULL; local
100 if (!rounded_image) {
111 static gfx::ImageSkia* rounded_image = NULL; local
[all...]

Completed in 47 milliseconds