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

  /external/chromium_org/ui/views/ime/
mock_input_method.cc 17 : composition_changed_(false),
29 : composition_changed_(false),
62 bool handled = (composition_changed_ || result_text_.length()) &&
84 if (composition_changed_) {
155 composition_changed_ = true;
188 composition_changed_ = false;
mock_input_method.h 73 bool composition_changed_; member in class:views::MockInputMethod
  /external/chromium_org/ui/base/ime/
input_method_chromeos.cc 39 composition_changed_(false),
296 composition_changed_ = false;
416 if (composition_changed_ && !IsTextInputTypeNone()) {
428 composition_changed_ = false;
438 return result_text_.length() || composition_changed_;
510 composition_changed_ = true;
522 composition_changed_ = false;
532 composition_changed_ = true;
542 composition_changed_ = false;
input_method_chromeos.h 141 bool composition_changed_; member in class:ui::InputMethodChromeOS

Completed in 527 milliseconds