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.cc 26 // Indexes of interesting views in ViewModel of AppListFolderView.
32 AppListFolderView::AppListFolderView(AppsContainerView* container_view,
55 AppListFolderView::~AppListFolderView() {
60 void AppListFolderView::SetAppListFolderItem(AppListFolderItem* folder) {
66 gfx::Size AppListFolderView::GetPreferredSize() {
74 void AppListFolderView::Layout() {
79 bool AppListFolderView::OnKeyPressed(const ui::KeyEvent& event) {
83 void AppListFolderView::CalculateIdealBounds()
    [all...]
app_list_folder_view.h 31 class AppListFolderView : public views::View,
34 AppListFolderView(AppsContainerView* container_view,
38 virtual ~AppListFolderView();
64 DISALLOW_COPY_AND_ASSIGN(AppListFolderView);

Completed in 2575 milliseconds