HomeSort by relevance Sort by last modified time
    Searched refs:AthenaStartPageView (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/athena/home/
athena_start_page_view.h 22 class ATHENA_EXPORT AthenaStartPageView
26 explicit AthenaStartPageView(app_list::AppListViewDelegate* delegate);
27 virtual ~AthenaStartPageView();
101 base::WeakPtrFactory<AthenaStartPageView> weak_factory_;
103 DISALLOW_COPY_AND_ASSIGN(AthenaStartPageView);
athena_start_page_view.cc 161 const char AthenaStartPageView::kViewClassName[] = "AthenaStartPageView";
163 AthenaStartPageView::LayoutData::LayoutData()
169 AthenaStartPageView::AthenaStartPageView(
238 AthenaStartPageView::~AthenaStartPageView() {}
240 void AthenaStartPageView::RequestFocusOnSearchBox() {
244 void AthenaStartPageView::SetLayoutState(float layout_state) {
249 void AthenaStartPageView::SetLayoutStateWithAnimation
    [all...]
athena_start_page_view_unittest.cc 57 view_.reset(new AthenaStartPageView(&view_delegate_));
104 scoped_ptr<AthenaStartPageView> view_;
home_card_impl.cc 149 // Ideally AppListMainView should be used here and have AthenaStartPageView
153 main_view_ = new AthenaStartPageView(view_delegate);
218 AthenaStartPageView* main_view_;

Completed in 8212 milliseconds