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_BASE_EXPORT scoped_ptr<InputMethod>
CreateRemoteInputMethodWin
(
58
// |input_method| is instanciated via
CreateRemoteInputMethodWin
. Caller does
input_method_factory.cc
46
return
CreateRemoteInputMethodWin
(delegate);
remote_input_method_win_unittest.cc
274
scoped_ptr<InputMethod> input_method(
CreateRemoteInputMethodWin
(&delegate_));
284
scoped_ptr<InputMethod> input_method(
CreateRemoteInputMethodWin
(&delegate_));
300
scoped_ptr<InputMethod> input_method(
CreateRemoteInputMethodWin
(&delegate_));
335
scoped_ptr<InputMethod> input_method(
CreateRemoteInputMethodWin
(&delegate_));
357
scoped_ptr<InputMethod> input_method(
CreateRemoteInputMethodWin
(&delegate_));
388
scoped_ptr<InputMethod> input_method(
CreateRemoteInputMethodWin
(&delegate_));
419
scoped_ptr<InputMethod> input_method(
CreateRemoteInputMethodWin
(&delegate_));
473
scoped_ptr<InputMethod> input_method(
CreateRemoteInputMethodWin
(&delegate_));
504
scoped_ptr<InputMethod> input_method(
CreateRemoteInputMethodWin
(&delegate_));
548
scoped_ptr<InputMethod> input_method(
CreateRemoteInputMethodWin
(&delegate_))
[
all
...]
remote_input_method_win.cc
379
scoped_ptr<InputMethod>
CreateRemoteInputMethodWin
(
Completed in 575 milliseconds