Home
last modified time | relevance | path

Searched refs:CreateRemoteInputMethodWin (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/ui/base/ime/
Dremote_input_method_win_unittest.cc274 scoped_ptr<InputMethod> input_method(CreateRemoteInputMethodWin(&delegate_)); in TEST()
284 scoped_ptr<InputMethod> input_method(CreateRemoteInputMethodWin(&delegate_)); in TEST()
300 scoped_ptr<InputMethod> input_method(CreateRemoteInputMethodWin(&delegate_)); in TEST()
335 scoped_ptr<InputMethod> input_method(CreateRemoteInputMethodWin(&delegate_)); in TEST()
357 scoped_ptr<InputMethod> input_method(CreateRemoteInputMethodWin(&delegate_)); in TEST()
388 scoped_ptr<InputMethod> input_method(CreateRemoteInputMethodWin(&delegate_)); in TEST()
419 scoped_ptr<InputMethod> input_method(CreateRemoteInputMethodWin(&delegate_)); in TEST()
473 scoped_ptr<InputMethod> input_method(CreateRemoteInputMethodWin(&delegate_)); in TEST()
504 scoped_ptr<InputMethod> input_method(CreateRemoteInputMethodWin(&delegate_)); in TEST()
548 scoped_ptr<InputMethod> input_method(CreateRemoteInputMethodWin(&delegate_)); in TEST()
[all …]
Dremote_input_method_win.h49 UI_BASE_EXPORT scoped_ptr<InputMethod> CreateRemoteInputMethodWin(
Dinput_method_factory.cc46 return CreateRemoteInputMethodWin(delegate); in CreateInputMethod()
Dremote_input_method_win.cc379 scoped_ptr<InputMethod> CreateRemoteInputMethodWin( in CreateRemoteInputMethodWin() function