HomeSort by relevance Sort by last modified time
    Searched refs:is_first_run_ (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/chrome/browser/extensions/
extension_error_controller.h 61 bool is_first_run_; member in class:extensions::ExtensionErrorController
extension_error_controller.cc 27 is_first_run_(is_first_run) {}
37 if (!is_first_run_) {
external_install_manager.h 87 bool is_first_run_; member in class:extensions::ExternalInstallManager
external_install_manager.cc 62 is_first_run_(is_first_run),
136 if (is_first_run_)
extension_service.h 692 bool is_first_run_; member in class:ExtensionService
extension_service.cc 271 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_));
    [all...]
  /external/chromium_org/chrome/browser/ui/startup/
startup_browser_creator_impl.h 152 bool is_first_run_; member in class:StartupBrowserCreatorImpl
startup_browser_creator_impl.cc 305 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_ ||
    [all...]

Completed in 285 milliseconds