OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:g_shared_input_method
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/ui/base/ime/
input_method_factory.cc
28
ui::InputMethod*
g_shared_input_method
= NULL;
member in namespace:__anon14766
109
if (!
g_shared_input_method
)
110
g_shared_input_method
= CreateInputMethod(NULL, NULL).release();
111
return
g_shared_input_method
;
117
delete
g_shared_input_method
;
118
g_shared_input_method
= NULL;
Completed in 53 milliseconds