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

  /external/chromium_org/ui/base/ime/
input_method_imm32.h 19 class UI_EXPORT InputMethodIMM32 : public InputMethodWin {
21 InputMethodIMM32(internal::InputMethodDelegate* delegate,
82 DISALLOW_COPY_AND_ASSIGN(InputMethodIMM32);
input_method_imm32.cc 15 InputMethodIMM32::InputMethodIMM32(internal::InputMethodDelegate* delegate,
28 void InputMethodIMM32::OnFocus() {
34 void InputMethodIMM32::OnBlur() {
40 bool InputMethodIMM32::OnUntranslatedIMEMessage(
88 void InputMethodIMM32::OnTextInputTypeChanged(const TextInputClient* client) {
96 void InputMethodIMM32::OnCaretBoundsChanged(const TextInputClient* client) {
117 void InputMethodIMM32::CancelComposition(const TextInputClient* client) {
122 bool InputMethodIMM32::IsCandidatePopupOpen() const {
126 void InputMethodIMM32::OnWillChangeFocusedClient
    [all...]

Completed in 975 milliseconds