HomeSort by relevance Sort by last modified time
    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 36 milliseconds