HomeSort by relevance Sort by last modified time
    Searched refs:first_run (Results 1 - 25 of 72) sorted by null

1 2 3

  /external/chromium_org/chrome/browser/chromeos/first_run/
step_names.cc 5 #include "chrome/browser/chromeos/first_run/step_names.h"
8 namespace first_run { namespace in namespace:chromeos
19 } // namespace first_run
first_run.h 13 namespace first_run { namespace in namespace:chromeos
23 } // namespace first_run
step_names.h 9 namespace first_run { namespace in namespace:chromeos
15 } // namespace first_run
metrics.h 9 namespace first_run { namespace in namespace:chromeos
23 } // namespace first_run
first_run_controller.cc 5 #include "chrome/browser/chromeos/first_run/first_run_controller.h"
11 #include "chrome/browser/chromeos/first_run/first_run_view.h"
12 #include "chrome/browser/chromeos/first_run/metrics.h"
13 #include "chrome/browser/chromeos/first_run/steps/app_list_step.h"
14 #include "chrome/browser/chromeos/first_run/steps/help_step.h"
15 #include "chrome/browser/chromeos/first_run/steps/tray_step.h"
28 void RecordCompletion(chromeos::first_run::TutorialCompletion type) {
31 chromeos::first_run::kTutorialCompletionSize);
123 RecordCompletion(first_run::kTutorialCompletedWithKeepExploring);
156 RecordCompletion(first_run::kTutorialNotFinished)
    [all...]
first_run_controller.h 11 #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;
first_run_browsertest.cc 5 #include "ash/first_run/first_run_helper.h"
8 #include "chrome/browser/chromeos/first_run/first_run.h"
9 #include "chrome/browser/chromeos/first_run/first_run_controller.h"
10 #include "chrome/browser/chromeos/first_run/step_names.h"
63 chromeos::first_run::LaunchTutorial();
132 WaitForStep(first_run::kAppListStep);
135 WaitForStep(first_run::kTrayStep);
138 WaitForStep(first_run::kHelpStep);
step.h 25 namespace first_run { namespace in namespace:chromeos
73 } // namespace first_run
  /external/chromium_org/chrome/browser/first_run/
first_run_dialog.h 10 namespace first_run { namespace
16 } // namespace first_run
first_run_browsertest.cc 13 #include "chrome/browser/first_run/first_run.h"
32 EXPECT_EQ(first_run::FIRST_RUN_BUBBLE_DONT_SHOW,
35 EXPECT_TRUE(first_run::SetShowFirstRunBubblePref(
36 first_run::FIRST_RUN_BUBBLE_SHOW));
39 EXPECT_EQ(first_run::FIRST_RUN_BUBBLE_SHOW,
43 EXPECT_TRUE(first_run::SetShowFirstRunBubblePref(
44 first_run::FIRST_RUN_BUBBLE_DONT_SHOW));
45 EXPECT_EQ(first_run::FIRST_RUN_BUBBLE_DONT_SHOW,
50 EXPECT_TRUE(first_run::SetShowFirstRunBubblePref
    [all...]
first_run_internal_linux.cc 5 #include "chrome/browser/first_run/first_run_internal.h"
12 namespace first_run { namespace
29 } // namespace first_run
  /external/chromium/chrome/browser/first_run/
first_run_dialog.h 11 namespace first_run { namespace
18 } // namespace first_run
  /external/chromium_org/chrome/browser/chromeos/first_run/steps/
app_list_step.h 9 #include "chrome/browser/chromeos/first_run/step.h"
12 namespace first_run { namespace in namespace:chromeos
25 } // namespace first_run
help_step.h 9 #include "chrome/browser/chromeos/first_run/step.h"
12 namespace first_run { namespace in namespace:chromeos
26 } // namespace first_run
tray_step.h 9 #include "chrome/browser/chromeos/first_run/step.h"
12 namespace first_run { namespace in namespace:chromeos
25 } // namespace first_run
app_list_step.cc 5 #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
help_step.cc 5 #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
  /external/chromium_org/chrome/browser/ui/sync/
profile_signin_confirmation_helper_browsertest.cc 10 #include "chrome/browser/first_run/first_run.h"
40 EXPECT_TRUE(first_run::auto_import_state() & first_run::AUTO_IMPORT_CALLED);
  /external/chromium/chrome/browser/importer/
importer_progress_dialog.h 22 // parent the UI to, it can be NULL if there's nothing to parent to. |first_run|
30 bool first_run);
external_process_importer_host.cc 30 bool first_run) {
39 import_to_bookmark_bar_ = ShouldImportToBookmarkBar(first_run);
40 CheckForFirefoxLock(source_profile, items, first_run);
importer_host.h 72 // |first_run| - true if this method is being called during first run.
78 bool first_run);
87 bool ShouldImportToBookmarkBar(bool first_run);
94 // |first_run| - true if this method is being called during first run.
97 bool first_run);
importer_host.cc 103 bool first_run) {
120 importer_->set_import_to_bookmark_bar(ShouldImportToBookmarkBar(first_run));
121 importer_->set_bookmark_bar_disabled(first_run);
128 CheckForFirefoxLock(source_profile, items, first_run);
175 bool ImporterHost::ShouldImportToBookmarkBar(bool first_run) {
176 bool import_to_bookmark_bar = first_run;
186 bool first_run) {
external_process_importer_host.h 37 bool first_run) OVERRIDE;
  /external/chromium/chrome/browser/rlz/
rlz.h 38 static bool InitRlzDelayed(bool first_run, int delay);
  /external/chromium/chrome/browser/ui/webui/
new_tab_ui.h 73 // Setters and getters for first_run.
74 static void set_first_run(bool first_run) { first_run_ = first_run; }
75 static bool first_run() { return first_run_; } function in class:NewTabUI::NewTabHTMLSource

Completed in 598 milliseconds

1 2 3