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

  /external/webkit/Source/WebCore/html/
HTMLTextAreaElement.h 74 virtual bool supportsPlaceholder() const { return true; }
HTMLFormControlElement.cpp 588 if (supportsPlaceholder())
596 if (supportsPlaceholder())
632 return supportsPlaceholder()
641 if (supportsPlaceholder() && renderer())
HTMLFormControlElement.h 199 virtual bool supportsPlaceholder() const = 0;
HTMLInputElement.h 289 virtual bool supportsPlaceholder() const;
HTMLInputElement.cpp     [all...]

Completed in 198 milliseconds