Searched refs:nLevel (Results 1 - 12 of 12) sorted by relevance

/external/pdfium/core/src/fpdfdoc/
H A Ddoc_basic.cpp78 int& nIndex, CPDF_Array** ppFind, int nLevel = 0)
80 if (nLevel > nMaxRecursion) {
127 CPDF_Object* pFound = SearchNameNode(pKid, csName, nIndex, ppFind, nLevel + 1);
135 CFX_ByteString& csName, CPDF_Array** ppFind, int nLevel = 0)
137 if (nLevel > nMaxRecursion) {
163 CPDF_Object* pFound = SearchNameNode(pKid, nIndex, nCurIndex, csName, ppFind, nLevel + 1);
170 static int CountNames(CPDF_Dictionary* pNode, int nLevel = 0)
172 if (nLevel > nMaxRecursion) {
189 nCount += CountNames(pKid, nLevel + 1);
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 Dtagged_int.h26 CPDF_StructElementImpl* AddPageNode(CPDF_Dictionary* pElement, CFX_MapPtrToPtr& map, int nLevel = 0);
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...]
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);
/external/pdfium/core/include/fpdfdoc/
H A Dfpdf_doc.h207 FX_BOOL GetOCGVE(CPDF_Array *pExpression, FX_BOOL bFromConfig, int nLevel = 0);
1026 void LoadField(CPDF_Dictionary* pFieldDict, int nLevel = 0);
1034 void FDF_ImportField(CPDF_Dictionary* pField, const CFX_WideString& parent_name, FX_BOOL bNotify = FALSE, int nLevel = 0);
1292 CPDF_Object* FPDF_GetFieldAttr(CPDF_Dictionary* pFieldDict, const FX_CHAR* name, int nLevel = 0);
/external/chromium_org/third_party/sqlite/src/src/
H A Dwhere.c4089 if( pWInfo->nLevel>1 ){
4092 nNotReady = pWInfo->nLevel - iLevel - 1;
4163 if( pWInfo->nLevel>1 ) sqlite3StackFree(pParse->db, pOrTab);
4255 for(i=0; i<pWInfo->nLevel; i++){
4422 pWInfo->nLevel = nTabList;
4716 assert( (wctrlFlags & WHERE_ONEPASS_DESIRED)==0 || pWInfo->nLevel==1 );
4875 for(i=pWInfo->nLevel-1; i>=0; i--){
4921 assert( pWInfo->nLevel==1 || pWInfo->nLevel==pTabList->nSrc );
4922 for(i=0, pLevel=pWInfo->a; i<pWInfo->nLevel;
[all...]
H A DsqliteInt.h1968 int nLevel; /* Number of nested loop */ member in struct:WhereInfo
/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...]
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c10313 int nLevel; /* Number of nested loop */ member in struct:WhereInfo
[all...]

Completed in 741 milliseconds