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

  /external/chromium_org/ui/app_list/views/
folder_header_view.cc 62 folder_name_view_(new FolderNameView),
71 folder_name_view_->SetFont(rb.GetFont(ui::ResourceBundle::MediumFont));
72 folder_name_view_->set_placeholder_text_color(kHintTextColor);
73 folder_name_view_->set_placeholder_text(
75 folder_name_view_->RemoveBorder();
76 folder_name_view_->SetBackgroundColor(kContentsBackgroundColor);
77 folder_name_view_->SetController(this);
78 AddChildView(folder_name_view_);
102 folder_name_view_->SetText(UTF8ToUTF16(folder_item_->title()));
119 int text_width = folder_name_view_->GetPreferredSize().width()
    [all...]
folder_header_view.h 67 FolderNameView* folder_name_view_; // Owned by views hierarchy. member in class:app_list::FolderHeaderView

Completed in 96 milliseconds