Searched defs:AppListView (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/ui/app_list/views/
H A Dapp_list_view.h31 // AppListView is the top-level view and controller of app list UI. It creates
33 class APP_LIST_EXPORT AppListView : public views::BubbleDelegateView, class in namespace:app_list
38 explicit AppListView(AppListViewDelegate* delegate);
39 virtual ~AppListView();
156 DISALLOW_COPY_AND_ASSIGN(AppListView);
H A Dapp_list_view.cc120 // AppListView:
122 AppListView::AppListView(AppListViewDelegate* delegate) function in class:app_list::AppListView
133 AppListView::~AppListView() {
141 void AppListView::InitAsBubbleAttachedToAnchor(
153 void AppListView::InitAsBubbleAtFixedLocation(
165 void AppListView::SetBubbleArrow(views::BubbleBorder::Arrow arrow) {
171 void AppListView::SetAnchorPoint(const gfx::Point& anchor_point) {
175 void AppListView
[all...]

Completed in 111 milliseconds