HomeSort by relevance Sort by last modified time
    Searched refs:TextInputType (Results 1 - 25 of 97) sorted by null

1 2 3 4

  /external/chromium_org/third_party/WebKit/Source/core/html/forms/
TextInputType.cpp 32 #include "core/html/forms/TextInputType.h"
42 PassRefPtr<InputType> TextInputType::create(HTMLInputElement& element)
44 return adoptRef(new TextInputType(element));
47 void TextInputType::countUsage()
59 const AtomicString& TextInputType::formControlType() const
64 bool TextInputType::shouldRespectSpeechAttribute()
69 bool TextInputType::supportsInputModeAttribute() const
TextInputType.h 38 class TextInputType : public BaseTextInputType {
43 TextInputType(HTMLInputElement& element) : BaseTextInputType(element) { }
  /external/chromium_org/ui/base/ime/win/
tsf_input_scope.h 20 // Returns InputScope list corresoponding to ui::TextInputType and
23 UI_EXPORT std::vector<InputScope> GetInputScopes(TextInputType text_input_type,
27 // category representation corresponding to ui::TextInputType and
32 UI_EXPORT ITfInputScope* CreateInputScope(TextInputType text_input_type,
41 TextInputType text_input_type,
mock_tsf_bridge.h 77 TextInputType latest_text_iput_type() const {
92 TextInputType latest_text_input_type_;
tsf_input_scope.cc 139 InputScope ConvertTextInputTypeToInputScope(TextInputType text_input_type) {
182 std::vector<InputScope> GetInputScopes(TextInputType text_input_type,
197 ITfInputScope* CreateInputScope(TextInputType text_input_type,
204 TextInputType text_input_type,
  /external/chromium_org/ui/base/ime/linux/
fake_input_method_context.cc 27 ui::TextInputType /* text_input_type */) {
fake_input_method_context.h 21 virtual void OnTextInputTypeChanged(ui::TextInputType text_input_type)
linux_input_method_context.h 41 virtual void OnTextInputTypeChanged(TextInputType text_input_type) = 0;
  /external/chromium_org/ui/base/ime/
text_input_type.h 12 enum TextInputType {
input_method.h 148 virtual TextInputType GetTextInputType() const = 0;
dummy_input_method.cc 70 TextInputType DummyInputMethod::GetTextInputType() const {
dummy_input_method.h 38 virtual TextInputType GetTextInputType() const OVERRIDE;
dummy_text_input_client.cc 36 ui::TextInputType DummyTextInputClient::GetTextInputType() const {
dummy_text_input_client.h 26 virtual ui::TextInputType GetTextInputType() const OVERRIDE;
input_method_base.h 50 virtual TextInputType GetTextInputType() const OVERRIDE;
  /external/chromium_org/chrome/browser/chromeos/input_method/
textinput_test_helper.h 43 ui::TextInputType GetTextInputType() const;
49 void WaitForTextInputStateChanged(ui::TextInputType expected_type);
92 ui::TextInputType latest_text_input_type_;
  /external/chromium_org/content/browser/android/
date_time_chooser_android.h 32 ui::TextInputType dialog_type,
  /external/chromium_org/chrome/browser/ui/ash/
ash_keyboard_controller_proxy.h 59 virtual void SetUpdateInputType(ui::TextInputType type) OVERRIDE;
  /external/chromium_org/ui/keyboard/
keyboard_controller_proxy.h 75 virtual void SetUpdateInputType(ui::TextInputType type);
  /external/chromium_org/ui/views/ime/
input_method.h 114 virtual ui::TextInputType GetTextInputType() const = 0;
input_method_base.h 36 virtual ui::TextInputType GetTextInputType() const OVERRIDE;
  /external/chromium_org/content/browser/web_contents/
touch_editable_impl_aura.h 48 virtual void OnTextInputTypeChanged(ui::TextInputType type) OVERRIDE;
84 ui::TextInputType text_input_type_;
  /external/chromium_org/ui/base/ime/chromeos/
ibus_bridge.h 55 InputContext(ui::TextInputType type_, ui::TextInputMode mode_) :
60 ui::TextInputType type;
  /external/chromium_org/ui/views/controls/textfield/
textfield.h 89 ui::TextInputType GetTextInputType() const;
90 void SetTextInputType(ui::TextInputType type);
341 ui::TextInputType text_input_type_;
  /external/chromium_org/chrome/browser/ui/libgtk2ui/
x11_input_method_context_impl_gtk2.h 32 virtual void OnTextInputTypeChanged(ui::TextInputType text_input_type)

Completed in 696 milliseconds

1 2 3 4