HomeSort by relevance Sort by last modified time
    Searched refs:create_shortcuts_label_ (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/browser/ui/views/
create_application_shortcut_view.h 84 views::Label* create_shortcuts_label_; member in class:CreateApplicationShortcutView
create_application_shortcut_view.cc 254 create_shortcuts_label_(NULL),
267 create_shortcuts_label_ = new views::Label(
269 create_shortcuts_label_->SetHorizontalAlignment(gfx::ALIGN_LEFT);
320 layout->AddView(create_shortcuts_label_);

Completed in 70 milliseconds