Searched defs:text_input_type (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/ui/base/ime/win/
H A Dtsf_input_scope.cc139 InputScope ConvertTextInputTypeToInputScope(TextInputType text_input_type) { argument
141 switch (text_input_type) {
182 std::vector<InputScope> GetInputScopes(TextInputType text_input_type, argument
187 ConvertTextInputTypeToInputScope(text_input_type));
197 ITfInputScope* CreateInputScope(TextInputType text_input_type, argument
199 return new TSFInputScope(GetInputScopes(text_input_type, text_input_mode));
204 TextInputType text_input_type,
210 std::vector<InputScope> input_scopes = GetInputScopes(text_input_type,
202 SetInputScopeForTsfUnawareWindow( HWND window_handle, TextInputType text_input_type, TextInputMode text_input_mode) argument
/external/chromium_org/chrome/browser/ui/libgtk2ui/
H A Dx11_input_method_context_impl_gtk2.cc125 ui::TextInputType text_input_type) {
126 switch (text_input_type) {
124 OnTextInputTypeChanged( ui::TextInputType text_input_type) argument
/external/chromium_org/ui/base/ime/
H A Ddummy_text_input_client.cc13 DummyTextInputClient::DummyTextInputClient(TextInputType text_input_type) argument
14 : text_input_type_(text_input_type) {}
H A Dremote_input_method_win.cc68 std::vector<int32> GetInputScopesAsInt(TextInputType text_input_type, argument
71 // An empty vector represents |text_input_type| is TEXT_INPUT_TYPE_NONE.
72 if (text_input_type == TEXT_INPUT_TYPE_NONE)
76 tsf_inputscope::GetInputScopes(text_input_type, text_input_mode);
H A Dinput_method_win.cc597 const TextInputType text_input_type = GetTextInputType(); local
599 switch (text_input_type) {
613 window_handle, text_input_type, text_input_mode);
/external/chromium_org/content/renderer/pepper/
H A Dpepper_plugin_instance_impl.h59 #include "ui/base/ime/text_input_type.h"
218 ui::TextInputType text_input_type() const { return text_input_type_; } function in class:content::PepperPluginInstanceImpl
/external/chromium_org/content/browser/android/
H A Dcontent_view_core_impl.cc1189 int text_input_type,
1207 text_input_type,
1188 UpdateImeAdapter(long native_ime_adapter, int text_input_type, int text_input_flags, const std::string& text, int selection_start, int selection_end, int composition_start, int composition_end, bool show_ime_if_needed, bool is_non_ime_change) argument

Completed in 2896 milliseconds