Home
last modified time | relevance | path

Searched refs:CXML_AttrMap (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/core/include/fxcrt/
Dfx_xml.h19 class CXML_AttrMap
22 CXML_AttrMap() in CXML_AttrMap() function
26 ~CXML_AttrMap() in ~CXML_AttrMap()
173 CXML_AttrMap m_AttrMap;
/external/pdfium/core/src/fxcrt/
Dfx_xml_parser.cpp782 const CFX_WideString* CXML_AttrMap::Lookup(FX_BSTR space, FX_BSTR name) const in Lookup()
795 void CXML_AttrMap::SetAt(FX_BSTR space, FX_BSTR name, FX_WSTR value) in SetAt()
815 void CXML_AttrMap::RemoveAt(FX_BSTR space, FX_BSTR name) in RemoveAt()
828 int CXML_AttrMap::GetSize() const in GetSize()
832 CXML_AttrItem& CXML_AttrMap::GetAt(int index) const in GetAt()
837 void CXML_AttrMap::RemoveAll() in RemoveAll()