Searched defs:first_run (Results 1 - 25 of 30) sorted by relevance

12

/external/chromium_org/chrome/browser/first_run/
H A Dfirst_run_dialog.h10 namespace first_run { namespace
16 } // namespace first_run
H A Dfirst_run_internal_linux.cc5 #include "chrome/browser/first_run/first_run_internal.h"
12 namespace first_run { namespace
29 } // namespace first_run
H A Dfirst_run_unittest.cc11 #include "chrome/browser/first_run/first_run.h"
12 #include "chrome/browser/first_run/first_run_internal.h"
17 namespace first_run { namespace
64 } // namespace first_run
H A Dfirst_run_internal.h19 namespace first_run { namespace
64 } // namespace first_run
H A Dfirst_run_internal_posix.cc5 #include "chrome/browser/first_run/first_run_internal.h"
13 #include "chrome/browser/first_run/first_run_dialog.h"
21 namespace first_run { namespace
57 } // namespace first_run
H A Dfirst_run_internal_win.cc5 #include "chrome/browser/first_run/first_run_internal.h"
119 namespace first_run { namespace
204 } // namespace first_run
H A Dfirst_run.h34 namespace first_run { namespace
178 } // namespace first_run
/external/chromium_org/chrome/browser/chromeos/first_run/
H A Dfirst_run.h13 namespace first_run { namespace in namespace:chromeos
26 } // namespace first_run
H A Dstep_names.h9 namespace first_run { namespace in namespace:chromeos
15 } // namespace first_run
H A Dstep_names.cc5 #include "chrome/browser/chromeos/first_run/step_names.h"
8 namespace first_run { namespace in namespace:chromeos
19 } // namespace first_run
H A Dmetrics.h9 namespace first_run { namespace in namespace:chromeos
26 } // namespace first_run
H A Dfirst_run_controller.h11 #include "ash/first_run/first_run_helper.h"
18 #include "chrome/browser/ui/webui/chromeos/first_run/first_run_actor.h"
30 namespace first_run { namespace in namespace:chromeos
39 typedef std::vector<linked_ptr<first_run::Step> > Steps;
74 first_run::Step* GetCurrentStep() const;
H A Dstep.h25 namespace first_run { namespace in namespace:chromeos
73 } // namespace first_run
H A Dstep.cc5 #include "chrome/browser/chromeos/first_run/step.h"
9 #include "ash/first_run/first_run_helper.h"
12 #include "chrome/browser/ui/webui/chromeos/first_run/first_run_actor.h"
38 namespace first_run { namespace in namespace:chromeos
87 } // namespace first_run
H A Dfirst_run.cc10 #include "chrome/browser/chromeos/first_run/first_run_controller.h"
27 namespace first_run { namespace in namespace:chromeos
110 } // namespace first_run
/external/chromium_org/chrome/browser/chromeos/first_run/steps/
H A Dapp_list_step.h9 #include "chrome/browser/chromeos/first_run/step.h"
12 namespace first_run { namespace in namespace:chromeos
25 } // namespace first_run
H A Dhelp_step.h9 #include "chrome/browser/chromeos/first_run/step.h"
12 namespace first_run { namespace in namespace:chromeos
26 } // namespace first_run
H A Dtray_step.h9 #include "chrome/browser/chromeos/first_run/step.h"
12 namespace first_run { namespace in namespace:chromeos
25 } // namespace first_run
H A Dapp_list_step.cc5 #include "chrome/browser/chromeos/first_run/steps/app_list_step.h"
7 #include "ash/first_run/first_run_helper.h"
8 #include "chrome/browser/chromeos/first_run/step_names.h"
9 #include "chrome/browser/ui/webui/chromeos/first_run/first_run_actor.h"
19 namespace first_run { namespace in namespace:chromeos
33 } // namespace first_run
H A Dhelp_step.cc5 #include "chrome/browser/chromeos/first_run/steps/help_step.h"
7 #include "ash/first_run/first_run_helper.h"
8 #include "chrome/browser/chromeos/first_run/step_names.h"
9 #include "chrome/browser/ui/webui/chromeos/first_run/first_run_actor.h"
19 namespace first_run { namespace in namespace:chromeos
38 } // namespace first_run
H A Dtray_step.cc5 #include "chrome/browser/chromeos/first_run/steps/tray_step.h"
7 #include "ash/first_run/first_run_helper.h"
10 #include "chrome/browser/chromeos/first_run/step_names.h"
11 #include "chrome/browser/ui/webui/chromeos/first_run/first_run_actor.h"
16 namespace first_run { namespace in namespace:chromeos
41 } // namespace first_run
/external/chromium_org/chrome/browser/chromeos/login/
H A Dfake_login_utils.cc16 #include "chrome/browser/first_run/first_run.h"
48 chrome::startup::IsFirstRun first_run = local
49 first_run::IsChromeFirstRun() ? chrome::startup::IS_FIRST_RUN
56 first_run,
H A Dlogin_utils.cc59 #include "chrome/browser/first_run/first_run.h"
309 chrome::startup::IsFirstRun first_run = first_run::IsChromeFirstRun() ? local
316 first_run, local
/external/chromium_org/chrome/browser/ui/views/
H A Dfirst_run_dialog.cc9 #include "chrome/browser/first_run/first_run.h"
38 namespace first_run { namespace
44 } // namespace first_run
114 first_run::SetShouldShowWelcomePage();
/external/chromium_org/chrome/browser/
H A Dprocess_singleton_browsertest.cc59 void StartChrome(base::WaitableEvent* start_event, bool first_run) { argument
67 if (first_run)
244 bool first_run = false; local
247 bool first_run = attempt % 2; local
264 first_run));

Completed in 2589 milliseconds

12