Home
last modified time | relevance | path

Searched defs:GetInteger (Results 1 – 9 of 9) sorted by relevance

/external/pdfium/core/src/fpdfapi/fpdf_parser/
Dfpdf_parser_objects.cpp117 int CPDF_Object::GetInteger() const { in GetInteger() function in CPDF_Object
477 int CPDF_Array::GetInteger(FX_DWORD i) const { in GetInteger() function in CPDF_Array
635 int CPDF_Dictionary::GetInteger(const CFX_ByteStringC& key) const { in GetInteger() function in CPDF_Dictionary
642 int CPDF_Dictionary::GetInteger(const CFX_ByteStringC& key, int def) const { in GetInteger() function in CPDF_Dictionary
/external/pdfium/core/src/fpdfdoc/
Ddoc_tagged.cpp425 int CPDF_StructElementImpl::GetInteger(const CFX_ByteStringC& owner, in GetInteger() function in CPDF_StructElementImpl
/external/pdfium/xfa/src/fxfa/src/common/
Dxfa_object.h181 int32_t GetInteger(XFA_ATTRIBUTE eAttr) { in GetInteger() function
/external/pdfium/core/src/fpdfapi/fpdf_page/
Dpageint.h118 int GetInteger(FX_DWORD index) { return (int32_t)(GetNumber(index)); } in GetInteger() function
/external/libweave/third_party/chromium/base/
Dvalues.cc507 bool DictionaryValue::GetInteger(const std::string& path, in GetInteger() function in base::DictionaryValue
907 bool ListValue::GetInteger(size_t index, int* out_value) const { in GetInteger() function in base::ListValue
/external/pdfium/xfa/src/fdp/src/xml/
Dfde_xml.cpp579 int32_t CFDE_XMLInstruction::GetInteger(const FX_WCHAR* pwsAttriName, in GetInteger() function in CFDE_XMLInstruction
767 int32_t CFDE_XMLElement::GetInteger(const FX_WCHAR* pwsAttriName, in GetInteger() function in CFDE_XMLElement
/external/pdfium/core/include/fpdfapi/
Dfpdf_objects.h179 int GetInteger() const { return m_bInteger ? m_Integer : (int)m_Float; } in GetInteger() function
/external/libchrome/base/
Dvalues.cc532 bool DictionaryValue::GetInteger(const std::string& path, in GetInteger() function in base::DictionaryValue
950 bool ListValue::GetInteger(size_t index, int* out_value) const { in GetInteger() function in base::ListValue
/external/pdfium/core/src/fxcrt/
Dfx_basic_wstring.cpp988 int CFX_WideString::GetInteger() const { in GetInteger() function in CFX_WideString