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

  /external/pdfium/xfa/fxfa/parser/
cxfa_image.h 22 bool GetHref(CFX_WideString& wsHref);
26 bool SetHref(const CFX_WideString& wsHref);
cxfa_image.cpp 22 bool CXFA_Image::GetHref(CFX_WideString& wsHref) {
24 return m_pNode->TryCData(XFA_ATTRIBUTE_Href, wsHref);
25 return m_pNode->GetAttribute(L"href", wsHref);
42 bool CXFA_Image::SetHref(const CFX_WideString& wsHref) {
44 return m_pNode->SetCData(XFA_ATTRIBUTE_Href, wsHref);
45 return m_pNode->SetAttribute(XFA_ATTRIBUTE_Href, wsHref.AsStringC());
xfa_document_datamerger_imp.cpp 136 CFX_WideString wsHref;
140 image.GetHref(wsHref);
148 if (!wsHref.IsEmpty())
149 pXMLDataElement->SetString(L"href", wsHref);
286 CFX_WideString wsHref;
292 pXMLDataElement->GetString(L"href", wsHref);
293 if (!wsHref.IsEmpty())
294 image.SetHref(wsHref);
    [all...]
  /external/pdfium/xfa/fxfa/
fxfa_widget.h 44 const CFX_WideString& wsHref,
  /external/pdfium/xfa/fxfa/app/
xfa_ffwidgetacc.cpp 210 CFX_WideString wsContentType, wsHref;
214 image.GetHref(wsHref);
216 SetImageEdit(wsContentType, wsHref, wsValue);
259 const CFX_WideString& wsHref,
264 image.SetHref(wsHref);
277 pHrefNode->SetCData(XFA_ATTRIBUTE_Value, wsHref);
281 static_cast<CFDE_XMLElement*>(pXMLNode)->SetString(L"href", wsHref);
    [all...]
xfa_ffwidget.cpp 1044 CFX_WideString wsHref;
1045 pImage->GetHref(wsHref);
1048 if (wsHref.IsEmpty() && wsImage.IsEmpty()) {
1074 CFX_WideString wsURL = wsHref;
    [all...]

Completed in 674 milliseconds