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

  /external/pdfium/core/fxcrt/xml/
cfx_xmlparser.cpp 104 WideString wsTag =
106 if (wsTag == L"template") {
111 } else if (wsTag == L"datasets") {
cfx_xmlnode.cpp 106 WideString wsTag;
111 wsTag = static_cast<CFX_XMLElement*>(pNode)->GetName();
113 wsTag = static_cast<CFX_XMLElement*>(pNode)->GetLocalTagName();
115 if (wsTag.Compare(csPath) == 0) {
  /external/pdfium/xfa/fxfa/
cxfa_textlayout.cpp 86 WideString wsTag = pXMLElement->GetLocalTagName();
87 if (wsTag == L"body" || wsTag == L"html") {
    [all...]
  /external/pdfium/xfa/fxfa/parser/
cxfa_simple_parser.cpp 306 WideString wsTag = pXMLElement->GetLocalTagName();
307 uint32_t uTag = FX_HashCode_GetW(wsTag.AsStringView(), true);
    [all...]

Completed in 348 milliseconds