Lines Matching refs:WMLInputElement
24 #include "WMLInputElement.h"
40 WMLInputElement::WMLInputElement(const QualifiedName& tagName, Document* doc)
48 WMLInputElement::~WMLInputElement()
60 bool WMLInputElement::isKeyboardFocusable(KeyboardEvent*) const
65 bool WMLInputElement::isMouseFocusable() const
70 void WMLInputElement::dispatchFocusEvent()
76 void WMLInputElement::dispatchBlurEvent()
94 void WMLInputElement::updateFocusAppearance(bool restorePreviousSelection)
99 void WMLInputElement::aboutToUnload()
104 int WMLInputElement::size() const
109 const AtomicString& WMLInputElement::formControlType() const
121 const AtomicString& WMLInputElement::formControlName() const
126 const String& WMLInputElement::suggestedValue() const
131 String WMLInputElement::value() const
140 void WMLInputElement::setValue(const String& value, bool sendChangeEvent)
159 void WMLInputElement::setValueForUser(const String& value)
162 will be useful only in HTMLInputElement. Do nothing in 'WMLInputElement'.
166 void WMLInputElement::setValueFromRenderer(const String& value)
171 bool WMLInputElement::saveFormControlState(String& result) const
180 void WMLInputElement::restoreFormControlState(const String& state)
186 void WMLInputElement::select()
192 void WMLInputElement::accessKeyAction(bool)
198 void WMLInputElement::parseMappedAttribute(MappedAttribute* attr)
226 void WMLInputElement::copyNonAttributeProperties(const Element* source)
228 const WMLInputElement* sourceElement = static_cast<const WMLInputElement*>(source);
233 RenderObject* WMLInputElement::createRenderer(RenderArena* arena, RenderStyle*)
238 void WMLInputElement::detach()
244 bool WMLInputElement::appendFormData(FormDataList& encoding, bool)
253 void WMLInputElement::reset()
258 void WMLInputElement::defaultEventHandler(Event* evt)
315 void WMLInputElement::cacheSelection(int start, int end)
321 String WMLInputElement::constrainValue(const String& proposedValue) const
326 void WMLInputElement::documentDidBecomeActive()
332 void WMLInputElement::willMoveToNewOwnerDocument()
341 void WMLInputElement::didMoveToNewOwnerDocument()
349 void WMLInputElement::initialize()
377 String WMLInputElement::validateInputMask(const String& inputMask)
429 bool WMLInputElement::isConformedToInputMask(const String& inputChars)
438 bool WMLInputElement::isConformedToInputMask(UChar inChar, unsigned inputCharCount, bool isUserInput)
494 unsigned WMLInputElement::cursorPositionToMaskIndex(unsigned cursorPosition)