HomeSort by relevance Sort by last modified time
    Searched refs:text_input_type_ (Results 1 - 19 of 19) sorted by null

  /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)) {
122 text_input_type_ = type;
160 text_input_type_ != ui::TEXT_INPUT_TYPE_NONE)
181 text_input_type_ != ui::TEXT_INPUT_TYPE_NONE)) {
199 text_input_type_ != ui::TEXT_INPUT_TYPE_NONE &&
358 : text_input_type_(ui::TEXT_INPUT_TYPE_NONE),
372 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 307 EXPECT_NE(ui::TEXT_INPUT_TYPE_NONE, touch_editable->text_input_type_);
  /external/chromium_org/ui/views/controls/textfield/
textfield.cc 92 text_input_type_(ui::TEXT_INPUT_TYPE_TEXT),
118 text_input_type_(ui::TEXT_INPUT_TYPE_TEXT),
170 return text_input_type_;
174 text_input_type_ = type;
textfield.h 351 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/content/browser/renderer_host/
render_widget_host_view_win.cc 406 text_input_type_(ui::TEXT_INPUT_TYPE_NONE),
695 if (text_input_type_ != type ||
698 const bool text_input_type_changed = (text_input_type_ != type) ||
700 text_input_type_ = type;
705 UpdateInputScopeIfNecessary(text_input_type_);
711 bool is_enabled = (text_input_type_ != ui::TEXT_INPUT_TYPE_NONE &&
712 text_input_type_ != ui::TEXT_INPUT_TYPE_PASSWORD);
    [all...]
render_widget_host_view_mac.h 404 ui::TextInputType text_input_type_; member in class:content::RenderWidgetHostViewMac
render_widget_host_view_aura.h 567 ui::TextInputType text_input_type_; member in class:content::RenderWidgetHostViewAura
render_widget_host_view_win.h 440 // current |text_input_type_|.
540 ui::TextInputType text_input_type_; member in class:content::RenderWidgetHostViewWin
render_widget_host_view_aura.cc 648 text_input_type_(ui::TEXT_INPUT_TYPE_NONE),
    [all...]
  /external/chromium_org/content/renderer/
render_widget.cc 216 text_input_type_(ui::TEXT_INPUT_TYPE_NONE),
    [all...]
render_widget.h 641 ui::TextInputType text_input_type_; member in class:content::RenderWidget
  /external/chromium_org/content/renderer/pepper/
pepper_plugin_instance_impl.h 197 ui::TextInputType text_input_type() const { return text_input_type_; }
809 ui::TextInputType text_input_type_; member in class:content::PepperPluginInstanceImpl
    [all...]
pepper_plugin_instance_impl.cc 483 text_input_type_(kPluginDefaultTextInputType),
    [all...]

Completed in 747 milliseconds