Home
last modified time | relevance | path

Searched refs:DecodeURL (Results 1 – 3 of 3) sorted by relevance

/external/skia/src/views/animated/
DSkImageView.cpp289 if (!SkImageDecoder::DecodeURL(fUri.c_str(), bitmap)) in ensureUriIsLoaded()
/external/pdfium/xfa/src/fxfa/src/fm2js/
Dxfa_fm2jscontext.h229 static void DecodeURL(const CFX_ByteStringC& szURLString,
Dxfa_fm2jscontext.cpp3679 DecodeURL(toDecodeString, resultBuf); in Decode()
3700 DecodeURL(toDecodeString, resultBuf); in Decode()
3712 void CXFA_FM2JSContext::DecodeURL(const CFX_ByteStringC& szURLString, in DecodeURL() function in CXFA_FM2JSContext