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

  /external/chromium_org/chrome/browser/translate/
translate_infobar_delegate.cc 172 if (infobar_type_ == TRANSLATING) {
179 DCHECK_EQ(TRANSLATION_ERROR, infobar_type_);
210 if (infobar_type_ != TRANSLATION_ERROR) {
211 DCHECK_EQ(TRANSLATING, infobar_type_);
222 DCHECK_EQ(TRANSLATION_ERROR, infobar_type_);
237 DCHECK_EQ(BEFORE_TRANSLATE, infobar_type_);
244 DCHECK_EQ(BEFORE_TRANSLATE, infobar_type_);
302 infobar_type_(infobar_type),
308 DCHECK_NE((infobar_type_ == TRANSLATION_ERROR),
319 if (infobar_type_ != BEFORE_TRANSLATE
    [all...]
translate_infobar_delegate.h 85 Type infobar_type() const { return infobar_type_; }
109 bool is_error() const { return infobar_type_ == TRANSLATION_ERROR; }
201 Type infobar_type_; member in class:TranslateInfoBarDelegate

Completed in 61 milliseconds