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

  /external/webkit/Source/WebCore/html/
HTMLFormControlElement.h 236 virtual bool isEmptySuggestedValue() const { return true; }
HTMLInputElement.h 291 virtual bool isEmptySuggestedValue() const { return suggestedValue().isEmpty(); }
HTMLFormControlElement.cpp 634 && isEmptySuggestedValue()

Completed in 37 milliseconds