Home | History | Annotate | Download | only in app

Lines Matching defs:wsContentType

1025   CFX_WideString wsContentType(wsType);
1026 wsContentType.MakeLower();
1027 if (wsContentType == L"image/jpg")
1029 if (wsContentType == L"image/png")
1031 if (wsContentType == L"image/gif")
1033 if (wsContentType == L"image/bmp")
1035 if (wsContentType == L"image/tif")
1051 CFX_WideString wsContentType;
1052 pImage->GetContentType(wsContentType);
1053 FXCODEC_IMAGE_TYPE type = XFA_GetImageType(wsContentType);