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