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

  /external/chromium_org/ui/base/ime/
input_method_tsf.h 20 class UI_EXPORT InputMethodTSF : public InputMethodWin {
22 InputMethodTSF(internal::InputMethodDelegate* delegate,
24 virtual ~InputMethodTSF();
53 DISALLOW_COPY_AND_ASSIGN(InputMethodTSF);
input_method_tsf.cc 13 class InputMethodTSF::TSFEventObserver : public TSFEventRouterObserver {
33 InputMethodTSF::InputMethodTSF(internal::InputMethodDelegate* delegate,
46 InputMethodTSF::~InputMethodTSF() {}
48 void InputMethodTSF::OnFocus() {
57 void InputMethodTSF::OnBlur() {
65 bool InputMethodTSF::OnUntranslatedIMEMessage(
100 void InputMethodTSF::OnTextInputTypeChanged(const TextInputClient* client) {
107 void InputMethodTSF::OnCaretBoundsChanged(const TextInputClient* client)
    [all...]

Completed in 70 milliseconds