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

  /external/chromium/chrome/browser/extensions/
theme_installed_infobar_delegate.cc 53 const Extension* previous_theme = local
55 if (previous_theme) {
56 theme_service_->SetTheme(previous_theme);
extension_install_ui.cc 102 const Extension* previous_theme = local
104 if (previous_theme)
105 previous_theme_id_ = previous_theme->id();

Completed in 121 milliseconds