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

  /external/pdfium/xfa/fxfa/
cxfa_ffdoc.cpp 183 WideString wsTagName = pXMLElement->GetName();
184 if (wsTagName == L"document") {
199 WideString wsTagName = pXMLElement->GetName();
200 if (wsTagName == L"chunk") {
  /external/pdfium/xfa/fxfa/parser/
cxfa_simple_parser.cpp 876 WideString wsTagName = pXMLElement->GetLocalTagName();
877 XFA_Element eType = CXFA_Node::NameToElement(wsTagName);
894 wsTagName.AsStringView(), false);
    [all...]

Completed in 78 milliseconds