OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:app_list_folder_view_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/ui/app_list/views/
apps_container_view.cc
32
app_list_folder_view_
= new AppListFolderView(
37
AddChildView(
app_list_folder_view_
);
47
app_list_folder_view_
->SetAppListFolderItem(folder_item);
57
const gfx::Size folder_view_size =
app_list_folder_view_
->GetPreferredSize();
71
app_list_folder_view_
->SetVisible(false);
77
app_list_folder_view_
->SetBoundsRect(rect);
78
app_list_folder_view_
->SetVisible(true);
89
return
app_list_folder_view_
->OnKeyPressed(event);
apps_container_view.h
58
AppListFolderView*
app_list_folder_view_
; // Owned by views hierarchy.
member in class:app_list::AppsContainerView
Completed in 2690 milliseconds