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

  /external/chromium/chrome/browser/tab_contents/
language_state.h 61 bool translation_declined() const { return translation_declined_; }
62 void set_translation_declined(bool value) { translation_declined_ = value; }
101 bool translation_declined_; member in class:LanguageState
language_state.cc 14 translation_declined_(false),
42 translation_declined_ = false;
  /external/chromium_org/chrome/browser/tab_contents/
language_state.h 67 bool translation_declined() const { return translation_declined_; }
68 void set_translation_declined(bool value) { translation_declined_ = value; }
107 bool translation_declined_; member in class:LanguageState
language_state.cc 17 translation_declined_(false),
46 translation_declined_ = false;

Completed in 58 milliseconds