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

/external/chromium_org/chrome/browser/ui/views/panels/
H A Dpanel_frame_view.cc69 static gfx::ImageSkia* non_rounded_image = NULL; local
73 non_rounded_image = rb.GetImageSkiaNamed(IDR_PANEL_TOP_LEFT_CORNER);
76 : *non_rounded_image;
81 static gfx::ImageSkia* non_rounded_image = NULL; local
85 non_rounded_image = rb.GetImageSkiaNamed(IDR_PANEL_TOP_RIGHT_CORNER);
88 : *non_rounded_image;
94 static gfx::ImageSkia* non_rounded_image = NULL; local
98 non_rounded_image = rb.GetImageSkiaNamed(IDR_PANEL_BOTTOM_LEFT_CORNER);
101 : *non_rounded_image;
107 static gfx::ImageSkia* non_rounded_image local
[all...]

Completed in 157 milliseconds