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

  /external/chromium/chrome/browser/tab_contents/
language_state.h 57 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
language_state.cc 13 translation_pending_(false),
41 translation_pending_ = false;
65 if (!translation_pending_ &&
  /external/chromium_org/chrome/browser/tab_contents/
language_state.h 64 bool translation_pending() const { return translation_pending_; }
65 void set_translation_pending(bool value) { translation_pending_ = value; }
119 bool translation_pending_; member in class:LanguageState
language_state.cc 19 translation_pending_(false),
52 translation_pending_ = false;
79 !translation_pending_ &&
  /external/chromium_org/chrome/renderer/translate/
translate_helper.cc 72 translation_pending_(false),
135 translation_pending_ = false;
328 if (translation_pending_ && target_lang_ == target_lang)
335 translation_pending_ = true;
417 if (!translation_pending_) {
422 translation_pending_ = false;
485 translation_pending_ = false;
translate_helper.h 140 bool translation_pending_; member in class:TranslateHelper

Completed in 811 milliseconds