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);
185470 u8 bRecursive; /* True for json_tree(). False for json_each() */
185537 pCur->bRecursive = 1;
185574 if( p->bRecursive ){
185654 if( p->bRecursive ){
185686 if( p->i>p->iBegin && p->bRecursive ){
185694 if( p->bRecursive ){
185712 if( p->bRecursive ){
185817 }else if( p->bRecursive && jsonParseFindParents(&p->sParse) ){
[all …]
/external/sqlite/dist/
Dsqlite3.c125944 int bRecursive = (p->zName && 0==(pParse->db->flags&SQLITE_RecTriggers));
125956 sqlite3VdbeChangeP5(v, (u8)bRecursive);
185498 u8 bRecursive; /* True for json_tree(). False for json_each() */
185565 pCur->bRecursive = 1;
185602 if( p->bRecursive ){
185682 if( p->bRecursive ){
185714 if( p->i>p->iBegin && p->bRecursive ){
185722 if( p->bRecursive ){
185740 if( p->bRecursive ){
185845 }else if( p->bRecursive && jsonParseFindParents(&p->sParse) ){
[all …]