Home
last modified time | relevance | path

Searched refs:NewBoolean (Results 1 – 20 of 20) sorted by relevance

/external/pdfium/fxjs/xfa/
Dcjx_template.cpp41 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()
Dcjx_signaturepseudomodel.cpp49 return CJS_Result::Success(runtime->NewBoolean(false)); in sign()
67 return CJS_Result::Success(runtime->NewBoolean(false)); in clear()
Dcjx_field.cpp68 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()
Dcjx_subform.cpp82 return CJS_Result::Success(runtime->NewBoolean(false)); in execValidate()
87 runtime->NewBoolean(iRet != XFA_EventError::kError)); in execValidate()
Dcjx_exclgroup.cpp82 return CJS_Result::Success(runtime->NewBoolean(false)); in execValidate()
87 runtime->NewBoolean(iRet != XFA_EventError::kError)); in execValidate()
Dcjx_form.cpp123 return CJS_Result::Success(runtime->NewBoolean(false)); in execValidate()
128 runtime->NewBoolean(iRet != XFA_EventError::kError)); in execValidate()
Dcjx_manifest.cpp36 runtime->NewBoolean(GetXFANode()->IsWidgetReady())); in evaluate()
Dcjx_wsdlconnection.cpp36 return CJS_Result::Success(runtime->NewBoolean(false)); in execute()
Dcjx_model.cpp87 runtime->NewBoolean(TryNamespace().value_or(WideString()) == nameSpace)); in isCompatibleNS()
Dcjx_node.cpp237 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()
/external/pdfium/fxjs/
Dcjs_event.cpp105 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()
Dcjs_field.cpp804 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 …]
Dcfx_v8_unittest.cpp94 TEST_F(FXV8UnitTest, NewBoolean) { in TEST_F() argument
99 auto boolz = cfx_v8()->NewBoolean(true); in TEST_F()
108 boolz = cfx_v8()->NewBoolean(false); in TEST_F()
Dcjs_annot.cpp51 return CJS_Result::Success(pRuntime->NewBoolean(pPDFAnnot->IsHidden())); in get_hidden()
Dcfx_v8.h30 v8::Local<v8::Boolean> NewBoolean(bool b);
Dcjs_global.cpp255 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()
Dcjs_document.cpp154 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()
Dcjs_app.cpp108 return CJS_Result::Success(pRuntime->NewBoolean(m_bCalculate)); in get_calculate()
469 return CJS_Result::Success(pRuntime->NewBoolean(m_bRuntimeHighLight)); in get_runtime_highlight()
Dcfx_v8.cpp107 v8::Local<v8::Boolean> CFX_V8::NewBoolean(bool b) { in NewBoolean() function in CFX_V8
Dcjs_color.cpp317 return CJS_Result::Success(pRuntime->NewBoolean( in equal()