Home
last modified time | relevance | path

Searched defs:SetAttribute (Results 1 – 10 of 10) sorted by relevance

/external/pdfium/xfa/fxfa/
Dcxfa_textparser.h100 void SetAttribute(const WideString& wsAttr, const WideString& wsValue) { in SetAttribute() function
/external/tinyxml2/
Dtinyxml2.h1455 void SetAttribute( const char* name, const char* value ) { in SetAttribute() function
1460 void SetAttribute( const char* name, int value ) { in SetAttribute() function
1465 void SetAttribute( const char* name, unsigned value ) { in SetAttribute() function
1471 void SetAttribute(const char* name, int64_t value) { in SetAttribute() function
1477 void SetAttribute(const char* name, uint64_t value) { in SetAttribute() function
1483 void SetAttribute( const char* name, bool value ) { in SetAttribute() function
1488 void SetAttribute( const char* name, double value ) { in SetAttribute() function
1493 void SetAttribute( const char* name, float value ) { in SetAttribute() function
Dtinyxml2.cpp1475 void XMLAttribute::SetAttribute( const char* v ) in SetAttribute() function in tinyxml2::XMLAttribute
1481 void XMLAttribute::SetAttribute( int v ) in SetAttribute() function in tinyxml2::XMLAttribute
1489 void XMLAttribute::SetAttribute( unsigned v ) in SetAttribute() function in tinyxml2::XMLAttribute
1497 void XMLAttribute::SetAttribute(int64_t v) in SetAttribute() function in tinyxml2::XMLAttribute
1504 void XMLAttribute::SetAttribute(uint64_t v) in SetAttribute() function in tinyxml2::XMLAttribute
1512 void XMLAttribute::SetAttribute( bool v ) in SetAttribute() function in tinyxml2::XMLAttribute
1519 void XMLAttribute::SetAttribute( double v ) in SetAttribute() function in tinyxml2::XMLAttribute
1526 void XMLAttribute::SetAttribute( float v ) in SetAttribute() function in tinyxml2::XMLAttribute
/external/pdfium/core/fxcrt/xml/
Dcfx_xmlelement.cpp139 void CFX_XMLElement::SetAttribute(const WideString& name, in SetAttribute() function in CFX_XMLElement
/external/sfntly/cpp/src/test/tinyxml/
Dtinyxml.cpp740 void TiXmlElement::SetAttribute( const char * name, int val ) in SetAttribute() function in TiXmlElement
750 void TiXmlElement::SetAttribute( const std::string& name, int val ) in SetAttribute() function in TiXmlElement
780 void TiXmlElement::SetAttribute( const char * cname, const char * cvalue ) in SetAttribute() function in TiXmlElement
790 void TiXmlElement::SetAttribute( const std::string& _name, const std::string& _value ) in SetAttribute() function in TiXmlElement
/external/pdfium/fxjs/xfa/
Dcjx_object.cpp217 void CJX_Object::SetAttribute(XFA_Attribute eAttr, in SetAttribute() function in CJX_Object
253 void CJX_Object::SetAttribute(WideStringView wsAttr, in SetAttribute() function in CJX_Object
/external/llvm-project/llvm/lib/Transforms/IPO/
DFunctionAttrs.cpp1121 std::function<void(Function &)> SetAttribute; member
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DFunctionAttrs.cpp1120 std::function<void(Function &)> SetAttribute; member
/external/ImageMagick/PerlMagick/quantum/
Dquantum.xs.in1109 static void SetAttribute(pTHX_ struct PackageInfo *info,Image *image, function
/external/ImageMagick/PerlMagick/
DMagick.xs1109 static void SetAttribute(pTHX_ struct PackageInfo *info,Image *image, in SetAttribute() function