m_string           58 Source/bindings/v8/V8NPObject.cpp     const char* string() const { return m_isString ? m_value.m_string : 0; }
m_string           61 Source/bindings/v8/V8NPObject.cpp         const char* m_string;
m_string          179 Source/bindings/v8/V8StringResource.h         , m_string()
m_string          214 Source/bindings/v8/V8StringResource.h         m_string = string;
m_string          224 Source/bindings/v8/V8StringResource.h         return StringType(m_string);
m_string          229 Source/bindings/v8/V8StringResource.h     String m_string;
m_string           53 Source/bindings/v8/npruntime.cpp     explicit StringKey(const char* str) : m_string(str), m_length(strlen(str)) { }
m_string           54 Source/bindings/v8/npruntime.cpp     StringKey() : m_string(0), m_length(0) { }
m_string           55 Source/bindings/v8/npruntime.cpp     explicit StringKey(WTF::HashTableDeletedValueType) : m_string(hashTableDeletedValue()), m_length(0) { }
m_string           59 Source/bindings/v8/npruntime.cpp         this->m_string = other.m_string;
m_string           66 Source/bindings/v8/npruntime.cpp         return m_string == hashTableDeletedValue();
m_string           69 Source/bindings/v8/npruntime.cpp     const char* m_string;
m_string           83 Source/bindings/v8/npruntime.cpp     if (x.m_string == y.m_string)
m_string           87 Source/bindings/v8/npruntime.cpp     return !memcmp(x.m_string, y.m_string, y.m_length);
m_string           97 Source/bindings/v8/npruntime.cpp         const char* str = key.m_string;
m_string          180 Source/bindings/v8/npruntime.cpp         key.m_string = nameStorage;
m_string           21 Source/core/css/parser/MediaQueryInputStream.cpp     if ((m_offset + lookaheadOffset) >= m_string.length())
m_string           23 Source/core/css/parser/MediaQueryInputStream.cpp     return m_string[m_offset + lookaheadOffset];
m_string           40 Source/core/css/parser/MediaQueryInputStream.cpp     ASSERT(start <= end && ((m_offset + end) <= m_string.length()));
m_string           44 Source/core/css/parser/MediaQueryInputStream.cpp         if (m_string.is8Bit())
m_string           45 Source/core/css/parser/MediaQueryInputStream.cpp             result = charactersToUInt64Strict(m_string.characters8() + m_offset + start, end - start, &isResultOK);
m_string           47 Source/core/css/parser/MediaQueryInputStream.cpp             result = charactersToUInt64Strict(m_string.characters16() + m_offset + start, end - start, &isResultOK);
m_string           54 Source/core/css/parser/MediaQueryInputStream.cpp     ASSERT(start <= end && ((m_offset + end) <= m_string.length()));
m_string           58 Source/core/css/parser/MediaQueryInputStream.cpp         if (m_string.is8Bit())
m_string           59 Source/core/css/parser/MediaQueryInputStream.cpp             result = charactersToDouble(m_string.characters8() + m_offset + start, end - start, &isResultOK);
m_string           61 Source/core/css/parser/MediaQueryInputStream.cpp             result = charactersToDouble(m_string.characters16() + m_offset + start, end - start, &isResultOK);
m_string           29 Source/core/css/parser/MediaQueryInputStream.h         return m_string.length() + 1;
m_string           34 Source/core/css/parser/MediaQueryInputStream.h         return m_string.length() - m_offset;
m_string           44 Source/core/css/parser/MediaQueryInputStream.h         while ((m_offset + offset) < m_string.length() && characterPredicate(m_string[m_offset + offset]))
m_string           51 Source/core/css/parser/MediaQueryInputStream.h     String m_string;
m_string           88 Source/core/frame/SmartClip.cpp     result.append(m_string);
m_string           48 Source/core/frame/SmartClip.h         , m_string(string)
m_string           57 Source/core/frame/SmartClip.h     String m_string;
m_string           88 Source/core/html/canvas/WebGLGetInfo.cpp     , m_string(value)
m_string          234 Source/core/html/canvas/WebGLGetInfo.cpp     return m_string;
m_string          122 Source/core/html/canvas/WebGLGetInfo.h     String m_string;
m_string           46 Source/core/html/parser/HTMLSrcsetParser.h         : m_string(source.createView(start, length))
m_string           53 Source/core/html/parser/HTMLSrcsetParser.h         return String(m_string.toString());
m_string           58 Source/core/html/parser/HTMLSrcsetParser.h         return AtomicString(m_string.toString());
m_string           68 Source/core/html/parser/HTMLSrcsetParser.h         return m_string.isEmpty();
m_string           72 Source/core/html/parser/HTMLSrcsetParser.h     StringView m_string;
m_string           79 Source/core/inspector/TraceEventDispatcher.h                     m_argumentValues[i].m_string = reinterpret_cast<const char*>(m_stringArguments[i].characters8());
m_string          119 Source/core/inspector/TraceEventDispatcher.h             return parameter(name, TRACE_VALUE_TYPE_STRING).m_string;
m_string           31 Source/core/svg/SVGPathStringSource.cpp     : m_string(string)
m_string           55 Source/core/svg/SVGPathStringSource.h     String m_string;
m_string           78 Source/core/xml/XPathValue.cpp             return !m_data->m_string.isEmpty();
m_string           92 Source/core/xml/XPathValue.cpp             const String& str = m_data->m_string.simplifyWhiteSpace();
m_string          123 Source/core/xml/XPathValue.cpp             return m_data->m_string;
m_string           44 Source/core/xml/XPathValue.h             String m_string;
m_string           49 Source/core/xml/XPathValue.h             explicit ValueData(const String& string) : m_string(string) { }
m_string          128 Source/modules/indexeddb/IDBAny.cpp     return m_string;
m_string          211 Source/modules/indexeddb/IDBAny.cpp     , m_string(value)
m_string          139 Source/modules/indexeddb/IDBAny.h     const String m_string;
m_string           79 Source/modules/indexeddb/IDBKey.cpp         return codePointCompare(m_string, other->m_string);
m_string          126 Source/modules/indexeddb/IDBKey.h         return m_string;
m_string          151 Source/modules/indexeddb/IDBKey.h     explicit IDBKey(const String& value) : m_type(StringType), m_string(value), m_number(0) { }
m_string          158 Source/modules/indexeddb/IDBKey.h     const String m_string;
m_string           48 Source/modules/indexeddb/IDBKeyPath.cpp         : m_string(s)
m_string           69 Source/modules/indexeddb/IDBKeyPath.cpp     const String m_string;
m_string           81 Source/modules/indexeddb/IDBKeyPath.cpp     if (m_string[m_index] == '.') {
m_string          113 Source/modules/indexeddb/IDBKeyPath.cpp     if (m_index < m_length && isIdentifierStartCharacter(m_string[m_index]))
m_string          118 Source/modules/indexeddb/IDBKeyPath.cpp     while (m_index < m_length && isIdentifierCharacter(m_string[m_index]))
m_string          121 Source/modules/indexeddb/IDBKeyPath.cpp     element = m_string.substring(start, m_index - start);
m_string          200 Source/modules/indexeddb/IDBKeyPath.cpp     ASSERT(!m_string.isNull());
m_string          220 Source/modules/indexeddb/IDBKeyPath.cpp         return IDBIsValidKeyPath(m_string);
m_string          244 Source/modules/indexeddb/IDBKeyPath.cpp         return m_string == other.m_string;
m_string           66 Source/modules/indexeddb/IDBKeyPath.h         return m_string;
m_string           75 Source/modules/indexeddb/IDBKeyPath.h     String m_string;
m_string           37 Source/modules/webdatabase/sqlite/SQLValue.cpp     , m_string(val.m_string.isolatedCopy())
m_string           46 Source/modules/webdatabase/sqlite/SQLValue.cpp     return m_string.isolatedCopy();
m_string           42 Source/modules/webdatabase/sqlite/SQLValue.h     SQLValue(const String& s) : m_type(StringValue), m_number(0.0), m_string(s) { }
m_string           53 Source/modules/webdatabase/sqlite/SQLValue.h     String m_string;
m_string          731 Source/platform/TraceEvent.h     const char* m_string;
m_string          779 Source/platform/TraceEvent.h INTERNAL_DECLARE_SET_TRACE_VALUE(const char*, m_string,
m_string          781 Source/platform/TraceEvent.h INTERNAL_DECLARE_SET_TRACE_VALUE(const TraceStringWithCopy&, m_string,
m_string          791 Source/platform/TraceEvent.h     typeValue.m_string = arg.data();
m_string           13 Source/platform/exported/WebSerializedOrigin.cpp     : m_string(origin.toString())
m_string           39 Source/platform/exported/WebURL.cpp     : m_string(url.string())
m_string           47 Source/platform/exported/WebURL.cpp     m_string = url.string();
m_string           55 Source/platform/exported/WebURL.cpp     return WebCore::KURL(m_string, m_parsed, m_isValid);
m_string           46 Source/platform/text/SegmentedString.h         , m_string(str)
m_string           49 Source/platform/text/SegmentedString.h             if (m_string.is8Bit()) {
m_string           51 Source/platform/text/SegmentedString.h                 m_data.string8Ptr = m_string.characters8();
m_string           54 Source/platform/text/SegmentedString.h                 m_data.string16Ptr = m_string.characters16();
m_string           70 Source/platform/text/SegmentedString.h     int numberOfCharactersConsumed() const { return m_string.length() - m_length; }
m_string           74 Source/platform/text/SegmentedString.h         int offset = m_string.length() - m_length;
m_string           78 Source/platform/text/SegmentedString.h                 builder.append(m_string);
m_string           80 Source/platform/text/SegmentedString.h             builder.append(m_string.substring(offset, m_length));
m_string          108 Source/platform/text/SegmentedString.h         int offset = m_string.length() - m_length;
m_string          109 Source/platform/text/SegmentedString.h         return m_string.substring(offset, length);
m_string          138 Source/platform/text/SegmentedString.h     String m_string;
m_string           65 Source/platform/text/TextBreakIterator.h         : m_string(string)
m_string           80 Source/platform/text/TextBreakIterator.h     String string() const { return m_string; }
m_string          135 Source/platform/text/TextBreakIterator.h             if (m_string.is8Bit())
m_string          136 Source/platform/text/TextBreakIterator.h                 m_iterator = acquireLineBreakIterator(m_string.characters8(), m_string.length(), m_locale, priorContext, priorContextLength);
m_string          138 Source/platform/text/TextBreakIterator.h                 m_iterator = acquireLineBreakIterator(m_string.characters16(), m_string.length(), m_locale, priorContext, priorContextLength);
m_string          142 Source/platform/text/TextBreakIterator.h             this->resetStringAndReleaseIterator(m_string, m_locale);
m_string          153 Source/platform/text/TextBreakIterator.h         m_string = string;
m_string          162 Source/platform/text/TextBreakIterator.h     String m_string;
m_string          236 Source/platform/weborigin/KURL.cpp     , m_string(other.m_string)
m_string          247 Source/platform/weborigin/KURL.cpp     m_string = other.m_string;
m_string          261 Source/platform/weborigin/KURL.cpp     result.m_string = m_string.isolatedCopy();
m_string          269 Source/platform/weborigin/KURL.cpp     return m_string.isNull();
m_string          274 Source/platform/weborigin/KURL.cpp     return m_string.isEmpty();
m_string          305 Source/platform/weborigin/KURL.cpp     ASSERT(!m_string.isNull());
m_string          311 Source/platform/weborigin/KURL.cpp     if (path.len > 0 && m_string[path.end() - 1] == '/')
m_string          315 Source/platform/weborigin/KURL.cpp     if (m_string.is8Bit())
m_string          316 Source/platform/weborigin/KURL.cpp         url_parse::ExtractFileName(asURLChar8Subtle(m_string), path, &file);
m_string          318 Source/platform/weborigin/KURL.cpp         url_parse::ExtractFileName(m_string.characters16(), path, &file);
m_string          346 Source/platform/weborigin/KURL.cpp     ASSERT(!m_string.isNull());
m_string          347 Source/platform/weborigin/KURL.cpp     int port = m_string.is8Bit() ?
m_string          348 Source/platform/weborigin/KURL.cpp         url_parse::ParsePort(asURLChar8Subtle(m_string), m_parsed.port) :
m_string          349 Source/platform/weborigin/KURL.cpp         url_parse::ParsePort(m_string.characters16(), m_parsed.port);
m_string          390 Source/platform/weborigin/KURL.cpp     return m_string.left(pathAfterLastSlash());
m_string          660 Source/platform/weborigin/KURL.cpp     if (m_string.isNull() || !m_parsed.scheme.is_nonempty())
m_string          662 Source/platform/weborigin/KURL.cpp     return m_string.is8Bit() ?
m_string          663 Source/platform/weborigin/KURL.cpp         url_util::IsStandard(asURLChar8Subtle(m_string), m_parsed.scheme) :
m_string          664 Source/platform/weborigin/KURL.cpp         url_util::IsStandard(m_string.characters16(), m_parsed.scheme);
m_string          670 Source/platform/weborigin/KURL.cpp     printf("%s\n", m_string.utf8().data());
m_string          679 Source/platform/weborigin/KURL.cpp     int aLength = a.m_string.length();
m_string          683 Source/platform/weborigin/KURL.cpp     int bLength = b.m_string.length();
m_string          690 Source/platform/weborigin/KURL.cpp     const String& aString = a.m_string;
m_string          691 Source/platform/weborigin/KURL.cpp     const String& bString = b.m_string;
m_string          722 Source/platform/weborigin/KURL.cpp     if (m_string.isNull())
m_string          727 Source/platform/weborigin/KURL.cpp     if (m_string.is8Bit())
m_string          728 Source/platform/weborigin/KURL.cpp         url_parse::ExtractFileName(asURLChar8Subtle(m_string), m_parsed.path, &filename);
m_string          730 Source/platform/weborigin/KURL.cpp         url_parse::ExtractFileName(m_string.characters16(), m_parsed.path, &filename);
m_string          776 Source/platform/weborigin/KURL.cpp     m_string = AtomicString::fromUTF8(output.data(), output.length());
m_string          786 Source/platform/weborigin/KURL.cpp         m_innerURL = adoptPtr(new KURL(ParsedURLString, m_string.substring(innerParsed->scheme.begin, innerParsed->Length() - innerParsed->scheme.begin)));
m_string          825 Source/platform/weborigin/KURL.cpp     ASSERT(!m_string.isNull());
m_string          826 Source/platform/weborigin/KURL.cpp     m_protocolIsInHTTPFamily = m_string.is8Bit() ?
m_string          827 Source/platform/weborigin/KURL.cpp         checkIfProtocolIsInHTTPFamily(m_parsed.scheme, m_string.characters8()) :
m_string          828 Source/platform/weborigin/KURL.cpp         checkIfProtocolIsInHTTPFamily(m_parsed.scheme, m_string.characters16());
m_string          839 Source/platform/weborigin/KURL.cpp     if (m_string.isNull() || m_parsed.scheme.len <= 0)
m_string          842 Source/platform/weborigin/KURL.cpp     return m_string.is8Bit() ?
m_string          843 Source/platform/weborigin/KURL.cpp         internalProtocolIs(m_parsed.scheme, m_string.characters8(), protocol) :
m_string          844 Source/platform/weborigin/KURL.cpp         internalProtocolIs(m_parsed.scheme, m_string.characters16(), protocol);
m_string          849 Source/platform/weborigin/KURL.cpp     if (m_string.isNull())
m_string          875 Source/platform/weborigin/KURL.cpp     StringUTF8Adaptor utf8(m_string);
m_string          879 Source/platform/weborigin/KURL.cpp     m_string = AtomicString::fromUTF8(output.data(), output.length());
m_string          884 Source/platform/weborigin/KURL.cpp     return m_string.isSafeToSendToAnotherThread()
m_string          112 Source/platform/weborigin/KURL.h     const String& string() const { return m_string; }
m_string          201 Source/platform/weborigin/KURL.h     String m_string;
m_string          488 Source/wtf/text/AtomicString.cpp     atomicString.m_string = addToStringTable<HashAndUTF8Characters, HashAndUTF8CharactersTranslator>(buffer);
m_string          531 Source/wtf/text/AtomicString.cpp     m_string.show();
m_string           38 Source/wtf/text/AtomicString.h     AtomicString(const LChar* s) : m_string(add(s)) { }
m_string           39 Source/wtf/text/AtomicString.h     AtomicString(const char* s) : m_string(add(s)) { }
m_string           40 Source/wtf/text/AtomicString.h     AtomicString(const LChar* s, unsigned length) : m_string(add(s, length)) { }
m_string           41 Source/wtf/text/AtomicString.h     AtomicString(const UChar* s, unsigned length) : m_string(add(s, length)) { }
m_string           42 Source/wtf/text/AtomicString.h     AtomicString(const UChar* s, unsigned length, unsigned existingHash) : m_string(add(s, length, existingHash)) { }
m_string           43 Source/wtf/text/AtomicString.h     AtomicString(const UChar* s) : m_string(add(s)) { }
m_string           47 Source/wtf/text/AtomicString.h         : m_string(add(characters.data(), characters.size()))
m_string           53 Source/wtf/text/AtomicString.h     explicit AtomicString(StringImpl* impl) : m_string(add(impl)) { }
m_string           54 Source/wtf/text/AtomicString.h     explicit AtomicString(const String& s) : m_string(add(s.impl())) { }
m_string           56 Source/wtf/text/AtomicString.h     AtomicString(StringImpl* baseString, unsigned start, unsigned length) : m_string(add(baseString, start, length)) { }
m_string           60 Source/wtf/text/AtomicString.h         : m_string(addFromLiteralData(characters, length))
m_string           66 Source/wtf/text/AtomicString.h         : m_string(addFromLiteralData(characters, charactersCount - 1))
m_string           77 Source/wtf/text/AtomicString.h     AtomicString(const AtomicString& other) : m_string(other.m_string) { }
m_string           78 Source/wtf/text/AtomicString.h     AtomicString(AtomicString&& other) : m_string(static_cast<String&&>(other.m_string)) { }
m_string           79 Source/wtf/text/AtomicString.h     AtomicString& operator=(const AtomicString& other) { m_string = other.m_string; return *this; }
m_string           80 Source/wtf/text/AtomicString.h     AtomicString& operator=(AtomicString&& other) { m_string = static_cast<String&&>(other.m_string); return *this; }
m_string           84 Source/wtf/text/AtomicString.h     AtomicString(WTF::HashTableDeletedValueType) : m_string(WTF::HashTableDeletedValue) { }
m_string           85 Source/wtf/text/AtomicString.h     bool isHashTableDeletedValue() const { return m_string.isHashTableDeletedValue(); }
m_string           89 Source/wtf/text/AtomicString.h     operator const String&() const { return m_string; }
m_string           90 Source/wtf/text/AtomicString.h     const String& string() const { return m_string; };
m_string           92 Source/wtf/text/AtomicString.h     StringImpl* impl() const { return m_string.impl(); }
m_string           94 Source/wtf/text/AtomicString.h     bool is8Bit() const { return m_string.is8Bit(); }
m_string           95 Source/wtf/text/AtomicString.h     const LChar* characters8() const { return m_string.characters8(); }
m_string           96 Source/wtf/text/AtomicString.h     const UChar* characters16() const { return m_string.characters16(); }
m_string           97 Source/wtf/text/AtomicString.h     unsigned length() const { return m_string.length(); }
m_string           99 Source/wtf/text/AtomicString.h     UChar operator[](unsigned i) const { return m_string[i]; }
m_string          101 Source/wtf/text/AtomicString.h     bool contains(UChar c) const { return m_string.contains(c); }
m_string          103 Source/wtf/text/AtomicString.h         { return m_string.contains(s, caseSensitive); }
m_string          105 Source/wtf/text/AtomicString.h         { return m_string.contains(s, caseSensitive); }
m_string          107 Source/wtf/text/AtomicString.h     size_t find(UChar c, size_t start = 0) const { return m_string.find(c, start); }
m_string          109 Source/wtf/text/AtomicString.h         { return m_string.find(s, start, caseSentitive); }
m_string          111 Source/wtf/text/AtomicString.h         { return m_string.find(s, start, caseSentitive); }
m_string          114 Source/wtf/text/AtomicString.h         { return m_string.startsWith(s, caseSensitive); }
m_string          116 Source/wtf/text/AtomicString.h         { return m_string.startsWith(character); }
m_string          119 Source/wtf/text/AtomicString.h         { return m_string.startsWith<matchLength>(prefix, caseSensitive); }
m_string          122 Source/wtf/text/AtomicString.h         { return m_string.endsWith(s, caseSensitive); }
m_string          124 Source/wtf/text/AtomicString.h         { return m_string.endsWith(character); }
m_string          127 Source/wtf/text/AtomicString.h         { return m_string.endsWith<matchLength>(prefix, caseSensitive); }
m_string          132 Source/wtf/text/AtomicString.h     int toInt(bool* ok = 0) const { return m_string.toInt(ok); }
m_string          133 Source/wtf/text/AtomicString.h     double toDouble(bool* ok = 0) const { return m_string.toDouble(ok); }
m_string          134 Source/wtf/text/AtomicString.h     float toFloat(bool* ok = 0) const { return m_string.toFloat(ok); }
m_string          135 Source/wtf/text/AtomicString.h     bool percentage(int& p) const { return m_string.percentage(p); }
m_string          146 Source/wtf/text/AtomicString.h     bool isNull() const { return m_string.isNull(); }
m_string          147 Source/wtf/text/AtomicString.h     bool isEmpty() const { return m_string.isEmpty(); }
m_string          152 Source/wtf/text/AtomicString.h     AtomicString(CFStringRef s) :  m_string(add(s)) { }
m_string          155 Source/wtf/text/AtomicString.h     AtomicString(NSString* s) : m_string(add((CFStringRef)s)) { }
m_string          156 Source/wtf/text/AtomicString.h     operator NSString*() const { return m_string; }
m_string          163 Source/wtf/text/AtomicString.h     CString ascii() const { return m_string.ascii(); }
m_string          164 Source/wtf/text/AtomicString.h     CString latin1() const { return m_string.latin1(); }
m_string          165 Source/wtf/text/AtomicString.h     CString utf8(UTF8ConversionMode mode = LenientUTF8Conversion) const { return m_string.utf8(mode); }
m_string          172 Source/wtf/text/AtomicString.h     String m_string;
m_string           44 Source/wtf/text/StringBuilder.cpp     if (!m_string.isNull()) {
m_string           45 Source/wtf/text/StringBuilder.cpp         ASSERT(m_string.length() == m_length);
m_string           50 Source/wtf/text/StringBuilder.cpp         m_string = StringImpl::empty();
m_string           56 Source/wtf/text/StringBuilder.cpp         m_string = m_buffer.release();
m_string           62 Source/wtf/text/StringBuilder.cpp         m_string = m_buffer.release();
m_string           66 Source/wtf/text/StringBuilder.cpp     m_string = m_buffer->substring(0, m_length);
m_string           71 Source/wtf/text/StringBuilder.cpp     ASSERT(m_string.isNull());
m_string           87 Source/wtf/text/StringBuilder.cpp         m_string = String(); // Clear the string to remove the reference to m_buffer if any before checking the reference count of m_buffer.
m_string           99 Source/wtf/text/StringBuilder.cpp     ASSERT(!m_string.isEmpty());
m_string          100 Source/wtf/text/StringBuilder.cpp     ASSERT(m_length == m_string.length());
m_string          101 Source/wtf/text/StringBuilder.cpp     ASSERT(newSize < m_string.length());
m_string          103 Source/wtf/text/StringBuilder.cpp     RefPtr<StringImpl> string = m_string.releaseImpl();
m_string          126 Source/wtf/text/StringBuilder.cpp     m_string = String();
m_string          140 Source/wtf/text/StringBuilder.cpp     m_string = String();
m_string          157 Source/wtf/text/StringBuilder.cpp     m_string = String();
m_string          165 Source/wtf/text/StringBuilder.cpp     m_string = String();
m_string          182 Source/wtf/text/StringBuilder.cpp     m_string = String();
m_string          209 Source/wtf/text/StringBuilder.cpp             } else if (m_string.is8Bit())
m_string          210 Source/wtf/text/StringBuilder.cpp                 allocateBuffer(m_string.characters8(), newCapacity);
m_string          212 Source/wtf/text/StringBuilder.cpp                 allocateBuffer(m_string.characters16(), newCapacity);
m_string          232 Source/wtf/text/StringBuilder.cpp         m_string = String();
m_string          253 Source/wtf/text/StringBuilder.cpp         ASSERT(m_string.length() == m_length);
m_string          254 Source/wtf/text/StringBuilder.cpp         allocateBuffer(m_length ? m_string.getCharacters<CharType>() : 0, expandedCapacity(capacity(), requiredLength));
m_string          287 Source/wtf/text/StringBuilder.cpp             ASSERT(m_string.length() == m_length);
m_string          288 Source/wtf/text/StringBuilder.cpp             allocateBufferUpConvert(m_string.isNull() ? 0 : m_string.characters8(), expandedCapacity(capacity(), requiredLength));
m_string          393 Source/wtf/text/StringBuilder.cpp     m_string = m_buffer.release();
m_string           61 Source/wtf/text/StringBuilder.h             m_string = string;
m_string           63 Source/wtf/text/StringBuilder.h             m_is8Bit = m_string.is8Bit();
m_string           80 Source/wtf/text/StringBuilder.h         if (!m_length && !m_buffer && !other.m_string.isNull()) {
m_string           81 Source/wtf/text/StringBuilder.h             m_string = other.m_string;
m_string          126 Source/wtf/text/StringBuilder.h         if (m_buffer && m_length < m_buffer->length() && m_string.isNull()) {
m_string          142 Source/wtf/text/StringBuilder.h         if (m_buffer && m_length < m_buffer->length() && m_string.isNull()) {
m_string          180 Source/wtf/text/StringBuilder.h         if (m_string.isNull())
m_string          182 Source/wtf/text/StringBuilder.h         return m_string;
m_string          189 Source/wtf/text/StringBuilder.h         if (!m_string.isNull())
m_string          190 Source/wtf/text/StringBuilder.h             return m_string.substring(position, length);
m_string          206 Source/wtf/text/StringBuilder.h         if (!m_string.isNull())
m_string          207 Source/wtf/text/StringBuilder.h             return AtomicString(m_string);
m_string          246 Source/wtf/text/StringBuilder.h         if (!m_string.isNull())
m_string          247 Source/wtf/text/StringBuilder.h             return m_string.characters8();
m_string          257 Source/wtf/text/StringBuilder.h         if (!m_string.isNull())
m_string          258 Source/wtf/text/StringBuilder.h             return m_string.characters16();
m_string          268 Source/wtf/text/StringBuilder.h         m_string = String();
m_string          277 Source/wtf/text/StringBuilder.h         m_string.swap(stringBuilder.m_string);
m_string          298 Source/wtf/text/StringBuilder.h     String m_string; // Pointers first: crbug.com/232031
m_string           21 public/platform/WebSerializedOrigin.h     WebSerializedOrigin() : m_string("null") { }
m_string           25 public/platform/WebSerializedOrigin.h     WebSerializedOrigin(const url::Origin& origin) : m_string(WebString::fromUTF8(origin.string())) { }
m_string           26 public/platform/WebSerializedOrigin.h     operator url::Origin() const { return url::Origin(m_string.utf8()); }
m_string           31 public/platform/WebSerializedOrigin.h         return m_string;
m_string           35 public/platform/WebSerializedOrigin.h     const WebString m_string;
m_string           58 public/platform/WebURL.h         : m_string(url.m_string)
m_string           66 public/platform/WebURL.h         m_string = url.m_string;
m_string           75 public/platform/WebURL.h         std::string spec = m_string.utf8();
m_string           81 public/platform/WebURL.h         return m_string;
m_string           96 public/platform/WebURL.h         return m_string.isEmpty();
m_string          101 public/platform/WebURL.h         return m_string.isEmpty();
m_string          110 public/platform/WebURL.h         : m_string(WebString::fromUTF8(url.possibly_invalid_spec()))
m_string          118 public/platform/WebURL.h         m_string = WebString::fromUTF8(url.possibly_invalid_spec());
m_string          126 public/platform/WebURL.h         return isNull() ? GURL() : GURL(m_string.utf8(), m_parsed, m_isValid);
m_string          131 public/platform/WebURL.h     WebString m_string;
m_string           45 public/web/WebContentDetectionResult.h         , m_string(string)
m_string           52 public/web/WebContentDetectionResult.h     const WebString& string() const { return m_string; }
m_string           58 public/web/WebContentDetectionResult.h     WebString m_string;