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

  /external/pdfium/xfa/fxfa/parser/
xfa_utils.h 41 const WideStringView& wsAttributeName);
xfa_utils.cpp 584 const WideStringView& wsAttributeName) {
585 if (wsAttributeName.IsEmpty())
596 uint32_t uHash = FX_HashCode_GetW(wsAttributeName, false);
cxfa_simple_parser.cpp 163 bool GetAttributeLocalName(const WideStringView& wsAttributeName,
165 WideString wsAttrName(wsAttributeName);
    [all...]
cxfa_node.cpp 946 WideString wsAttributeName =
948 pXMLElement->RemoveAttribute(wsAttributeName.c_str());
    [all...]

Completed in 103 milliseconds