webengine/osswebengine/WebCore/platform/StringImpl.h
changeset 15 60c5402cb945
parent 0 dd21522fd290
equal deleted inserted replaced
11:c8a366e56285 15:60c5402cb945
   149 #endif
   149 #endif
   150 #if PLATFORM(SYMBIAN)
   150 #if PLATFORM(SYMBIAN)
   151     StringImpl(const TDesC&);
   151     StringImpl(const TDesC&);
   152     StringImpl(const TDesC8&);
   152     StringImpl(const TDesC8&);
   153     TPtrC des() const;
   153     TPtrC des() const;
   154     StringImpl* secureShowLast(UChar aChar) const;
   154     StringImpl* secureShowOffset(UChar aChar, unsigned offset) const;
   155 #endif
   155 #endif
   156 
   156 
   157     StringImpl(const DeprecatedString&);
   157     StringImpl(const DeprecatedString&);
   158 
   158 
   159 private:
   159 private: