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

  /external/chromium_org/ui/base/ime/
input_method_win.cc 26 InputMethodWin::InputMethodWin(internal::InputMethodDelegate* delegate,
44 void InputMethodWin::Init(bool focused) {
51 void InputMethodWin::OnFocus() {
57 void InputMethodWin::OnBlur() {
63 bool InputMethodWin::OnUntranslatedIMEMessage(
107 bool InputMethodWin::DispatchKeyEvent(const ui::KeyEvent& event) {
144 void InputMethodWin::OnTextInputTypeChanged(const TextInputClient* client) {
151 void InputMethodWin::OnCaretBoundsChanged(const TextInputClient* client) {
175 void InputMethodWin::CancelComposition(const TextInputClient* client)
    [all...]
input_method_win.h 20 class UI_BASE_EXPORT InputMethodWin : public InputMethodBase {
22 InputMethodWin(internal::InputMethodDelegate* delegate,
144 DISALLOW_COPY_AND_ASSIGN(InputMethodWin);
input_method_factory.cc 47 return scoped_ptr<InputMethod>(new InputMethodWin(delegate, widget));

Completed in 9521 milliseconds