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

  /external/chromium_org/ash/first_run/
first_run_helper_impl.h 17 class FirstRunHelperImpl : public FirstRunHelper,
20 FirstRunHelperImpl();
21 virtual ~FirstRunHelperImpl();
45 DISALLOW_COPY_AND_ASSIGN(FirstRunHelperImpl);
first_run_helper_impl.cc 38 FirstRunHelperImpl::FirstRunHelperImpl()
43 FirstRunHelperImpl::~FirstRunHelperImpl() {
50 views::Widget* FirstRunHelperImpl::GetOverlayWidget() {
54 void FirstRunHelperImpl::OpenAppList() {
60 void FirstRunHelperImpl::CloseAppList() {
66 gfx::Rect FirstRunHelperImpl::GetLauncherBounds() {
71 gfx::Rect FirstRunHelperImpl::GetAppListButtonBounds() {
77 gfx::Rect FirstRunHelperImpl::GetAppListBounds()
    [all...]

Completed in 1684 milliseconds