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

  /external/chromium_org/chromeos/ime/
candidate_window.h 32 bool show_window_at_composition; member in struct:chromeos::input_method::CandidateWindow::CandidateWindowProperty
89 bool show_window_at_composition() const { function in class:chromeos::input_method::CandidateWindow
90 return property_->show_window_at_composition;
92 void set_show_window_at_composition(bool show_window_at_composition) {
93 property_->show_window_at_composition = show_window_at_composition;
  /external/chromium_org/chrome/browser/chromeos/input_method/
input_method_engine_interface.h 111 bool show_window_at_composition; member in struct:chromeos::InputMethodEngineInterface::CandidateWindowProperty

Completed in 34 milliseconds