HomeSort by relevance Sort by last modified time
    Searched refs:translation_declined_ (Results 1 - 2 of 2) 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;

Completed in 21 milliseconds