Searched refs:GetAttrByIndex (Results 1 – 4 of 4) sorted by relevance
/external/pdfium/core/include/fxcrt/ |
D | fx_xml.h | 106 …void GetAttrByIndex(int index, CFX_ByteString &space, CFX_ByteString &name, CFX_WideString &va… 107 …void GetAttrByIndex(int index, CFX_ByteStringL &space, CFX_ByteStringL &name, CFX_WideStringL …
|
/external/lldb/source/Plugins/SymbolFile/DWARF/ |
D | DWARFAbbreviationDeclaration.h | 36 …dw_attr_t GetAttrByIndex(uint32_t idx) const { return m_attributes.size() > idx ? m_attribut… in GetAttrByIndex() function
|
/external/pdfium/fpdfsdk/src/ |
D | fpdf_ext.cpp | 114 pElement->GetAttrByIndex(i, space, name, value); in CheckSharedForm()
|
/external/pdfium/core/src/fxcrt/ |
D | fx_xml_parser.cpp | 753 void CXML_Element::GetAttrByIndex(int index, CFX_ByteString& space, CFX_ByteString& name, CFX_WideS… in GetAttrByIndex() function in CXML_Element 763 void CXML_Element::GetAttrByIndex(int index, CFX_ByteStringL &space, CFX_ByteStringL &name, CFX_Wid… in GetAttrByIndex() function in CXML_Element
|