Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/ui/views/
Dcreate_application_shortcut_view.cc240 create_shortcuts_label_ = new views::Label( in InitControls()
242 create_shortcuts_label_->SetHorizontalAlignment(views::Label::ALIGN_LEFT); in InitControls()
288 layout->AddView(create_shortcuts_label_); in InitControls()
Dcreate_application_shortcut_view.h74 views::Label* create_shortcuts_label_; variable