Home
last modified time | relevance | path

Searched refs:base64DecodeInternal (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/platform/text/
DBase64.cpp143 static inline bool base64DecodeInternal(const T* data, unsigned len, Vector<char>& out, Base64Decod… in base64DecodeInternal() function
204 return base64DecodeInternal<char>(data, len, out, policy); in base64Decode()
209 return base64DecodeInternal<UChar>(in.characters(), in.length(), out, policy); in base64Decode()
/external/webkit/Source/WebCore/
DChangeLog-2010-12-0640137 (WebCore::base64DecodeInternal):