Home
last modified time | relevance | path

Searched refs:bEmpty (Results 1 – 5 of 5) sorted by relevance

/external/pdfium/xfa/fxfa/parser/
Dcxfa_rectangle.cpp350 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/
Dcjs_document.cpp584 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/
Dsqlite3.c192010 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/
Dsqlite3.c192042 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/
Dsqlite3.c185218 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);