Searched refs:GetAttrInteger (Results 1 – 2 of 2) sorted by relevance
/external/pdfium/core/include/fxcrt/ |
D | fx_xml.h | 102 FX_BOOL GetAttrInteger(FX_BSTR name, int& attribute) const; 103 int GetAttrInteger(FX_BSTR name) const in GetAttrInteger() function 106 GetAttrInteger(name, attr); in GetAttrInteger() 110 FX_BOOL GetAttrInteger(FX_BSTR space, FX_BSTR name, int& attribute) const; 111 int GetAttrInteger(FX_BSTR space, FX_BSTR name) const in GetAttrInteger() function 114 GetAttrInteger(space, name, attr); in GetAttrInteger()
|
/external/pdfium/core/src/fxcrt/ |
D | fx_xml_parser.cpp | 668 FX_BOOL CXML_Element::GetAttrInteger(FX_BSTR name, int& attribute) const in GetAttrInteger() function in CXML_Element 679 FX_BOOL CXML_Element::GetAttrInteger(FX_BSTR space, FX_BSTR name, int& attribute) const in GetAttrInteger() function in CXML_Element
|