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 63 bool translation_pending() const { return translation_pending_; }
64 void set_translation_pending(bool value) { translation_pending_ = value; }
102 bool translation_pending_; member in class:LanguageState
language_state.cc 16 translation_pending_(false),
45 translation_pending_ = false;
69 !translation_pending_ &&
  /external/chromium_org/chrome/renderer/translate/
translate_helper.cc 76 translation_pending_(false),
138 translation_pending_ = false;
331 if (translation_pending_ && target_lang_ == target_lang)
338 translation_pending_ = true;
424 if (!translation_pending_) {
429 translation_pending_ = false;
492 translation_pending_ = false;
translate_helper.h 140 bool translation_pending_; member in class:TranslateHelper

Completed in 67 milliseconds