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

  /external/pdfium/xfa/fxfa/parser/
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/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 1228 milliseconds