Home
last modified time | relevance | path

Searched refs:IsDictionary (Results 1 – 15 of 15) sorted by relevance

/external/pdfium/core/src/fpdfdoc/
Ddoc_action.cpp107 if (pFields->IsDictionary()) in GetFieldsCount()
134 if (pFields->IsDictionary() || pFields->IsString()) { in GetAllFields()
167 if (pFields->IsDictionary() || pFields->IsString()) { in GetField()
229 if (pNext->IsDictionary()) in GetSubActionsCount()
Ddoc_tagged.cpp84 if (pKids->IsDictionary()) in LoadPageTree()
162 if (pObj->IsDictionary()) { in AddTopLevelNode()
314 if (pAttrs->IsDictionary()) { in FindAttrDict()
Ddoc_basic.cpp20 if (!pPage->IsDictionary()) in GetPageIndex()
34 if (pPage->IsDictionary()) in GetPageObjNum()
/external/v8/src/runtime/
Druntime-array.cc159 if (elements->IsDictionary()) { in RUNTIME_FUNCTION()
202 if (!array->elements()->IsDictionary()) { in RUNTIME_FUNCTION()
/external/pdfium/core/src/fpdfapi/fpdf_parser/
Dfpdf_parser_objects.cpp353 return IsDictionary() ? static_cast<CPDF_Dictionary*>(this) : nullptr; in AsDictionary()
357 return IsDictionary() ? static_cast<const CPDF_Dictionary*>(this) : nullptr; in AsDictionary()
698 ASSERT(IsDictionary()); in SetAt()
Dfpdf_parser_parser.cpp876 if (!pObj->IsDictionary() && !pObj->AsStream()) { in RebuildCrossRef()
3421 if (!pObj->IsDictionary()) { in CheckPage()
4033 if (!pTrailer->IsDictionary()) in CheckTrailer()
4150 if (!pPage->IsDictionary()) { in CheckUnkownPageNode()
/external/v8/src/heap/
Dobject-stats.cc145 if (fixed_array->IsDictionary()) { in CountFixedArray()
/external/pdfium/fpdfsdk/src/
Dfpdf_transformpage.cpp169 if (pObj->IsDictionary()) in FPDFPage_TransFormWithClip()
/external/v8/src/
Dtype-info.cc23 DCHECK(dictionary_->IsDictionary()); in TypeFeedbackOracle()
Dobjects-inl.h898 bool Object::IsDictionary() const { in IsDictionary() function
905 return IsDictionary(); in IsNameDictionary()
909 bool Object::IsGlobalDictionary() const { return IsDictionary(); } in IsGlobalDictionary()
913 return IsDictionary(); in IsSeededNumberDictionary()
918 return IsDictionary(); in IsUnseededNumberDictionary()
6664 fixed_array->IsDictionary()) || in GetElementsKind()
7081 DCHECK(properties()->IsDictionary() == map()->is_dictionary_map()); in HasFastProperties()
7082 return !properties()->IsDictionary(); in HasFastProperties()
Delements.cc2174 DCHECK(!to->IsDictionary()); in CopyElementsImpl()
Dobjects.cc5882 if (elements->IsDictionary()) { in NormalizeElements()
7492 kind = arguments->IsDictionary() ? DICTIONARY_ELEMENTS : in ReferencesObject()
16558 if (arguments->IsDictionary()) { in GetOwnElementKeys()
/external/pdfium/core/include/fpdfapi/
Dfpdf_objects.h88 bool IsDictionary() const { return m_Type == PDFOBJ_DICTIONARY; } in IsDictionary() function
/external/pdfium/core/src/fpdfapi/fpdf_render/
Dfpdf_render_image.cpp881 if (pFuncObj && (pFuncObj->IsDictionary() || pFuncObj->IsStream())) in LoadSMask()
/external/pdfium/core/src/fpdfapi/fpdf_page/
Dfpdf_page_parser.cpp1197 if (!pPattern || (!pPattern->IsDictionary() && !pPattern->IsStream())) { in FindPattern()