Home
last modified time | relevance | path

Searched refs:show_window_at_composition (Results 1 – 7 of 7) sorted by relevance

/external/chromium_org/chromeos/ime/
Dcandidate_window.h32 bool show_window_at_composition; member
89 bool show_window_at_composition() const { in show_window_at_composition() function
90 return property_->show_window_at_composition; in show_window_at_composition()
92 void set_show_window_at_composition(bool show_window_at_composition) { in set_show_window_at_composition() argument
93 property_->show_window_at_composition = show_window_at_composition; in set_show_window_at_composition()
Dcandidate_window.cc31 show_window_at_composition() != cw.show_window_at_composition() || in IsEqual()
62 show_window_at_composition(false) { in CandidateWindowProperty()
/external/chromium_org/chrome/browser/chromeos/input_method/
Dinput_method_engine_interface.cc42 show_window_at_composition(false) { in CandidateWindowProperty()
Dinput_method_engine_interface.h111 bool show_window_at_composition; member
Dinput_method_engine.cc213 dest_property.show_window_at_composition = in SetCandidateWindowProperty()
214 property.show_window_at_composition; in SetCandidateWindowProperty()
Dcandidate_window_view.cc706 = new_candidate_window.show_window_at_composition(); in UpdateCandidates()
/external/chromium_org/chrome/browser/extensions/api/input_ime/
Dinput_ime_api.cc554 properties_out.show_window_at_composition = true; in RunImpl()
559 properties_out.show_window_at_composition = false; in RunImpl()