Home
last modified time | relevance | path

Searched defs:CandidateWindowProperty (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/ui/base/ime/
Dcandidate_window.h25 struct UI_BASE_EXPORT CandidateWindowProperty { struct
28 int page_size;
29 int cursor_position;
30 bool is_cursor_visible;
31 bool is_vertical;
32 bool show_window_at_composition;
36 std::string auxiliary_text;
60 const CandidateWindowProperty& GetProperty() const { in GetProperty() argument
Dcandidate_window.cc85 CandidateWindow::CandidateWindowProperty::CandidateWindowProperty() in CandidateWindowProperty() function in ui::CandidateWindow::CandidateWindowProperty
/external/chromium_org/chrome/browser/chromeos/input_method/
Dinput_method_engine_interface.h110 struct CandidateWindowProperty { struct
113 int page_size;
114 bool is_cursor_visible;
115 bool is_vertical;
116 bool show_window_at_composition;
120 std::string auxiliary_text;
121 bool is_auxiliary_text_visible;
Dinput_method_engine_interface.cc38 InputMethodEngineInterface::CandidateWindowProperty::CandidateWindowProperty() in CandidateWindowProperty() function in chromeos::InputMethodEngineInterface::CandidateWindowProperty