• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.10/WebCore-7600.1.25/html/

Lines Matching defs:TextFieldInputType

33 #include "TextFieldInputType.h"
60 TextFieldInputType::TextFieldInputType(HTMLInputElement& element)
65 TextFieldInputType::~TextFieldInputType()
71 bool TextFieldInputType::isKeyboardFocusable(KeyboardEvent*) const
80 bool TextFieldInputType::isMouseFocusable() const
85 bool TextFieldInputType::isTextField() const
90 bool TextFieldInputType::valueMissing(const String& value) const
95 bool TextFieldInputType::canSetSuggestedValue()
100 void TextFieldInputType::setValue(const String& sanitizedValue, bool valueChanged, TextFieldEventBehavior eventBehavior)
107 // TextFieldInputType dispatches events different way from InputType.
147 void TextFieldInputType::handleKeydownEvent(KeyboardEvent* event)
157 void TextFieldInputType::handleKeydownEventForSpinButton(KeyboardEvent* event)
171 void TextFieldInputType::forwardEvent(Event* event)
206 void TextFieldInputType::handleBlurEvent()
212 bool TextFieldInputType::shouldSubmitImplicitly(Event* event)
217 RenderPtr<RenderElement> TextFieldInputType::createInputRenderer(PassRef<RenderStyle> style)
222 bool TextFieldInputType::needsContainer() const
231 bool TextFieldInputType::shouldHaveSpinButton() const
238 void TextFieldInputType::createShadowSubtree()
279 HTMLElement* TextFieldInputType::containerElement() const
284 HTMLElement* TextFieldInputType::innerBlockElement() const
289 TextControlInnerTextElement* TextFieldInputType::innerTextElement() const
295 HTMLElement* TextFieldInputType::innerSpinButtonElement() const
301 HTMLElement* TextFieldInputType::speechButtonElement() const
307 HTMLElement* TextFieldInputType::placeholderElement() const
312 void TextFieldInputType::destroyShadowSubtree()
327 void TextFieldInputType::attributeChanged()
334 void TextFieldInputType::disabledAttributeChanged()
340 void TextFieldInputType::readonlyAttributeChanged()
346 bool TextFieldInputType::supportsReadOnly() const
351 bool TextFieldInputType::shouldUseInputMethod() const
374 String TextFieldInputType::sanitizeValue(const String& proposedValue) const
379 void TextFieldInputType::handleBeforeTextInsertedEvent(BeforeTextInsertedEvent* event)
419 bool TextFieldInputType::shouldRespectListAttribute()
424 void TextFieldInputType::updatePlaceholderText()
444 bool TextFieldInputType::appendFormData(FormDataList& list, bool multipart) const
453 String TextFieldInputType::convertFromVisibleValue(const String& visibleValue) const
458 void TextFieldInputType::subtreeHasChanged()
475 void TextFieldInputType::didSetValueByUserEdit(ValueChangeState state)
486 void TextFieldInputType::spinButtonStepDown()
491 void TextFieldInputType::spinButtonStepUp()
496 void TextFieldInputType::updateInnerTextValue()
509 void TextFieldInputType::focusAndSelectSpinButtonOwner()
516 bool TextFieldInputType::shouldSpinButtonRespondToMouseEvents()
521 bool TextFieldInputType::shouldSpinButtonRespondToWheelEvents()