Home | History | Annotate | Download | only in first_run

Lines Matching refs:Step

5 #include "chrome/browser/chromeos/first_run/step.h"
40 Step::Step(const std::string& name,
48 Step::~Step() { RecordCompletion(); }
50 void Step::Show() {
55 void Step::OnBeforeHide() {
60 void Step::OnAfterHide() {
65 gfx::Size Step::GetOverlaySize() const {
69 void Step::RecordCompletion() {