Searched refs:bEmpty (Results 1 – 5 of 5) sorted by relevance
/external/pdfium/xfa/fxfa/parser/ |
D | cxfa_rectangle.cpp | 350 bool bEmpty = path.IsEmpty(); in Stroke() local 351 if (!bEmpty) { in Stroke() 368 bool bEmpty = path.IsEmpty(); in Stroke() local 369 if (!bEmpty) { in Stroke()
|
/external/pdfium/fxjs/ |
D | cjs_document.cpp | 584 bool bEmpty = false; in submitForm() local 590 bEmpty = pRuntime->ToBoolean(params[2]); in submitForm() 600 bEmpty = pRuntime->ToBoolean(pRuntime->GetObjectProperty(pObj, "bEmpty")); in submitForm() 605 if (pRuntime->GetArrayLength(aFields) == 0 && bEmpty) { in submitForm() 621 if (!bEmpty && pField->GetValue().IsEmpty()) in submitForm()
|
/external/sqlite/dist/orig/ |
D | sqlite3.c | 192010 int bEmpty = 0; 192013 bEmpty = 1; 192028 if( bEmpty==0 ){ 215910 int bEmpty; 215913 bEmpty = 0; 215914 rc = sessionChangesetNextOne(p, paRec, pnRec, pbNew, &bEmpty); 215915 }while( rc==SQLITE_ROW && p->bSkipEmpty && bEmpty);
|
/external/sqlite/dist/ |
D | sqlite3.c | 192042 int bEmpty = 0; 192045 bEmpty = 1; 192060 if( bEmpty==0 ){ 215942 int bEmpty; 215945 bEmpty = 0; 215946 rc = sessionChangesetNextOne(p, paRec, pnRec, pbNew, &bEmpty); 215947 }while( rc==SQLITE_ROW && p->bSkipEmpty && bEmpty);
|
/external/rust/crates/libsqlite3-sys/sqlite3/ |
D | sqlite3.c | 185218 int bEmpty = 0; 185221 bEmpty = 1; 185236 if( bEmpty==0 ){ 208724 int bEmpty; 208727 bEmpty = 0; 208728 rc = sessionChangesetNextOne(p, paRec, pnRec, pbNew, &bEmpty); 208729 }while( rc==SQLITE_ROW && p->bSkipEmpty && bEmpty);
|