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

  /external/chromium_org/third_party/WebKit/Source/core/html/forms/
EmailInputType.h 51 virtual String sanitizeValue(const String&) const OVERRIDE;
ColorInputType.h 61 virtual String sanitizeValue(const String&) const OVERRIDE;
BaseDateAndTimeInputType.h 51 virtual String sanitizeValue(const String&) const OVERRIDE;
NumberInputType.h 63 virtual String sanitizeValue(const String&) const OVERRIDE;
RangeInputType.h 68 virtual String sanitizeValue(const String& proposedValue) const OVERRIDE;
TextFieldInputType.h 84 virtual String sanitizeValue(const String&) const OVERRIDE;
BaseDateAndTimeInputType.cpp 167 String BaseDateAndTimeInputType::sanitizeValue(const String& proposedValue) const
ColorInputType.cpp 111 String ColorInputType::sanitizeValue(const String& proposedValue) const
InputType.h 153 // This function must be called only by HTMLInputElement::sanitizeValue().
154 virtual String sanitizeValue(const String&) const;
EmailInputType.cpp 250 String EmailInputType::sanitizeValue(const String& proposedValue) const
268 String sanitizedValue = sanitizeValue(visibleValue);
BaseMultipleFieldsDateAndTimeInputType.cpp 186 String newValue = sanitizeValue(dateTimeEditElement()->value());
476 element().setValueInternal(sanitizeValue(edit->value()), DispatchNoEvent);
TextFieldInputType.cpp 403 String TextFieldInputType::sanitizeValue(const String& proposedValue) const
414 // sanitizeValue() in HTMLInputElement::subtreeHasChanged() in some cases.
496 // sanitizeValue() is needed because IME input doesn't dispatch BeforeTextInsertedEvent.
497 element().setValueFromRenderer(sanitizeValue(convertFromVisibleValue(element().innerEditorValue())));
NumberInputType.cpp 231 String NumberInputType::sanitizeValue(const String& proposedValue) const
RangeInputType.cpp 299 String RangeInputType::sanitizeValue(const String& proposedValue) const
InputType.cpp 589 String InputType::sanitizeValue(const String& proposedValue) const
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLInputElement.cpp 446 m_valueIfDirty = sanitizeValue(valueString);
916 value = sanitizeValue(valueString);
948 m_suggestedValue = sanitizeValue(value);
    [all...]
HTMLInputElement.h 140 String sanitizeValue(const String&) const;
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderTheme.cpp 897 double parsedValue = parseToDoubleForNumberType(input->sanitizeValue(value));
    [all...]

Completed in 259 milliseconds