OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:CreateInputMethod
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/ui/base/ime/
input_method_factory.cc
64
scoped_ptr<InputMethod> DefaultInputMethodFactory::
CreateInputMethod
(
89
scoped_ptr<InputMethod> MockInputMethodFactory::
CreateInputMethod
(
97
scoped_ptr<InputMethod>
CreateInputMethod
(
100
return InputMethodFactory::GetInstance()->
CreateInputMethod
(delegate, widget);
110
g_shared_input_method =
CreateInputMethod
(NULL, NULL).release();
/external/chromium_org/ui/views/widget/desktop_aura/
desktop_native_widget_aura.cc
577
InputMethod* DesktopNativeWidgetAura::
CreateInputMethod
() {
[
all
...]
/external/chromium_org/ui/views/widget/
native_widget_aura.cc
277
InputMethod* NativeWidgetAura::
CreateInputMethod
() {
[
all
...]
native_widget_win.cc
214
InputMethod* NativeWidgetWin::
CreateInputMethod
() {
[
all
...]
widget.cc
760
input_method_ = const_cast<Widget*>(this)->
CreateInputMethod
().Pass();
[
all
...]
Completed in 45 milliseconds