HomeSort by relevance Sort by last modified time
    Searched defs:AthenaStartPageView (Results 1 - 2 of 2) 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...]

Completed in 435 milliseconds