Searched refs:text_input_type (Results 1 - 14 of 14) sorted by relevance

/external/chromium_org/ui/base/ime/win/
H A Dtsf_input_scope.h14 #include "ui/base/ime/text_input_type.h"
24 TextInputType text_input_type,
33 UI_BASE_EXPORT ITfInputScope* CreateInputScope(TextInputType text_input_type,
42 TextInputType text_input_type,
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/ui/base/ime/linux/
H A Dfake_input_method_context.h20 virtual void OnTextInputTypeChanged(ui::TextInputType text_input_type)
H A Dlinux_input_method_context.h9 #include "ui/base/ime/text_input_type.h"
37 virtual void OnTextInputTypeChanged(TextInputType text_input_type) = 0;
/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 Ddummy_text_input_client.h16 explicit DummyTextInputClient(TextInputType 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/chrome/browser/ui/libgtk2ui/
H A Dx11_input_method_context_impl_gtk2.h36 virtual void OnTextInputTypeChanged(ui::TextInputType text_input_type)
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/content/browser/android/
H A Dcontent_view_core_impl.h218 int text_input_type,
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
/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/renderer/
H A Drender_view_impl.cc2136 blink::WebTextInputType text_input_type =
2140 routing_id(), text_input_type != blink::WebTextInputTypeNone));
3717 return focused_pepper_plugin_->text_input_type();

Completed in 186 milliseconds