StringValue        74 Source/bindings/v8/custom/V8SQLResultSetRowListCustom.cpp             case SQLValue::StringValue:
StringValue       101 Source/core/xml/XPathFunctions.cpp     virtual Value::Type resultType() const OVERRIDE { return Value::StringValue; }
StringValue       108 Source/core/xml/XPathFunctions.cpp     virtual Value::Type resultType() const OVERRIDE { return Value::StringValue; }
StringValue       115 Source/core/xml/XPathFunctions.cpp     virtual Value::Type resultType() const OVERRIDE { return Value::StringValue; }
StringValue       122 Source/core/xml/XPathFunctions.cpp     virtual Value::Type resultType() const OVERRIDE { return Value::StringValue; }
StringValue       129 Source/core/xml/XPathFunctions.cpp     virtual Value::Type resultType() const OVERRIDE { return Value::StringValue; }
StringValue       144 Source/core/xml/XPathFunctions.cpp     virtual Value::Type resultType() const OVERRIDE { return Value::StringValue; }
StringValue       149 Source/core/xml/XPathFunctions.cpp     virtual Value::Type resultType() const OVERRIDE { return Value::StringValue; }
StringValue       154 Source/core/xml/XPathFunctions.cpp     virtual Value::Type resultType() const OVERRIDE { return Value::StringValue; }
StringValue       166 Source/core/xml/XPathFunctions.cpp     virtual Value::Type resultType() const OVERRIDE { return Value::StringValue; }
StringValue       173 Source/core/xml/XPathFunctions.cpp     virtual Value::Type resultType() const OVERRIDE { return Value::StringValue; }
StringValue        52 Source/core/xml/XPathPredicate.h             virtual Value::Type resultType() const OVERRIDE { return Value::StringValue; }
StringValue        52 Source/core/xml/XPathResult.cpp         case Value::StringValue:
StringValue        77 Source/core/xml/XPathValue.cpp         case StringValue:
StringValue        91 Source/core/xml/XPathValue.cpp         case StringValue: {
StringValue       122 Source/core/xml/XPathValue.cpp         case StringValue:
StringValue        61 Source/core/xml/XPathValue.h             Value(const char* value) : m_type(StringValue), m_bool(false), m_number(0), m_data(ValueData::create(value)) {}
StringValue        62 Source/core/xml/XPathValue.h             Value(const String& value) : m_type(StringValue), m_bool(false), m_number(0), m_data(ValueData::create(value)) {}
StringValue        77 Source/core/xml/XPathValue.h             bool isString() const { return m_type == StringValue; }
StringValue        93 Source/modules/webdatabase/InspectorDatabaseAgent.cpp             case SQLValue::StringValue: values->addItem(JSONString::create(value.string())); break;
StringValue        43 Source/modules/webdatabase/sqlite/SQLValue.cpp     ASSERT(m_type == StringValue);
StringValue        42 Source/modules/webdatabase/sqlite/SQLValue.h     SQLValue(const String& s) : m_type(StringValue), m_number(0.0), m_string(s) { }
StringValue       171 Source/modules/webdatabase/sqlite/SQLiteStatement.cpp         case SQLValue::StringValue: