Searched refs:withBase64Encode (Results 1 – 2 of 2) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/core/inspector/ |
D | InspectorPageAgent.h | 90 …tent(PassRefPtr<SharedBuffer>, const String& textEncodingName, bool withBase64Encode, String* resu… 192 …nst char* data, unsigned size, const String& textEncodingName, bool withBase64Encode, String* resu…
|
D | InspectorPageAgent.cpp | 302 …ssRefPtr<SharedBuffer> buffer, const String& textEncodingName, bool withBase64Encode, String* resu… in sharedBufferContent() argument 304 …fer ? buffer->data() : 0, buffer ? buffer->size() : 0, textEncodingName, withBase64Encode, result); in sharedBufferContent() 307 …nst char* data, unsigned size, const String& textEncodingName, bool withBase64Encode, String* resu… in dataContent() argument 309 if (withBase64Encode) { in dataContent()
|