Searched refs:StringVectorType (Results 1 – 3 of 3) sorted by relevance
94 NoType, StringType, StringVectorType, DoubleType, IntegerType, BooleanType enumerator105 …const Vector<String>& stringVector() const { ASSERT(m_type == StringVectorType); return m_stringVe… in stringVector()111 void set(const Vector<String>& value) { m_type = StringVectorType; m_stringVector = value; } in set()
812 case InspectorController::Setting::StringVectorType: { in setting()
125 case InspectorController::Setting::StringVectorType: { in storeSetting()