Searched refs:CreateRemoteInputMethodWin (Results 1 – 4 of 4) sorted by relevance
274 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 …]
49 UI_BASE_EXPORT scoped_ptr<InputMethod> CreateRemoteInputMethodWin(
46 return CreateRemoteInputMethodWin(delegate); in CreateInputMethod()
379 scoped_ptr<InputMethod> CreateRemoteInputMethodWin( in CreateRemoteInputMethodWin() function