HomeSort by relevance Sort by last modified time
    Searched full:theme_id_ (Results 1 - 4 of 4) sorted by null

  /external/chromium/chrome/browser/extensions/
theme_installed_infobar_delegate.cc 30 theme_id_(new_theme->id()),
39 return theme && (theme->id() == theme_id_);
103 if (theme_id_ != theme_service_->GetThemeID()) {
theme_installed_infobar_delegate.h 59 std::string theme_id_; member in class:ThemeInstalledInfoBarDelegate
  /external/chromium_org/chrome/browser/extensions/
theme_installed_infobar_delegate.h 66 std::string theme_id_; member in class:ThemeInstalledInfoBarDelegate
theme_installed_infobar_delegate.cc 66 if (theme_infobar->theme_id_ != new_theme->id()) {
89 theme_id_(new_theme->id()),
157 if (theme_id_ != theme_service_->GetThemeID())

Completed in 224 milliseconds