OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:rounded_image
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/chrome/browser/ui/views/panels/
panel_frame_view.cc
73
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 2928 milliseconds