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

  /external/pdfium/fpdfsdk/include/
fsdk_mgr.h 242 CFX_WideString FFI_GetPlatform() {
243 if (m_pInfo && m_pInfo->FFI_GetPlatform) {
244 int nRequiredLen = m_pInfo->FFI_GetPlatform(m_pInfo, NULL, 0);
250 int nActualLen = m_pInfo->FFI_GetPlatform(m_pInfo, pbuff, nRequiredLen);
  /external/pdfium/fpdfsdk/src/fpdfxfa/
fpdfxfa_app.cpp 122 wsPlatform = pEnv->FFI_GetPlatform();
  /external/pdfium/public/
fpdf_formfill.h 920 * Method: FFI_GetPlatform
    [all...]
  /external/pdfium/fpdfsdk/src/javascript/
app.cpp 226 CFX_WideString platfrom = pEnv->FFI_GetPlatform();

Completed in 113 milliseconds