Home
last modified time | relevance | path

Searched defs:isEmptyValue (Results 1 – 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/qt/
DFontPlatformDataQt.cpp51 static inline bool isEmptyValue(const float size, const bool bold, const bool oblique) in isEmptyValue() function
/external/webkit/Source/WebCore/html/
DHTMLTextAreaElement.h75 virtual bool isEmptyValue() const { return value().isEmpty(); } in isEmptyValue() function
DHTMLInputElement.h286 virtual bool isEmptyValue() const { return value().isEmpty(); } in isEmptyValue() function