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

  /external/pdfium/xfa/fxfa/app/
xfa_ffdoc.cpp 183 CFX_WideString wsTagName;
185 pXMLElement->GetTagName(wsTagName);
186 if (wsTagName == L"document") {
200 CFX_WideString wsTagName;
202 pXMLElement->GetTagName(wsTagName);
203 if (wsTagName == L"chunk") {
  /external/pdfium/xfa/fxfa/parser/
cxfa_simple_parser.cpp 883 CFX_WideString wsTagName;
884 pXMLElement->GetLocalTagName(wsTagName);
885 XFA_Element eType = XFA_GetElementTypeForName(wsTagName.AsStringC());
903 pXFAChild->SetAttribute(XFA_ATTRIBUTE_Name, wsTagName.AsStringC());
    [all...]

Completed in 563 milliseconds