Searched refs:stringType (Results 1 – 8 of 8) sorted by relevance
106 static ResultType stringType() in stringType() function121 return stringType(); in forAdd()
158 unsigned short stringType = 0; // either single or double quotes in lex() local212 stringType = static_cast<unsigned short>(m_current); in lex()244 if (m_current == stringType) { in lex()288 } else if (m_current == stringType) { in lex()303 } else if (m_current == stringType) { in lex()
264 : ExpressionNode(globalData, ResultType::stringType()) in StringNode()966 : ExpressionNode(globalData, ResultType::stringType()) in TypeOfResolveNode()982 : ExpressionNode(globalData, ResultType::stringType()) in TypeOfValueNode()
562 void CSSPrimitiveValue::setStringValue(unsigned short stringType, const String& stringValue, Except… in setStringValue() argument575 if (stringType != CSS_IDENT) { in setStringValue()578 m_type = stringType; in setStringValue()
63 [OldStyleObjC] void setStringValue(in unsigned short stringType,
139 void setStringValue(unsigned short stringType, const String& stringValue, ExceptionCode&);
808 - (void)setStringValue:(unsigned short)stringType :(NSString *)stringValue;809 - (void)setStringValue:(unsigned short)stringType stringValue:(NSString *)stringValue AVAILABLE_WEB…
1309 (JSC::ResultType::stringType):