/external/chromium_org/content/browser/web_contents/ |
touch_editable_impl_aura.cc | 60 if (text_input_type_ != ui::TEXT_INPUT_TYPE_NONE || 81 // or non-NONE |text_input_type_|) 85 text_input_type_ != ui::TEXT_INPUT_TYPE_NONE)) { 125 text_input_type_ = type; 163 text_input_type_ != ui::TEXT_INPUT_TYPE_NONE) 184 text_input_type_ != ui::TEXT_INPUT_TYPE_NONE)) { 202 text_input_type_ != ui::TEXT_INPUT_TYPE_NONE && 361 : text_input_type_(ui::TEXT_INPUT_TYPE_NONE), 375 text_input_type_ = ui::TEXT_INPUT_TYPE_NONE;
|
touch_editable_impl_aura.h | 84 ui::TextInputType text_input_type_; member in class:content::TouchEditableImplAura
|
touch_editable_impl_aura_browsertest.cc | 339 EXPECT_NE(ui::TEXT_INPUT_TYPE_NONE, touch_editable->text_input_type_);
|
/external/chromium_org/ui/views/controls/textfield/ |
textfield.cc | 73 text_input_type_(ui::TEXT_INPUT_TYPE_TEXT), 101 text_input_type_(ui::TEXT_INPUT_TYPE_TEXT), 156 return text_input_type_; 160 text_input_type_ = type;
|
textfield.h | 341 ui::TextInputType text_input_type_; member in class:views::Textfield
|
/external/chromium/chrome/browser/renderer_host/ |
render_widget_host_view_views.cc | 163 text_input_type_(ui::TEXT_INPUT_TYPE_NONE), 291 if (text_input_type_ != new_type) { 292 text_input_type_ = new_type; 680 DCHECK(text_input_type_ != ui::TEXT_INPUT_TYPE_NONE); 696 return text_input_type_;
|
render_widget_host_view_mac.h | 338 WebKit::WebTextInputType text_input_type_; member in class:RenderWidgetHostViewMac
|
render_widget_host_view_views.h | 206 ui::TextInputType text_input_type_; member in class:RenderWidgetHostViewViews
|
render_widget_host_view_win.h | 360 WebKit::WebTextInputType text_input_type_; member in class:RenderWidgetHostViewWin
|
render_widget_host_view_win.cc | 238 text_input_type_(WebKit::WebTextInputTypeNone) { 590 if (text_input_type_ != type) { 591 text_input_type_ = type; [all...] |
/external/chromium_org/ui/base/ime/ |
remote_input_method_win_unittest.cc | 29 : text_input_type_(TEXT_INPUT_TYPE_NONE), 49 text_input_type_ = TEXT_INPUT_TYPE_NONE; 59 text_input_type_ = type; 87 return text_input_type_; 106 ui::TextInputType text_input_type_; member in class:ui::__anon14773::MockTextInputClient
|
/external/chromium_org/content/browser/renderer_host/ |
render_widget_host_view_win.cc | 403 text_input_type_(ui::TEXT_INPUT_TYPE_NONE), 694 if (text_input_type_ != type || 697 const bool text_input_type_changed = (text_input_type_ != type) || 699 text_input_type_ = type; 704 UpdateInputScopeIfNecessary(text_input_type_); 710 bool is_enabled = (text_input_type_ != ui::TEXT_INPUT_TYPE_NONE && 711 text_input_type_ != ui::TEXT_INPUT_TYPE_PASSWORD); [all...] |
render_widget_host_view_mac.h | 424 ui::TextInputType text_input_type_; member in class:content::RenderWidgetHostViewMac
|
render_widget_host_view_aura.h | 609 ui::TextInputType text_input_type_; member in class:content::RenderWidgetHostViewAura [all...] |
render_widget_host_view_win.h | 446 // current |text_input_type_|. 543 ui::TextInputType text_input_type_; member in class:content::RenderWidgetHostViewWin
|
render_widget_host_view_aura.cc | 472 text_input_type_(ui::TEXT_INPUT_TYPE_NONE), 922 if (text_input_type_ != type || 925 text_input_type_ = type; 931 touch_editing_client_->OnTextInputTypeChanged(text_input_type_); [all...] |
/external/chromium_org/content/renderer/pepper/ |
pepper_plugin_instance_impl.h | 202 ui::TextInputType text_input_type() const { return text_input_type_; } 813 ui::TextInputType text_input_type_; member in class:content::PepperPluginInstanceImpl [all...] |
pepper_plugin_instance_impl.cc | 518 text_input_type_(kPluginDefaultTextInputType), [all...] |
/external/chromium_org/content/renderer/ |
render_widget.cc | 363 text_input_type_(ui::TEXT_INPUT_TYPE_NONE), [all...] |
render_widget.h | 674 ui::TextInputType text_input_type_; member in class:content::RenderWidget
|