Searched refs:FirstRunHelper (Results 1 – 16 of 16) sorted by relevance
9 FirstRunHelper::FirstRunHelper() {} in FirstRunHelper() function in ash::FirstRunHelper10 FirstRunHelper::~FirstRunHelper() {} in ~FirstRunHelper()12 void FirstRunHelper::AddObserver(Observer* observer) { in AddObserver()16 void FirstRunHelper::RemoveObserver(Observer* observer) { in RemoveObserver()
25 class ASH_EXPORT FirstRunHelper {35 FirstRunHelper();36 virtual ~FirstRunHelper();79 DISALLOW_COPY_AND_ASSIGN(FirstRunHelper);
60 public FirstRunHelper::Observer {103 FirstRunHelper* helper() { return helper_.get(); } in helper()113 scoped_ptr<FirstRunHelper> helper_;
17 class FirstRunHelperImpl : public FirstRunHelper,
14 class FirstRunHelper; variable30 ash::FirstRunHelper* shell_helper,46 ash::FirstRunHelper* shell_helper() const { return shell_helper_; } in shell_helper()66 ash::FirstRunHelper* shell_helper_;
38 public ash::FirstRunHelper::Observer {81 scoped_ptr<ash::FirstRunHelper> shell_helper_;
41 ash::FirstRunHelper* shell_helper, in Step()
108 ash::FirstRunHelper* shell_helper() { in shell_helper()
16 TrayStep(ash::FirstRunHelper* shell_helper, FirstRunActor* actor);
16 AppListStep(ash::FirstRunHelper* shell_helper, FirstRunActor* actor);
16 HelpStep(ash::FirstRunHelper* shell_helper, FirstRunActor* actor);
21 AppListStep::AppListStep(ash::FirstRunHelper* shell_helper, in AppListStep()
21 HelpStep::HelpStep(ash::FirstRunHelper* shell_helper, FirstRunActor* actor) in HelpStep()
18 TrayStep::TrayStep(ash::FirstRunHelper* shell_helper, FirstRunActor* actor) in TrayStep()
95 class FirstRunHelper; variable566 ash::FirstRunHelper* CreateFirstRunHelper();
615 ash::FirstRunHelper* Shell::CreateFirstRunHelper() { in CreateFirstRunHelper()