Searched refs:innerTextValue (Results 1 – 8 of 8) sorted by relevance
114 if (!valueChanged && sanitizedValue.isEmpty() && !element().innerTextValue().isEmpty()) in setValue()255 String standardValue = convertFromVisibleValue(element().innerTextValue()); in hasBadInput()
123 unsigned length = element().innerTextValue().length(); in startSearchEventTimer()
439 unsigned oldLength = element().innerTextValue().length(); in handleBeforeTextInsertedEvent()521 …element().setValueFromRenderer(sanitizeValue(convertFromVisibleValue(element().innerTextValue()))); in subtreeHasChanged()
85 String innerTextValue() const;
220 String text = innerTextValue(); in setRangeText()510 bool textIsChanged = value != innerTextValue(); in setInnerTextValue()534 String HTMLTextFormControlElement::innerTextValue() const in innerTextValue() function in WebCore::HTMLTextFormControlElement
291 const String& currentValue = innerTextValue(); in handleBeforeTextInsertedEvent()326 m_value = innerTextValue(); in updateValue()
354 virtual bool isEmptyValue() const OVERRIDE { return innerTextValue().isEmpty(); } in isEmptyValue()
117 return constUnwrap<HTMLInputElement>()->innerTextValue(); in editingValue()