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

  /external/pdfium/core/include/fxcrt/
fx_xml.h 80 FX_BOOL GetAttrValue(const CFX_ByteStringC& name,
82 CFX_WideString GetAttrValue(const CFX_ByteStringC& name) const {
84 GetAttrValue(name, attr);
88 FX_BOOL GetAttrValue(const CFX_ByteStringC& space,
91 CFX_WideString GetAttrValue(const CFX_ByteStringC& space,
94 GetAttrValue(space, name, attr);
  /external/pdfium/core/src/fxcrt/
fx_xml_parser.cpp 265 void CXML_Parser::GetAttrValue(CFX_WideString& value) {
395 GetAttrValue(attr_value);
638 FX_BOOL CXML_Element::GetAttrValue(const CFX_ByteStringC& name,
642 return GetAttrValue(bsSpace, bsName, attribute);
644 FX_BOOL CXML_Element::GetAttrValue(const CFX_ByteStringC& space,

Completed in 256 milliseconds