Home
last modified time | relevance | path

Searched refs:stringType (Results 1 – 8 of 8) sorted by relevance

/external/webkit/JavaScriptCore/parser/
DResultType.h106 static ResultType stringType() in stringType() function
121 return stringType(); in forAdd()
DLexer.cpp158 unsigned short stringType = 0; // either single or double quotes in lex() local
212 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()
DNodes.h264 : ExpressionNode(globalData, ResultType::stringType()) in StringNode()
966 : ExpressionNode(globalData, ResultType::stringType()) in TypeOfResolveNode()
982 : ExpressionNode(globalData, ResultType::stringType()) in TypeOfValueNode()
/external/webkit/WebCore/css/
DCSSPrimitiveValue.cpp562 void CSSPrimitiveValue::setStringValue(unsigned short stringType, const String& stringValue, Except… in setStringValue() argument
575 if (stringType != CSS_IDENT) { in setStringValue()
578 m_type = stringType; in setStringValue()
DCSSPrimitiveValue.idl63 [OldStyleObjC] void setStringValue(in unsigned short stringType,
DCSSPrimitiveValue.h139 void setStringValue(unsigned short stringType, const String& stringValue, ExceptionCode&);
/external/webkit/WebCore/bindings/objc/
DPublicDOMInterfaces.h808 - (void)setStringValue:(unsigned short)stringType :(NSString *)stringValue;
809 - (void)setStringValue:(unsigned short)stringType stringValue:(NSString *)stringValue AVAILABLE_WEB…
/external/webkit/JavaScriptCore/
DChangeLog1309 (JSC::ResultType::stringType):