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

  /external/pdfium/xfa/fxfa/parser/
cscript_layoutpseudomodel.cpp 214 const CFX_WideString& wsType,
221 if (wsType == L"pageArea") {
227 if (wsType == L"contentArea") {
237 if (wsType.IsEmpty()) {
292 if (wsType == L"field") {
294 } else if (wsType == L"draw") {
296 } else if (wsType == L"subform") {
298 } else if (wsType == L"area") {
351 CFX_WideString wsType;
358 wsType = CFX_WideString::FromUTF8(bsType.AsStringC())
    [all...]
cscript_layoutpseudomodel.h 54 const CFX_WideString& wsType,
  /external/pdfium/xfa/fxfa/app/
xfa_ffdoc.cpp 267 CFX_WideString wsType;
268 if (pDynamicRender->TryContent(wsType) && wsType == L"required") {
xfa_ffbarcode.cpp 168 CFX_WideString wsType = GetDataAcc()->GetBarcodeType();
170 XFA_GetBarcodeTypeByName(wsType.AsStringC());
xfa_ffwidget.cpp 1024 FXCODEC_IMAGE_TYPE XFA_GetImageType(const CFX_WideString& wsType) {
1025 CFX_WideString wsContentType(wsType);
    [all...]
  /external/pdfium/xfa/fxfa/
xfa_ffwidget.h 175 FXCODEC_IMAGE_TYPE XFA_GetImageType(const CFX_WideString& wsType);

Completed in 146 milliseconds