Searched refs:NewBoolean (Results 1 – 20 of 20) sorted by relevance
41 return CJS_Result::Success(runtime->NewBoolean(true)); in formNodes()61 runtime->NewBoolean(GetXFANode()->IsWidgetReady())); in execInitialize()70 return CJS_Result::Success(runtime->NewBoolean(true)); in recalculate()80 runtime->NewBoolean(GetXFANode()->IsWidgetReady())); in execCalculate()90 runtime->NewBoolean(GetXFANode()->IsWidgetReady())); in execValidate()
49 return CJS_Result::Success(runtime->NewBoolean(false)); in sign()67 return CJS_Result::Success(runtime->NewBoolean(false)); in clear()
68 runtime->NewBoolean(iRet != XFA_EventError::kError)); in execEvent()96 return CJS_Result::Success(runtime->NewBoolean(bValue)); in deleteItem()148 return CJS_Result::Success(runtime->NewBoolean(state != 0)); in getItemState()237 return CJS_Result::Success(runtime->NewBoolean(false)); in execValidate()242 runtime->NewBoolean(iRet != XFA_EventError::kError)); in execValidate()
82 return CJS_Result::Success(runtime->NewBoolean(false)); in execValidate()87 runtime->NewBoolean(iRet != XFA_EventError::kError)); in execValidate()
123 return CJS_Result::Success(runtime->NewBoolean(false)); in execValidate()128 runtime->NewBoolean(iRet != XFA_EventError::kError)); in execValidate()
36 runtime->NewBoolean(GetXFANode()->IsWidgetReady())); in evaluate()
36 return CJS_Result::Success(runtime->NewBoolean(false)); in execute()
87 runtime->NewBoolean(TryNamespace().value_or(WideString()) == nameSpace)); in isCompatibleNS()
237 return CJS_Result::Success(runtime->NewBoolean(true)); in isPropertySpecified()241 return CJS_Result::Success(runtime->NewBoolean(false)); in isPropertySpecified()252 return CJS_Result::Success(runtime->NewBoolean(bHas)); in isPropertySpecified()
105 return CJS_Result::Success(pRuntime->NewBoolean(pEvent->FieldFull())); in get_field_full()116 return CJS_Result::Success(pRuntime->NewBoolean(pEvent->KeyDown())); in get_key_down()127 return CJS_Result::Success(pRuntime->NewBoolean(pEvent->Modifier())); in get_modifier()148 return CJS_Result::Success(pRuntime->NewBoolean(pEvent->Rc())); in get_rc()226 return CJS_Result::Success(pRuntime->NewBoolean(pEvent->Shift())); in get_shift()317 return CJS_Result::Success(pRuntime->NewBoolean(pEvent->WillCommit())); in get_will_commit()
804 pRuntime->NewBoolean(pFormControl->GetIconFit().GetFittingBounds())); in get_button_fit_bounds()855 return CJS_Result::Success(pRuntime->NewBoolean( in get_button_scale_how()963 return CJS_Result::Success(pRuntime->NewBoolean( in get_comb()985 return CJS_Result::Success(pRuntime->NewBoolean( in get_commit_on_sel_change()1090 return CJS_Result::Success(pRuntime->NewBoolean( in get_do_not_scroll()1113 return CJS_Result::Success(pRuntime->NewBoolean( in get_do_not_spell_check()1135 return CJS_Result::Success(pRuntime->NewBoolean(m_bDelay)); in get_delay()1201 return CJS_Result::Success(pRuntime->NewBoolean( in get_editable()1270 return CJS_Result::Success(pRuntime->NewBoolean( in get_file_select()1353 pRuntime->NewBoolean(pdfium::annotation_flags::kInvisible & dwFlags || in get_hidden()[all …]
94 TEST_F(FXV8UnitTest, NewBoolean) { in TEST_F() argument99 auto boolz = cfx_v8()->NewBoolean(true); in TEST_F()108 boolz = cfx_v8()->NewBoolean(false); in TEST_F()
51 return CJS_Result::Success(pRuntime->NewBoolean(pPDFAnnot->IsHidden())); in get_hidden()
30 v8::Local<v8::Boolean> NewBoolean(bool b);
255 return CJS_Result::Success(pRuntime->NewBoolean(pData->bData)); in GetProperty()340 pRuntime->NewBoolean(pData->data.bData == 1)); in UpdateGlobalPersistentVariables()477 pRuntime->NewBoolean(pObjData->bData == 1)); in PutObjectProperty()
154 pRuntime->NewBoolean(!!m_pFormFillEnv->GetChangeMark())); in get_dirty()703 pRuntime->NewBoolean(!!pValueObj->GetInteger())); in get_info()765 return CJS_Result::Success(pRuntime->NewBoolean(m_bDelay)); in get_delay()852 return CJS_Result::Success(pRuntime->NewBoolean(true)); in get_external()915 pRuntime->NewBoolean(!!pInteractiveForm->IsCalculateEnabled())); in get_calculate()
108 return CJS_Result::Success(pRuntime->NewBoolean(m_bCalculate)); in get_calculate()469 return CJS_Result::Success(pRuntime->NewBoolean(m_bRuntimeHighLight)); in get_runtime_highlight()
107 v8::Local<v8::Boolean> CFX_V8::NewBoolean(bool b) { in NewBoolean() function in CFX_V8
317 return CJS_Result::Success(pRuntime->NewBoolean( in equal()