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

  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLInputElement.h 363 virtual bool isEmptySuggestedValue() const { return suggestedValue().isEmpty(); }
HTMLTextFormControlElement.h 131 virtual bool isEmptySuggestedValue() const { return true; }

Completed in 34 milliseconds