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

  /external/webkit/Source/WebCore/platform/graphics/qt/
FontPlatformDataQt.cpp 51 static inline bool isEmptyValue(const float size, const bool bold, const bool oblique)
59 if (!isEmptyValue(size, bold, oblique))
  /external/webkit/Source/WebCore/html/
HTMLInputElement.h 290 virtual bool isEmptyValue() const { return value().isEmpty(); }
HTMLTextAreaElement.h 75 virtual bool isEmptyValue() const { return value().isEmpty(); }

Completed in 41 milliseconds