Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfdoc/
Dcpdf_action.cpp86 CFX_ByteString csURI; in GetURI() local
88 return csURI; in GetURI()
90 return csURI; in GetURI()
92 csURI = m_pDict->GetStringFor("URI"); in GetURI()
96 if (csURI.Find(":", 0) < 1) in GetURI()
97 csURI = pURI->GetStringFor("Base") + csURI; in GetURI()
99 return csURI; in GetURI()