#include "net/instaweb/util/public/string.h"
#include "net/instaweb/util/public/string_util.h"
Go to the source code of this file.
Namespaces | |
namespace | net_instaweb |
NOLINT. | |
Enumerations | |
enum | net_instaweb::Encoding { net_instaweb::UNKNOWN, BASE64, net_instaweb::PLAIN } |
Functions | |
void | net_instaweb::DataUrl (const ContentType &content_type, const Encoding encoding, const StringPiece &content, GoogleString *result) |
bool | net_instaweb::ParseDataUrl (const StringPiece &url, const ContentType **content_type, Encoding *encoding, StringPiece *encoded_content) |
bool | net_instaweb::DecodeDataUrlContent (Encoding encoding, const StringPiece &encoded_content, GoogleString *decoded_content) |