HomeSort by relevance Sort by last modified time
    Searched defs:pURI (Results 1 - 3 of 3) sorted by null

  /external/pdfium/core/fpdfdoc/
cpdf_action.cpp 94 CPDF_Dictionary* pURI = pRoot->GetDictFor("URI");
95 if (pURI) {
97 csURI = pURI->GetStringFor("Base") + csURI;
  /external/pdfium/xfa/fxfa/parser/
cxfa_dataexporter.cpp 396 const FX_WCHAR* pURI = XFA_GetPacketByIndex(XFA_PACKET_Form)->pURI;
397 pStream->WriteString(pURI, FXSYS_wcslen(pURI));
  /external/pdfium/xfa/fxfa/
fxfa_basic.h 95 const FX_WCHAR* pURI;

Completed in 52 milliseconds