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

  /external/pdfium/xfa/fxfa/parser/
cxfa_dataexporter.cpp 190 CFX_WideString wsContentType;
191 pNode->GetAttribute(XFA_ATTRIBUTE_ContentType, wsContentType, false);
193 wsContentType == L"text/html") {
217 wsContentType == L"text/xml") {
cxfa_simple_parser.cpp     [all...]
xfa_document_datamerger_imp.cpp 89 CFX_WideString wsContentType;
90 pChildNode->GetAttribute(XFA_ATTRIBUTE_ContentType, wsContentType,
92 if (wsContentType == L"text/html")
94 else if (wsContentType == L"text/xml")
135 CFX_WideString wsContentType;
139 image.GetContentType(wsContentType);
147 pDataNode->SetCData(XFA_ATTRIBUTE_ContentType, wsContentType);
285 CFX_WideString wsContentType;
287 pXMLDataElement->GetString(L"xfa:contentType", wsContentType);
288 if (!wsContentType.IsEmpty())
    [all...]
cxfa_node.cpp     [all...]
  /external/pdfium/xfa/fxfa/app/
xfa_ffwidgetacc.cpp 210 CFX_WideString wsContentType, wsHref;
213 image.GetContentType(wsContentType);
216 SetImageEdit(wsContentType, wsHref, wsValue);
258 void CXFA_WidgetAcc::SetImageEdit(const CFX_WideString& wsContentType,
263 image.SetContentType(CFX_WideString(wsContentType));
274 pBind->SetCData(XFA_ATTRIBUTE_ContentType, wsContentType);
    [all...]
xfa_ffwidget.cpp 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);
    [all...]

Completed in 84 milliseconds