Searched refs:is_first_run_ (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/chrome/browser/extensions/
H A Dextension_error_controller.h61 bool is_first_run_; member in class:extensions::ExtensionErrorController
H A Dextension_error_controller.cc27 is_first_run_(is_first_run) {}
37 if (!is_first_run_) {
H A Dexternal_install_manager.h87 bool is_first_run_; member in class:extensions::ExternalInstallManager
H A Dexternal_install_manager.cc62 is_first_run_(is_first_run),
136 if (is_first_run_)
H A Dextension_service.h692 bool is_first_run_; member in class:ExtensionService
H A Dextension_service.cc271 is_first_run_(false),
328 is_first_run_ = !extension_prefs_->SetAlertSystemFirstRun();
331 new extensions::ExtensionErrorController(profile_, is_first_run_));
333 new extensions::ExternalInstallManager(profile_, is_first_run_));
/external/chromium_org/chrome/browser/ui/startup/
H A Dstartup_browser_creator_impl.h152 bool is_first_run_; member in class:StartupBrowserCreatorImpl
H A Dstartup_browser_creator_impl.cc305 is_first_run_(is_first_run == chrome::startup::IS_FIRST_RUN) {
317 is_first_run_(is_first_run == chrome::startup::IS_FIRST_RUN) {
686 (is_first_run_ &&
842 if ((!is_first_run_ ||
889 if (signin::ShouldShowPromoAtStartup(profile_, is_first_run_)) {

Completed in 191 milliseconds