Home
last modified time | relevance | path

Searched defs:RemoveAttribute (Results 1 – 7 of 7) sorted by relevance

/external/pdfium/xfa/src/fdp/src/xml/
Dfde_xml.cpp611 void CFDE_XMLInstruction::RemoveAttribute(const FX_WCHAR* pwsAttriName) { in RemoveAttribute() function in CFDE_XMLInstruction
799 void CFDE_XMLElement::RemoveAttribute(const FX_WCHAR* pwsAttriName) { in RemoveAttribute() function in CFDE_XMLElement
/external/tinyxml/
Dtinyxml.h945 …void RemoveAttribute( const std::string& name ) { RemoveAttribute (name.c_str ()); } ///< STL std:… in RemoveAttribute() function
Dtinyxml.cpp464 void TiXmlElement::RemoveAttribute( const char * name ) in RemoveAttribute() function in TiXmlElement
/external/sfntly/cpp/src/test/tinyxml/
Dtinyxml.h1081 …void RemoveAttribute( const std::string& name ) { RemoveAttribute (name.c_str ()); } ///< STL std:… in RemoveAttribute() function
Dtinyxml.cpp437 void TiXmlElement::RemoveAttribute( const char * name ) in RemoveAttribute() function in TiXmlElement
/external/llvm/bindings/go/llvm/
Dir.go1085 func (v Value) RemoveAttribute(a Attribute) { func
/external/pdfium/xfa/src/fxfa/src/parser/
Dxfa_object_imp.cpp3888 FX_BOOL CXFA_Node::RemoveAttribute(const CFX_WideStringC& wsAttr) { in RemoveAttribute() function in CXFA_Node