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

/external/chromium_org/ui/app_list/views/
H A Dapp_list_view.h39 // AppListView is the top-level view and controller of app list UI. It creates
41 class APP_LIST_EXPORT AppListView : public views::BubbleDelegateView, class in namespace:app_list
46 explicit AppListView(AppListViewDelegate* delegate);
47 virtual ~AppListView();
178 DISALLOW_COPY_AND_ASSIGN(AppListView);
H A Dapp_list_view.cc149 // AppListView:
151 AppListView::AppListView(AppListViewDelegate* delegate) function in class:app_list::AppListView
164 AppListView::~AppListView() {
172 void AppListView::InitAsBubbleAttachedToAnchor(
184 void AppListView::InitAsBubbleAtFixedLocation(
196 void AppListView::SetBubbleArrow(views::BubbleBorder::Arrow arrow) {
202 void AppListView::SetAnchorPoint(const gfx::Point& anchor_point) {
206 void AppListView
[all...]

Completed in 276 milliseconds