Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/parser/
Dcxfa_rectangle.cpp323 bool bEmpty = path.IsEmpty(); in Stroke() local
324 if (!bEmpty) { in Stroke()
341 bool bEmpty = path.IsEmpty(); in Stroke() local
342 if (!bEmpty) { in Stroke()
/external/pdfium/fxjs/
Dcjs_document.cpp576 bool bEmpty = false; in submitForm() local
582 bEmpty = pRuntime->ToBoolean(params[2]); in submitForm()
592 bEmpty = pRuntime->ToBoolean(pRuntime->GetObjectProperty(pObj, "bEmpty")); in submitForm()
597 if (pRuntime->GetArrayLength(aFields) == 0 && bEmpty) { in submitForm()
612 if (!bEmpty && pField->GetValue().IsEmpty()) in submitForm()
/external/rust/crates/libsqlite3-sys/sqlite3/
Dsqlite3.c182094 int bEmpty = 0;
182097 bEmpty = 1;
182112 if( bEmpty==0 ){
/external/sqlite/dist/orig/
Dsqlite3.c181358 int bEmpty = 0;
181361 bEmpty = 1;
181376 if( bEmpty==0 ){
/external/sqlite/dist/
Dsqlite3.c181386 int bEmpty = 0;
181389 bEmpty = 1;
181404 if( bEmpty==0 ){