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

  /external/chromium_org/ui/app_list/views/
app_list_view.h 26 // AppListView is the top-level view and controller of app list UI. It creates
28 class APP_LIST_EXPORT AppListView : public views::BubbleDelegateView,
32 explicit AppListView(AppListViewDelegate* delegate);
33 virtual ~AppListView();
106 DISALLOW_COPY_AND_ASSIGN(AppListView);
app_list_view.cc 46 // AppListView:
48 AppListView::AppListView(AppListViewDelegate* delegate)
59 AppListView::~AppListView() {
67 void AppListView::InitAsBubble(gfx::NativeView parent,
133 void AppListView::SetBubbleArrow(views::BubbleBorder::Arrow arrow) {
139 void AppListView::SetAnchorPoint(const gfx::Point& anchor_point) {
144 void AppListView::SetDragAndDropHostOfCurrentAppList(
149 void AppListView::ShowWhenReady()
    [all...]

Completed in 344 milliseconds