OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CreateRemoteInputMethodWin
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/ui/base/ime/
remote_input_method_win.h
49
UI_EXPORT scoped_ptr<InputMethod>
CreateRemoteInputMethodWin
(
58
// |input_method| is instanciated via
CreateRemoteInputMethodWin
. Caller does
remote_input_method_win_unittest.cc
245
scoped_ptr<InputMethod> input_method(
CreateRemoteInputMethodWin
(&delegate_));
255
scoped_ptr<InputMethod> input_method(
CreateRemoteInputMethodWin
(&delegate_));
275
scoped_ptr<InputMethod> input_method(
CreateRemoteInputMethodWin
(&delegate_));
293
scoped_ptr<InputMethod> input_method(
CreateRemoteInputMethodWin
(&delegate_));
315
scoped_ptr<InputMethod> input_method(
CreateRemoteInputMethodWin
(&delegate_));
346
scoped_ptr<InputMethod> input_method(
CreateRemoteInputMethodWin
(&delegate_));
377
scoped_ptr<InputMethod> input_method(
CreateRemoteInputMethodWin
(&delegate_));
430
scoped_ptr<InputMethod> input_method(
CreateRemoteInputMethodWin
(&delegate_));
474
scoped_ptr<InputMethod> input_method(
CreateRemoteInputMethodWin
(&delegate_));
516
scoped_ptr<InputMethod> input_method(
CreateRemoteInputMethodWin
(&delegate_))
[
all
...]
input_method_factory.cc
73
return
CreateRemoteInputMethodWin
(delegate);
remote_input_method_win.cc
379
scoped_ptr<InputMethod>
CreateRemoteInputMethodWin
(
Completed in 42 milliseconds