HomeSort by relevance Sort by last modified time
    Searched defs:GetAttrInteger (Results 1 - 2 of 2) sorted by null

  /external/pdfium/core/include/fxcrt/
fx_xml.h 98 FX_BOOL GetAttrInteger(const CFX_ByteStringC& name, int& attribute) const;
99 int GetAttrInteger(const CFX_ByteStringC& name) const {
101 GetAttrInteger(name, attr);
105 FX_BOOL GetAttrInteger(const CFX_ByteStringC& space,
108 int GetAttrInteger(const CFX_ByteStringC& space,
111 GetAttrInteger(space, name, attr);
  /external/pdfium/core/src/fxcrt/
fx_xml_parser.cpp 654 FX_BOOL CXML_Element::GetAttrInteger(const CFX_ByteStringC& name,
665 FX_BOOL CXML_Element::GetAttrInteger(const CFX_ByteStringC& space,

Completed in 95 milliseconds