Searched refs:translation_pending_ (Results 1 - 2 of 2) sorted by relevance

/external/chromium/chrome/browser/tab_contents/
H A Dlanguage_state.h57 bool translation_pending() const { return translation_pending_; }
58 void set_translation_pending(bool value) { translation_pending_ = value; }
96 bool translation_pending_; member in class:LanguageState
H A Dlanguage_state.cc13 translation_pending_(false),
41 translation_pending_ = false;
65 if (!translation_pending_ &&

Completed in 26 milliseconds