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

  /external/webkit/Source/JavaScriptCore/wtf/url/src/
URLComponent.h 52 bool isEmptyOrInvalid() const { return m_length <= 0; }
URLParser.h 345 if (component.isEmptyOrInvalid())
377 if (path.isEmptyOrInvalid()) {
411 if (query.isEmptyOrInvalid())

Completed in 110 milliseconds