Searched refs:m_hasNonEmptyList (Results 1 – 2 of 2) sorted by relevance
117 , m_hasNonEmptyList(false) in HTMLInputElement()724 m_hasNonEmptyList = !value.isEmpty(); in parseAttribute()725 if (m_hasNonEmptyList) { in parseAttribute()1489 if (!m_hasNonEmptyList) in dataList()
394 bool m_hasNonEmptyList : 1; variable