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

  /external/chromium_org/ui/base/ime/
dummy_text_input_client.cc 11 : text_input_type_(TEXT_INPUT_TYPE_NONE) {}
14 : text_input_type_(text_input_type) {}
40 return text_input_type_;
dummy_text_input_client.h 51 TextInputType text_input_type_; member in class:ui::DummyTextInputClient
remote_input_method_win_unittest.cc 29 : text_input_type_(TEXT_INPUT_TYPE_NONE),
58 text_input_type_ = TEXT_INPUT_TYPE_NONE;
71 text_input_type_ = type;
102 return text_input_type_;
136 ui::TextInputType text_input_type_; member in class:ui::__anon21264::MockTextInputClient
  /external/chromium_org/content/browser/web_contents/
touch_editable_impl_aura.cc 54 if (text_input_type_ != ui::TEXT_INPUT_TYPE_NONE ||
117 text_input_type_ = type;
151 text_input_type_ != ui::TEXT_INPUT_TYPE_NONE;
182 text_input_type_ != ui::TEXT_INPUT_TYPE_NONE &&
343 : text_input_type_(ui::TEXT_INPUT_TYPE_NONE),
357 text_input_type_ != ui::TEXT_INPUT_TYPE_NONE)) {
369 text_input_type_ = ui::TEXT_INPUT_TYPE_NONE;
touch_editable_impl_aura.h 91 ui::TextInputType text_input_type_; member in class:content::TouchEditableImplAura
touch_editable_impl_aura_browsertest.cc 154 return touch_editable->text_input_type_;
  /external/chromium_org/ui/views/controls/textfield/
textfield.cc 268 text_input_type_(ui::TEXT_INPUT_TYPE_TEXT),
302 text_input_type_ = type;
912 if (text_input_type_ == ui::TEXT_INPUT_TYPE_PASSWORD)
    [all...]
textfield.h 426 ui::TextInputType text_input_type_; member in class:views::Textfield
  /external/chromium_org/content/renderer/
render_widget.cc 404 text_input_type_(ui::TEXT_INPUT_TYPE_NONE),
    [all...]
render_widget.h 654 ui::TextInputType text_input_type_; member in class:content::RenderWidget
  /external/chromium_org/content/renderer/pepper/
pepper_plugin_instance_impl.h 218 ui::TextInputType text_input_type() const { return text_input_type_; }
872 ui::TextInputType text_input_type_; member in class:content::PepperPluginInstanceImpl
    [all...]
pepper_plugin_instance_impl.cc 551 text_input_type_(kPluginDefaultTextInputType),
    [all...]
  /external/chromium_org/content/browser/renderer_host/
render_widget_host_view_aura.cc 441 text_input_type_(ui::TEXT_INPUT_TYPE_NONE),
855 if (text_input_type_ != type ||
858 text_input_type_ = type;
864 touch_editing_client_->OnTextInputTypeChanged(text_input_type_);
    [all...]
render_widget_host_view_mac.h 384 ui::TextInputType text_input_type_; member in class:content::RenderWidgetHostViewMac
render_widget_host_view_aura.h 525 ui::TextInputType text_input_type_; member in class:content::RenderWidgetHostViewAura

Completed in 235 milliseconds