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

  /external/chromium_org/components/translate/core/browser/
language_state.h 63 bool translation_declined() const { return translation_declined_; }
64 void set_translation_declined(bool value) { translation_declined_ = value; }
115 bool translation_declined_; member in class:translate::LanguageState
language_state.cc 17 translation_declined_(false),
48 translation_declined_ = false;

Completed in 1674 milliseconds