Home
last modified time | relevance | path

Searched defs:base64Encode (Results 1 – 4 of 4) sorted by relevance

/external/webkit/Source/WebCore/platform/text/
DBase64.h49 inline void base64Encode(const Vector<char>& in, Vector<char>& out, bool insertLFs) in base64Encode() function
54 inline void base64Encode(const CString& in, Vector<char>& out, bool insertLFs) in base64Encode() function
59 inline String base64Encode(const Vector<char>& in, bool insertLFs) in base64Encode() function
64 inline String base64Encode(const CString& in, bool insertLFs) in base64Encode() function
DBase64.cpp63 String base64Encode(const char* data, unsigned length, bool insertLFs) in base64Encode() function
70 void base64Encode(const char* data, unsigned len, Vector<char>& out, bool insertLFs) in base64Encode() function
/external/oauth/core/src/main/java/net/oauth/signature/
DOAuthSignatureMethod.java201 public static String base64Encode(byte[] b) { in base64Encode() method in OAuthSignatureMethod
/external/webkit/Source/WebCore/inspector/front-end/
DNetworkManager.js52 requestContent: function(resource, base64Encode, callback) argument