Home
last modified time | relevance | path

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

/external/pdfium/core/src/fpdfdoc/
Ddoc_action.cpp73 CFX_ByteString csURI; in GetURI() local
75 return csURI; in GetURI()
78 return csURI; in GetURI()
80 csURI = m_pDict->GetString("URI"); in GetURI()
84 if (csURI.Find(":", 0) < 1) { in GetURI()
85 csURI = pURI->GetString("Base") + csURI; in GetURI()
88 return csURI; in GetURI()