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 111 FX_BOOL GetAttrValue(FX_BSTR name, CFX_WideString& attribute) const;
112 CFX_WideString GetAttrValue(FX_BSTR name) const
115 GetAttrValue(name, attr);
120 FX_BOOL GetAttrValue(FX_BSTR space, FX_BSTR name, CFX_WideString& attribute) const;
121 CFX_WideString GetAttrValue(FX_BSTR space, FX_BSTR name) const
124 GetAttrValue(space, name, attr);
  /external/pdfium/core/src/fxcrt/
fx_xml_parser.cpp 286 void CXML_Parser::GetAttrValue(CFX_WideStringL &value)
430 GetAttrValue(attr_value);
780 FX_BOOL CXML_Element::GetAttrValue(FX_BSTR name, CFX_WideString& attribute) const
797 FX_BOOL CXML_Element::GetAttrValue(FX_BSTR space, FX_BSTR name, CFX_WideString& attribute) const
    [all...]

Completed in 766 milliseconds