Searched defs:nLevel (Results 1 - 8 of 8) sorted by relevance

/external/pdfium/core/src/fpdfdoc/
H A Ddoc_ocg.cpp190 FX_BOOL CPDF_OCContext::GetOCGVE(CPDF_Array *pExpression, FX_BOOL bFromConfig, int nLevel) argument
192 if (nLevel > 32) {
209 return !GetOCGVE((CPDF_Array*)pOCGObj, bFromConfig, nLevel + 1);
225 bItem = GetOCGVE((CPDF_Array*)pOCGObj, bFromConfig, nLevel + 1);
H A Ddoc_tagged.cpp134 CPDF_StructElementImpl* CPDF_StructTreeImpl::AddPageNode(CPDF_Dictionary* pDict, CFX_MapPtrToPtr& map, int nLevel) argument
136 if (nLevel > nMaxRecursion) {
155 CPDF_StructElementImpl* pParentElement = AddPageNode(pParent, map, nLevel + 1);
325 static CPDF_Dictionary* FindAttrDict(CPDF_Object* pAttrs, FX_BSTR owner, FX_FLOAT nLevel = 0.0F)
327 if (nLevel > nMaxRecursion) {
342 pDict = FindAttrDict(pElement, owner, nLevel + 1);
H A Ddoc_utils.cpp28 FX_BOOL NeedPDFEncodeForFieldTree(CPDF_Dictionary* pFieldDict, int nLevel = 0);
30 void UpdateEncodeFieldName(CPDF_Dictionary* pFieldDict, int nLevel = 0);
732 CPDF_Object* FPDF_GetFieldAttr(CPDF_Dictionary* pFieldDict, const FX_CHAR* name, int nLevel) argument
734 if (nLevel > FPDFDOC_UTILS_MAXRECURSION) {
748 return FPDF_GetFieldAttr(pParent, name, nLevel + 1);
H A Ddoc_form.cpp28 FX_BOOL NeedPDFEncodeForFieldTree(CPDF_Dictionary* pFieldDict, int nLevel = 0);
30 void UpdateEncodeFieldName(CPDF_Dictionary* pFieldDict, int nLevel = 0);
65 int CountFields(int nLevel = 0)
67 if (nLevel > nMaxRecursion) {
75 count += ((_Node *)children.GetAt(i))->CountFields(nLevel + 1);
111 void RemoveNode(_Node *pNode, int nLevel = 0);
139 void CFieldTree::RemoveNode(_Node *pNode, int nLevel) argument
144 if (nLevel > nMaxRecursion) {
151 RemoveNode(pChild, nLevel + 1);
1248 void CPDF_InterForm::LoadField(CPDF_Dictionary* pFieldDict, int nLevel) argument
1523 FDF_ImportField(CPDF_Dictionary* pFieldDict, const CFX_WideString& parent_name, FX_BOOL bNotify, int nLevel) argument
[all...]
/external/chromium_org/third_party/sqlite/src/src/
H A DsqliteInt.h1968 int nLevel; /* Number of nested loop */ member in struct:WhereInfo
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c10313 int nLevel; /* Number of nested loop */ member in struct:WhereInfo
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c110856 u8 nLevel; /* Number of nested loop */ member in struct:WhereInfo
[all...]
/external/sqlite/dist/
H A Dsqlite3.c110876 u8 nLevel; /* Number of nested loop */ member in struct:WhereInfo
[all...]

Completed in 786 milliseconds