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

  /external/pdfium/xfa/fxfa/parser/
xfa_document_datamerger_imp.cpp 146 WideString wsHref;
150 wsHref = image->GetHref();
160 if (!wsHref.IsEmpty())
161 pXMLDataElement->SetString(L"href", wsHref);
311 WideString wsHref = pXMLDataElement->GetString(L"href");
312 if (!wsHref.IsEmpty())
313 image->SetHref(wsHref);
    [all...]
  /external/pdfium/xfa/fxfa/
cxfa_widgetacc.cpp 163 WideString wsHref = pImage->GetHref();
165 if (wsHref.IsEmpty() && wsImage.IsEmpty())
190 WideString wsURL = wsHref;
531 WideString wsContentType, wsHref;
535 wsHref = image->GetHref();
537 SetImageEdit(wsContentType, wsHref, wsValue);
591 const WideString& wsHref,
597 image->SetHref(wsHref);
613 pHrefNode->JSObject()->SetCData(XFA_Attribute::Value, wsHref, false, false);
617 static_cast<CFX_XMLElement*>(pXMLNode)->SetString(L"href", wsHref);
    [all...]

Completed in 270 milliseconds