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

  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/filters/custom/
CustomFilterProgramInfo.h 67 bool isEmptyValue() const;
96 static bool isEmptyValue(const CustomFilterProgramInfo& info) { return info.isEmptyValue(); }
CustomFilterProgramInfo.cpp 48 bool CustomFilterProgramInfo::isEmptyValue() const
  /external/chromium_org/third_party/WebKit/Source/wtf/
HashTraits.h 164 static bool isEmptyValue(const String&);
168 // which selects either the emptyValue function or the isEmptyValue function to check for empty values.
171 template<typename T> static bool isEmptyValue(const T& value) { return Traits::isEmptyValue(value); }
174 template<typename T> static bool isEmptyValue(const T& value) { return value == Traits::emptyValue(); }
178 return HashTraitsEmptyValueChecker<Traits, Traits::hasIsEmptyValueFunction>::isEmptyValue(value);
HashMap.h 218 static bool isEmptyValue(const typename KeyValuePairHashTraits<KeyTraits, MappedTraits>::TraitType& value)
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLTextAreaElement.h 80 virtual bool isEmptyValue() const { return value().isEmpty(); }
HTMLTextFormControlElement.h 129 virtual bool isEmptyValue() const = 0;
HTMLInputElement.h 362 virtual bool isEmptyValue() const OVERRIDE { return innerTextValue().isEmpty(); }
HTMLTextFormControlElement.cpp 141 && isEmptyValue()
  /external/chromium_org/third_party/WebKit/Source/wtf/text/
StringHash.h 31 inline bool HashTraits<String>::isEmptyValue(const String& value)
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
WidthCache.h 108 static bool isEmptyValue(const SmallStringKey& key) { return key.isHashTableEmptyValue(); }

Completed in 175 milliseconds