Home
last modified time | relevance | path

Searched refs:bRecursive (Results 1 – 12 of 12) sorted by relevance

/external/pdfium/xfa/fxfa/parser/
Dxfa_document_datamerger_imp.h21 bool bRecursive,
Dcxfa_node.h172 CXFA_Node* Clone(bool bRecursive);
187 CXFA_Node* CloneTemplateToForm(bool bRecursive);
Dcxfa_node.cpp232 CXFA_Node* CXFA_Node::Clone(bool bRecursive) { in Clone() argument
259 if (bRecursive) { in Clone()
262 pClone->InsertChild(pChild->Clone(bRecursive), nullptr); in Clone()
462 CXFA_Node* CXFA_Node::CloneTemplateToForm(bool bRecursive) { in CloneTemplateToForm() argument
472 if (bRecursive) { in CloneTemplateToForm()
475 pClone->InsertChild(pChild->CloneTemplateToForm(bRecursive), nullptr); in CloneTemplateToForm()
Dxfa_document_datamerger_imp.cpp1270 bool bRecursive, in XFA_NodeMerge_CloneOrMergeContainer() argument
1290 if (bRecursive && pExistingNode->GetElementType() != XFA_Element::Items) { in XFA_NodeMerge_CloneOrMergeContainer()
1295 pDocument, pExistingNode, pTemplateChild, bRecursive, nullptr); in XFA_NodeMerge_CloneOrMergeContainer()
1305 if (bRecursive) { in XFA_NodeMerge_CloneOrMergeContainer()
/external/pdfium/xfa/fgas/font/
Dcfgas_gefont.cpp235 bool bRecursive) { in GetGlyphIndexAndFont() argument
260 if (!m_pFontMgr || !bRecursive) in GetGlyphIndexAndFont()
Dcfgas_gefont.h78 bool bRecursive);
/external/pdfium/xfa/fxfa/
Dcxfa_ffnotify.h60 bool bRecursive = true,
Dcxfa_ffdocview.cpp448 bool bRecursive, in ExecEventActivityByDeepFirst() argument
470 if (bRecursive) { in ExecEventActivityByDeepFirst()
477 bRecursive, pExclude); in ExecEventActivityByDeepFirst()
Dcxfa_ffdocview.h107 bool bRecursive,
Dcxfa_ffnotify.cpp230 bool bRecursive, in ExecEventByDeepFirst() argument
236 pFormNode, eEventType, bIsFormReady, bRecursive, in ExecEventByDeepFirst()
/external/sqlite/dist/orig/
Dsqlite3.c125928 int bRecursive = (p->zName && 0==(pParse->db->flags&SQLITE_RecTriggers));
125940 sqlite3VdbeChangeP5(v, (u8)bRecursive);
185475 u8 bRecursive; /* True for json_tree(). False for json_each() */
185542 pCur->bRecursive = 1;
185579 if( p->bRecursive ){
185659 if( p->bRecursive ){
185691 if( p->i>p->iBegin && p->bRecursive ){
185699 if( p->bRecursive ){
185717 if( p->bRecursive ){
185822 }else if( p->bRecursive && jsonParseFindParents(&p->sParse) ){
[all …]
/external/sqlite/dist/
Dsqlite3.c125928 int bRecursive = (p->zName && 0==(pParse->db->flags&SQLITE_RecTriggers));
125940 sqlite3VdbeChangeP5(v, (u8)bRecursive);
185487 u8 bRecursive; /* True for json_tree(). False for json_each() */
185554 pCur->bRecursive = 1;
185591 if( p->bRecursive ){
185671 if( p->bRecursive ){
185703 if( p->i>p->iBegin && p->bRecursive ){
185711 if( p->bRecursive ){
185729 if( p->bRecursive ){
185834 }else if( p->bRecursive && jsonParseFindParents(&p->sParse) ){
[all …]