OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:normal_background
(Results
1 - 1
of
1
) sorted by null
/external/chromium/chrome/browser/ui/views/
toolbar_view.cc
415
static SkBitmap
normal_background
;
local
416
if (
normal_background
.isNull()) {
418
normal_background
= *rb.GetBitmapNamed(IDR_CONTENT_TOP_CENTER);
421
return gfx::Size(min_width,
normal_background
.height());
Completed in 110 milliseconds