Home
last modified time | relevance | path

Searched refs:FirstRunHelperImpl (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/ash/first_run/
Dfirst_run_helper_impl.cc37 FirstRunHelperImpl::FirstRunHelperImpl() in FirstRunHelperImpl() function in ash::FirstRunHelperImpl
42 FirstRunHelperImpl::~FirstRunHelperImpl() { in ~FirstRunHelperImpl()
49 views::Widget* FirstRunHelperImpl::GetOverlayWidget() { in GetOverlayWidget()
53 void FirstRunHelperImpl::OpenAppList() { in OpenAppList()
57 void FirstRunHelperImpl::CloseAppList() { in CloseAppList()
61 gfx::Rect FirstRunHelperImpl::GetLauncherBounds() { in GetLauncherBounds()
66 gfx::Rect FirstRunHelperImpl::GetAppListButtonBounds() { in GetAppListButtonBounds()
72 gfx::Rect FirstRunHelperImpl::GetAppListBounds() { in GetAppListBounds()
77 void FirstRunHelperImpl::Cancel() { in Cancel()
81 bool FirstRunHelperImpl::IsCancelingKeyEvent(ui::KeyEvent* event) { in IsCancelingKeyEvent()
[all …]
Dfirst_run_helper_impl.h17 class FirstRunHelperImpl : public FirstRunHelper,
20 FirstRunHelperImpl();
21 virtual ~FirstRunHelperImpl();
45 DISALLOW_COPY_AND_ASSIGN(FirstRunHelperImpl);
/external/chromium_org/ash/
Dshell.cc616 return new ash::FirstRunHelperImpl; in CreateFirstRunHelper()