HomeSort by relevance Sort by last modified time
    Searched defs:CString (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/platform/exported/
WebCString.cpp 36 #include "wtf/text/CString.h"
67 WTF::CString::newUninitialized(length, newData).buffer();
87 WebCString::WebCString(const WTF::CString& s)
92 WebCString& WebCString::operator=(const WTF::CString& s)
98 WebCString::operator WTF::CString() const
  /external/chromium_org/third_party/WebKit/Source/wtf/text/
CString.h 35 // CStringBuffer is the ref-counted storage class for the characters in a CString.
43 friend class CString;
59 class WTF_EXPORT CString {
61 CString() { }
62 CString(const char*);
63 CString(const char*, size_t length);
64 CString(CStringBuffer* buffer) : m_buffer(buffer) { }
65 static CString newUninitialized(size_t length, char*& characterBuffer);
88 WTF_EXPORT bool operator==(const CString& a, const CString& b)
    [all...]

Completed in 632 milliseconds