Home | History | Annotate | Download | only in javascript

Lines Matching defs:bUI

50   bUI = true;
382 bool bUI = iLength > 0 ? params[0].ToBool(pRuntime) : true;
396 pFormFillEnv->JS_docmailForm(textBuf.GetBuffer(), textBuf.GetLength(), bUI,
411 bool bUI = true;
428 bUI = pprintparamsObj->bUI;
442 bUI = params[0].ToBool(pRuntime);
460 m_pFormFillEnv->JS_docprint(bUI, nStart, nEnd, bSilent, bShrinkToFit,
689 bool bUI = true;
697 bUI = params[0].ToBool(pRuntime);
712 v8::Local<v8::Value> pValue = pRuntime->GetObjectProperty(pObj, L"bUI");
713 bUI = CJS_Value(pRuntime, pValue).ToBool(pRuntime);
733 pFormFillEnv->JS_docmailForm(nullptr, 0, bUI, cTo.c_str(), cSubject.c_str(),