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

/external/pdfium/core/src/fpdfdoc/
H A Ddoc_tagged.cpp16 return pMarkInfo != NULL && pMarkInfo->GetInteger("Marked");
102 int parents_id = pPageDict->GetInteger("StructParents", -1);
258 pKid->m_PageContent.m_ContentId = pKidObj->GetInteger();
282 pKid->m_StreamContent.m_ContentId = pKidDict->GetInteger("MCID");
425 int CPDF_StructElementImpl::GetInteger(const CFX_ByteStringC& owner, function in class:CPDF_StructElementImpl
431 return ToNumber(pAttr) ? pAttr->GetInteger() : default_value;
/external/pdfium/core/include/fpdfapi/
H A Dfpdf_objects.h72 int GetInteger() const;
179 int GetInteger() const { return m_bInteger ? m_Integer : (int)m_Float; } function in class:CPDF_Number
284 int GetInteger(FX_DWORD index) const;
365 int GetInteger(const CFX_ByteStringC& key) const;
367 int GetInteger(const CFX_ByteStringC& key, int default_int) const;
/external/libchrome/base/
H A Dvalues.cc532 bool DictionaryValue::GetInteger(const std::string& path, function in class:base::DictionaryValue
950 bool ListValue::GetInteger(size_t index, int* out_value) const { function in class:base::ListValue
/external/libweave/third_party/chromium/base/
H A Dvalues.cc507 bool DictionaryValue::GetInteger(const std::string& path, function in class:base::DictionaryValue
907 bool ListValue::GetInteger(size_t index, int* out_value) const { function in class:base::ListValue
/external/pdfium/core/src/fpdfapi/fpdf_page/
H A Dpageint.h118 int GetInteger(FX_DWORD index) { return (int32_t)(GetNumber(index)); } function in class:CPDF_StreamContentParser
/external/pdfium/core/src/fpdfapi/fpdf_parser/
H A Dfpdf_parser_objects.cpp117 int CPDF_Object::GetInteger() const { function in class:CPDF_Object
126 return AsNumber()->GetInteger();
136 return pObj ? pObj->GetInteger() : 0;
477 int CPDF_Array::GetInteger(FX_DWORD i) const { function in class:CPDF_Array
480 return m_Objects.GetAt(i)->GetInteger();
635 int CPDF_Dictionary::GetInteger(const CFX_ByteStringC& key) const { function in class:CPDF_Dictionary
638 return p->GetInteger();
642 int CPDF_Dictionary::GetInteger(const CFX_ByteStringC& key, int def) const { function in class:CPDF_Dictionary
645 return p->GetInteger();
660 return p->GetInteger();
[all...]
/external/pdfium/core/src/fxcrt/
H A Dfx_basic_wstring.cpp988 int CFX_WideString::GetInteger() const { function in class:CFX_WideString
/external/pdfium/xfa/src/fxfa/src/common/
H A Dxfa_object.h181 int32_t GetInteger(XFA_ATTRIBUTE eAttr) { function in class:CXFA_Node
/external/pdfium/xfa/src/fdp/src/xml/
H A Dfde_xml.cpp579 int32_t CFDE_XMLInstruction::GetInteger(const FX_WCHAR* pwsAttriName, function in class:CFDE_XMLInstruction
767 int32_t CFDE_XMLElement::GetInteger(const FX_WCHAR* pwsAttriName, function in class:CFDE_XMLElement

Completed in 347 milliseconds