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

  /external/chromium_org/ui/app_list/views/
app_list_folder_view.h 33 class AppListFolderView : public views::View,
39 AppListFolderView(AppsContainerView* container_view,
42 virtual ~AppListFolderView();
52 // AppListFolderView.
125 DISALLOW_COPY_AND_ASSIGN(AppListFolderView);
app_list_folder_view.cc 33 // Indexes of interesting views in ViewModel of AppListFolderView.
44 AppListFolderView::AppListFolderView(AppsContainerView* container_view,
72 AppListFolderView::~AppListFolderView() {
76 void AppListFolderView::SetAppListFolderItem(AppListFolderItem* folder) {
86 void AppListFolderView::ScheduleShowHideAnimation(bool show,
112 gfx::Size AppListFolderView::GetPreferredSize() const {
120 void AppListFolderView::Layout() {
125 bool AppListFolderView::OnKeyPressed(const ui::KeyEvent& event)
    [all...]

Completed in 52 milliseconds