Searched refs:NewBoolean (Results 1 – 20 of 20) sorted by relevance
42 return CJS_Result::Success(runtime->NewBoolean(true)); in formNodes()62 runtime->NewBoolean(GetXFANode()->IsWidgetReady())); in execInitialize()71 return CJS_Result::Success(runtime->NewBoolean(true)); in recalculate()81 runtime->NewBoolean(GetXFANode()->IsWidgetReady())); in execCalculate()91 runtime->NewBoolean(GetXFANode()->IsWidgetReady())); in execValidate()
50 return CJS_Result::Success(runtime->NewBoolean(false)); in sign()68 return CJS_Result::Success(runtime->NewBoolean(false)); in clear()
70 runtime->NewBoolean(iRet != XFA_EventError::kError)); in execEvent()98 return CJS_Result::Success(runtime->NewBoolean(bValue)); in deleteItem()150 return CJS_Result::Success(runtime->NewBoolean(state != 0)); in getItemState()239 return CJS_Result::Success(runtime->NewBoolean(false)); in execValidate()244 runtime->NewBoolean(iRet != XFA_EventError::kError)); in execValidate()
83 return CJS_Result::Success(runtime->NewBoolean(false)); in execValidate()88 runtime->NewBoolean(iRet != XFA_EventError::kError)); in execValidate()
125 return CJS_Result::Success(runtime->NewBoolean(false)); in execValidate()130 runtime->NewBoolean(iRet != XFA_EventError::kError)); in execValidate()
84 return CJS_Result::Success(runtime->NewBoolean(false)); in execValidate()89 runtime->NewBoolean(iRet != XFA_EventError::kError)); in execValidate()
37 runtime->NewBoolean(GetXFANode()->IsWidgetReady())); in evaluate()
37 return CJS_Result::Success(runtime->NewBoolean(false)); in execute()
186 return CJS_Result::Success(runtime->NewBoolean(true)); in isPropertySpecified()190 return CJS_Result::Success(runtime->NewBoolean(false)); in isPropertySpecified()201 return CJS_Result::Success(runtime->NewBoolean(bHas)); in isPropertySpecified()
86 runtime->NewBoolean(TryNamespace().value_or(WideString()) == nameSpace)); in isCompatibleNS()
97 return CJS_Result::Success(pRuntime->NewBoolean(pEvent->FieldFull())); in get_field_full()107 return CJS_Result::Success(pRuntime->NewBoolean(pEvent->KeyDown())); in get_key_down()117 return CJS_Result::Success(pRuntime->NewBoolean(pEvent->Modifier())); in get_modifier()136 return CJS_Result::Success(pRuntime->NewBoolean(pEvent->Rc())); in get_rc()208 return CJS_Result::Success(pRuntime->NewBoolean(pEvent->Shift())); in get_shift()294 return CJS_Result::Success(pRuntime->NewBoolean(pEvent->WillCommit())); in get_will_commit()
830 pRuntime->NewBoolean(pFormControl->GetIconFit().GetFittingBounds())); in get_button_fit_bounds()882 pRuntime->NewBoolean(!pFormControl->GetIconFit().IsProportionalScale())); in get_button_scale_how()982 return CJS_Result::Success(pRuntime->NewBoolean( in get_comb()1004 return CJS_Result::Success(pRuntime->NewBoolean( in get_commit_on_sel_change()1109 return CJS_Result::Success(pRuntime->NewBoolean( in get_do_not_scroll()1132 return CJS_Result::Success(pRuntime->NewBoolean( in get_do_not_spell_check()1145 return CJS_Result::Success(pRuntime->NewBoolean(m_bDelay)); in get_delay()1211 return CJS_Result::Success(pRuntime->NewBoolean( in get_editable()1280 return CJS_Result::Success(pRuntime->NewBoolean( in get_file_select()1340 pRuntime->NewBoolean(pdfium::annotation_flags::kInvisible & dwFlags || in get_hidden()[all …]
98 TEST_F(CFXV8UnitTest, NewBoolean) { in TEST_F() argument103 auto boolz = cfx_v8()->NewBoolean(true); in TEST_F()112 boolz = cfx_v8()->NewBoolean(false); in TEST_F()
32 v8::Local<v8::Boolean> NewBoolean(bool b);
50 return CJS_Result::Success(pRuntime->NewBoolean(pPDFAnnot->IsHidden())); in get_hidden()
195 return CJS_Result::Success(pRuntime->NewBoolean(pData->bData)); in GetProperty()294 pRuntime->NewBoolean(pData->data.bData == 1)); in UpdateGlobalPersistentVariables()432 pRuntime->NewBoolean(pObjData->bData == 1)); in PutObjectProperty()
75 v8::Local<v8::Boolean> CFX_V8::NewBoolean(bool b) { in NewBoolean() function in CFX_V8
160 pRuntime->NewBoolean(!!m_pFormFillEnv->GetChangeMark())); in get_dirty()713 pRuntime->NewBoolean(!!pValueObj->GetInteger())); in get_info()761 return CJS_Result::Success(pRuntime->NewBoolean(m_bDelay)); in get_delay()853 return CJS_Result::Success(pRuntime->NewBoolean(true)); in get_external()916 pRuntime->NewBoolean(!!pInteractiveForm->IsCalculateEnabled())); in get_calculate()
117 return CJS_Result::Success(pRuntime->NewBoolean(m_bCalculate)); in get_calculate()478 return CJS_Result::Success(pRuntime->NewBoolean(m_bRuntimeHighLight)); in get_runtime_highlight()
316 return CJS_Result::Success(pRuntime->NewBoolean( in equal()