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 37 FirstRunHelperImpl::FirstRunHelperImpl()
42 FirstRunHelperImpl::~FirstRunHelperImpl() {
49 views::Widget* FirstRunHelperImpl::GetOverlayWidget() {
53 void FirstRunHelperImpl::OpenAppList() {
57 void FirstRunHelperImpl::CloseAppList() {
61 gfx::Rect FirstRunHelperImpl::GetLauncherBounds() {
66 gfx::Rect FirstRunHelperImpl::GetAppListButtonBounds() {
72 gfx::Rect FirstRunHelperImpl::GetAppListBounds()
    [all...]

Completed in 36 milliseconds