Searched defs:pURI (Results 1 - 3 of 3) sorted by relevance

/external/pdfium/core/fpdfdoc/
H A Dcpdf_action.cpp94 CPDF_Dictionary* pURI = pRoot->GetDictFor("URI"); local
95 if (pURI) {
97 csURI = pURI->GetStringFor("Base") + csURI;
/external/pdfium/xfa/fxfa/parser/
H A Dcxfa_dataexporter.cpp396 const FX_WCHAR* pURI = XFA_GetPacketByIndex(XFA_PACKET_Form)->pURI; local
397 pStream->WriteString(pURI, FXSYS_wcslen(pURI));
/external/pdfium/xfa/fxfa/
H A Dfxfa_basic.h95 const FX_WCHAR* pURI; member in struct:XFA_PACKETINFO

Completed in 91 milliseconds