Home | History | Annotate | Download | only in app

Lines Matching defs:wsContentType

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);
1539 CFX_WideString wsContentType;
1540 m_pTextNode->GetAttribute(XFA_ATTRIBUTE_ContentType, wsContentType,
1542 if (wsContentType == L"text/html") {
1556 CFX_WideString wsContentType;
1557 pChildNode->GetAttribute(XFA_ATTRIBUTE_ContentType, wsContentType, false);
1558 if (wsContentType == L"text/html") {
1591 CFX_WideString wsContentType;
1592 pChildNode->GetAttribute(XFA_ATTRIBUTE_ContentType, wsContentType, false);
1593 if (wsContentType == L"text/html") {