/external/chromium_org/ui/base/ime/win/ |
tsf_input_scope.h | 14 #include "ui/base/ime/text_input_type.h" 23 UI_EXPORT std::vector<InputScope> GetInputScopes(TextInputType text_input_type, 32 UI_EXPORT ITfInputScope* CreateInputScope(TextInputType text_input_type, 41 TextInputType text_input_type,
|
tsf_input_scope.cc | 139 InputScope ConvertTextInputTypeToInputScope(TextInputType text_input_type) { 141 switch (text_input_type) { 182 std::vector<InputScope> GetInputScopes(TextInputType text_input_type, 187 ConvertTextInputTypeToInputScope(text_input_type)); 197 ITfInputScope* CreateInputScope(TextInputType text_input_type, 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,
|
/external/chromium_org/ui/base/ime/linux/ |
fake_input_method_context.h | 21 virtual void OnTextInputTypeChanged(ui::TextInputType text_input_type)
|
linux_input_method_context.h | 10 #include "ui/base/ime/text_input_type.h" 41 virtual void OnTextInputTypeChanged(TextInputType text_input_type) = 0;
|
/external/chromium_org/chrome/browser/ui/libgtk2ui/ |
x11_input_method_context_impl_gtk2.h | 32 virtual void OnTextInputTypeChanged(ui::TextInputType text_input_type)
|
x11_input_method_context_impl_gtk2.cc | 218 ui::TextInputType text_input_type) { 219 switch (text_input_type) {
|
/external/chromium_org/ui/base/ime/ |
input_method_imm32.cc | 280 const TextInputType text_input_type = GetTextInputType(); local 282 switch (text_input_type) { 296 window_handle, text_input_type, text_input_mode);
|
remote_input_method_win.cc | 68 std::vector<int32> GetInputScopesAsInt(TextInputType text_input_type, 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);
|
/external/chromium_org/content/browser/android/ |
content_view_core_impl.h | 261 void UpdateImeAdapter(int native_ime_adapter, int text_input_type,
|
content_view_core_impl.cc | [all...] |
/external/chromium_org/content/browser/renderer_host/ |
render_widget_host_view_win.h | 452 // Sets the appropriate input scope for given |text_input_type| if TSF-aware 456 void UpdateInputScopeIfNecessary(ui::TextInputType text_input_type);
|
render_widget_host_view_win.cc | [all...] |
/external/chromium_org/content/renderer/pepper/ |
pepper_plugin_instance_impl.h | 56 #include "ui/base/ime/text_input_type.h" 202 ui::TextInputType text_input_type() const { return text_input_type_; } function in class:content::PepperPluginInstanceImpl [all...] |
/external/chromium_org/content/renderer/ |
render_view_impl.cc | [all...] |