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

  /external/pdfium/xfa/src/fxfa/src/parser/
xfa_script_layoutpseudomodel.cpp 208 const CFX_WideString& wsType,
216 if (wsType == FX_WSTRC(L"pageArea")) {
222 if (wsType == FX_WSTRC(L"contentArea")) {
233 if (wsType.IsEmpty()) {
293 if (wsType == FX_WSTRC(L"field")) {
295 } else if (wsType == FX_WSTRC(L"draw")) {
297 } else if (wsType == FX_WSTRC(L"subform")) {
299 } else if (wsType == FX_WSTRC(L"area")) {
358 CFX_WideString wsType;
365 wsType = CFX_WideString::FromUTF8(bsType, bsType.GetLength());
    [all...]
xfa_script_layoutpseudomodel.h 52 const CFX_WideString& wsType,
xfa_objectacc_imp.cpp 657 CFX_WideString wsType;
660 wsType = L"application/x-javascript";
663 wsType = L"application/x-formcalc";
668 return m_pNode->SetCData(XFA_ATTRIBUTE_ContentType, wsType);
    [all...]
  /external/pdfium/xfa/src/fxfa/src/app/
xfa_ffbarcode.cpp 66 CFX_WideString wsType = GetDataAcc()->GetBarcodeType();
68 XFA_GetBarcodeTypeByName(wsType);
xfa_ffdoc.cpp 179 CFX_WideString wsType;
180 if (pDynamicRender->TryContent(wsType) && wsType == FX_WSTRC(L"required")) {
xfa_ffwidget.h 169 FXCODEC_IMAGE_TYPE XFA_GetImageType(const CFX_WideStringC& wsType);
xfa_ffwidget.cpp 939 FXCODEC_IMAGE_TYPE XFA_GetImageType(const CFX_WideStringC& wsType) {
940 CFX_WideString wsContentType(wsType);
    [all...]
  /external/pdfium/xfa/src/fgas/src/localization/
fx_locale.cpp 241 CFX_WideString wsType = g_FXLocaleDateTimeSubCatData[eType].pName;
242 FX_GetPattern(pXmlElement, bsCategory, wsType, wsPattern);
260 CFX_WideString wsType = g_FXLocaleNumSubCatData[eType].pName;
261 FX_GetPattern(m_pElement, "numberPattern", wsType, wsPattern);
    [all...]

Completed in 356 milliseconds