Searched refs:FirstRun (Results 1 - 25 of 25) sorted by relevance

/external/chromium/chrome/browser/first_run/
H A Dfirst_run_unittest.cc12 FirstRun::GetFirstRunSentinelFilePath(&sentinel_path_);
19 EXPECT_TRUE(FirstRun::CreateSentinel());
22 EXPECT_TRUE(FirstRun::RemoveSentinel());
H A Dfirst_run_gtk.cc25 bool FirstRun::ImportBookmarks(const FilePath& import_bookmarks_path) {
48 bool FirstRun::IsOrganicFirstRun() {
54 void FirstRun::PlatformSetup() {
H A Dfirst_run.cc61 // FirstRun -------------------------------------------------------------------
63 FirstRun::FirstRunState FirstRun::first_run_ = FIRST_RUN_UNKNOWN;
65 FirstRun::MasterPrefs::MasterPrefs()
75 FirstRun::MasterPrefs::~MasterPrefs() {}
80 int FirstRun::ImportNow(Profile* profile, const CommandLine& cmdline) {
98 bool FirstRun::ProcessMasterPreferences(const FilePath& user_data_dir,
156 FirstRun::SetOEMFirstRunBubblePref();
200 FirstRun::SetShowFirstRunBubblePref(false);
251 FirstRun
[all...]
H A Dfirst_run_browsertest.cc17 EXPECT_TRUE(FirstRun::SetShowFirstRunBubblePref(true));
27 EXPECT_TRUE(FirstRun::SetShowWelcomePagePref());
37 EXPECT_TRUE(FirstRun::SetOEMFirstRunBubblePref());
47 EXPECT_TRUE(FirstRun::SetMinimalFirstRunBubblePref());
H A Dfirst_run.h34 class FirstRun { class
60 // in this process. This function is paired with FirstRun::ImportSettings().
203 DISALLOW_IMPLICIT_CONSTRUCTORS(FirstRun);
H A Dfirst_run_win.cc129 bool FirstRun::LaunchSetupWithParam(const std::string& param,
154 bool FirstRun::WriteEULAtoTempFile(FilePath* eula_path) {
167 void FirstRun::DoDelayedInstallExtensions() {
173 // This class is used by FirstRun::ImportSettings to determine when the import
293 void FirstRun::PlatformSetup() {
301 bool FirstRun::IsOrganicFirstRun() {
308 bool FirstRun::ImportSettings(Profile* profile,
360 bool FirstRun::ImportSettings(Profile* profile,
373 int FirstRun::ImportFromBrowser(Profile* profile,
/external/chromium/chrome/browser/ui/gtk/
H A Dfirst_run_bubble.h32 FirstRun::BubbleType bubble_type);
49 FirstRun::BubbleType bubble_type);
H A Dfirst_run_bubble.cc42 FirstRun::BubbleType bubble_type) {
76 FirstRun::BubbleType bubble_type)
88 if (bubble_type == FirstRun::LARGE_BUBBLE) {
91 } else if (bubble_type == FirstRun::OEM_BUBBLE) {
94 } else if (bubble_type == FirstRun::MINIMAL_BUBBLE) {
H A Dfirst_run_dialog.cc110 !FirstRun::SearchEngineSelectorDisallowed() &&
403 FirstRun::CreateSentinel();
431 FirstRun::SetShowWelcomePagePref();
H A Dlocation_bar_view_gtk.h111 virtual void ShowFirstRunBubble(FirstRun::BubbleType bubble_type);
346 void ShowFirstRunBubbleInternal(FirstRun::BubbleType bubble_type);
H A Dlocation_bar_view_gtk.cc576 void LocationBarViewGtk::ShowFirstRunBubble(FirstRun::BubbleType bubble_type) {
1020 FirstRun::BubbleType bubble_type) {
/external/chromium/chrome/browser/ui/views/
H A Dfirst_run_bubble.h23 FirstRun::BubbleType bubble_type);
H A Dfirst_run_bubble.cc476 FirstRun::BubbleType bubble_type) {
481 case FirstRun::OEM_BUBBLE:
484 case FirstRun::LARGE_BUBBLE:
487 case FirstRun::MINIMAL_BUBBLE:
H A Dfirst_run_search_engine_view.cc62 if (FirstRun::SearchEngineSelectorDisallowed() || !model ||
/external/chromium/chrome/browser/ui/omnibox/
H A Dlocation_bar.h33 virtual void ShowFirstRunBubble(FirstRun::BubbleType bubble_type) = 0;
/external/chromium/chrome/browser/ui/cocoa/location_bar/
H A Dlocation_bar_view_mac.h57 virtual void ShowFirstRunBubble(FirstRun::BubbleType bubble_type);
172 void ShowFirstRunBubbleInternal(FirstRun::BubbleType bubble_type);
/external/chromium/chrome/browser/ui/views/location_bar/
H A Dlocation_bar_view.h229 virtual void ShowFirstRunBubble(FirstRun::BubbleType bubble_type) OVERRIDE;
324 void ShowFirstRunBubbleInternal(FirstRun::BubbleType bubble_type);
405 FirstRun::BubbleType bubble_type_;
H A Dlocation_bar_view.cc120 bubble_type_(FirstRun::MINIMAL_BUBBLE),
965 FirstRun::BubbleType bubble_type) {
1065 void LocationBarView::ShowFirstRunBubble(FirstRun::BubbleType bubble_type) {
/external/chromium/chrome/browser/importer/
H A Dtoolbar_importer_unittest.cc325 FirstRun::first_run_ = FirstRun::FIRST_RUN_FALSE;
H A Dtoolbar_importer.cc522 if (!FirstRun::IsChromeFirstRun()) {
535 if (!FirstRun::IsChromeFirstRun() || !label_vector[index].empty()) {
H A Dimporter_list.cc94 if (FirstRun::IsChromeFirstRun())
/external/chromium/chrome/browser/
H A Dbrowser_main.cc1196 bool is_first_run = FirstRun::IsChromeFirstRun() ||
1302 FirstRun::MasterPrefs master_prefs;
1306 !FirstRun::ProcessMasterPreferences(user_data_dir, &master_prefs);
1526 return FirstRun::ImportNow(profile, parsed_command_line);
1568 FirstRun::AutoImport(profile,
H A Dbrowser_main_win.cc169 if (!FirstRun::RemoveSentinel())
/external/chromium/chrome/browser/ui/
H A Dbrowser.cc438 FirstRun::BubbleType bubble_type = FirstRun::LARGE_BUBBLE;
442 bubble_type = FirstRun::OEM_BUBBLE;
446 bubble_type = FirstRun::MINIMAL_BUBBLE;
H A Dbrowser_init.cc1221 FirstRun::IsChromeFirstRun()) {

Completed in 285 milliseconds