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

  /external/pdfium/fpdfsdk/include/fpdfxfa/
fpdfxfa_app.h 42 void GetVersion(CFX_WideString& wsVersion) override;
  /external/pdfium/fpdfsdk/src/fpdfxfa/
fpdfxfa_app.cpp 130 void CPDFXFA_App::GetVersion(CFX_WideString& wsVersion) {
131 wsVersion = JS_STR_VIEWERVERSION_XFA;
  /external/pdfium/xfa/src/fxfa/src/parser/
xfa_script_hostpseudomodel.cpp 216 CFX_WideString wsVersion;
217 pNotify->GetAppProvider()->GetVersion(wsVersion);
218 FXJSE_Value_SetUTF8String(hValue, FX_UTF8Encode(wsVersion));
232 CFX_WideString wsVersion;
233 pNotify->GetAppProvider()->GetFoxitVersion(wsVersion);
234 FXJSE_Value_SetUTF8String(hValue, FX_UTF8Encode(wsVersion));
  /external/pdfium/xfa/include/fxfa/
fxfa.h 197 virtual void GetVersion(CFX_WideString& wsVersion) = 0;
    [all...]

Completed in 502 milliseconds