Home
last modified time | relevance | path

Searched refs:kSmallLogoWidth (Results 1 – 1 of 1) sorted by relevance

/external/chromium/chrome/browser/ui/views/
Dfirst_run_search_engine_view.cc47 const int kSmallLogoWidth = 132; variable
104 logo_image->SetImageSize(gfx::Size(kSmallLogoWidth, kSmallLogoHeight)); in SearchEngineChoice()
116 logo_label->SizeToFit(kSmallLogoWidth); in SearchEngineChoice()
131 return kSmallLogoWidth; in GetChoiceViewWidth()