Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/parser/
Dcxfa_rectangle.cpp325 bool bEmpty = path.IsEmpty(); in Stroke() local
326 if (!bEmpty) { in Stroke()
343 bool bEmpty = path.IsEmpty(); in Stroke() local
344 if (!bEmpty) { in Stroke()
/external/pdfium/fxjs/
Dcjs_document.cpp534 bool bEmpty = false; in submitForm() local
540 bEmpty = pRuntime->ToBoolean(params[2]); in submitForm()
550 bEmpty = pRuntime->ToBoolean(pRuntime->GetObjectProperty(pObj, L"bEmpty")); in submitForm()
557 if (pRuntime->GetArrayLength(aFields) == 0 && bEmpty) { in submitForm()
573 if (!bEmpty && pField->GetValue().IsEmpty()) in submitForm()