HomeSort by relevance Sort by last modified time
    Searched refs:Doc_getFilePath (Results 1 - 2 of 2) sorted by null

  /external/pdfium/fpdfsdk/include/
fsdk_mgr.h 200 if (m_pInfo && m_pInfo->m_pJsPlatform && m_pInfo->m_pJsPlatform->Doc_getFilePath)
202 int nRequiredLen = m_pInfo->m_pJsPlatform->Doc_getFilePath(m_pInfo->m_pJsPlatform, NULL, 0);
211 int nActualLen = m_pInfo->m_pJsPlatform->Doc_getFilePath(m_pInfo->m_pJsPlatform, pbuff, nRequiredLen);
  /external/pdfium/public/
fpdf_formfill.h 103 * Method: Doc_getFilePath
122 int (*Doc_getFilePath)(struct _IPDF_JsPlatform* pThis, void* filePath, int length);
    [all...]

Completed in 868 milliseconds