Home
last modified time | relevance | path

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

/external/pdfium/fxjs/xfa/
Dcjx_template.cpp42 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()
Dcjx_signaturepseudomodel.cpp50 return CJS_Result::Success(runtime->NewBoolean(false)); in sign()
68 return CJS_Result::Success(runtime->NewBoolean(false)); in clear()
Dcjx_field.cpp70 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()
Dcjx_subform.cpp83 return CJS_Result::Success(runtime->NewBoolean(false)); in execValidate()
88 runtime->NewBoolean(iRet != XFA_EventError::kError)); in execValidate()
Dcjx_form.cpp125 return CJS_Result::Success(runtime->NewBoolean(false)); in execValidate()
130 runtime->NewBoolean(iRet != XFA_EventError::kError)); in execValidate()
Dcjx_exclgroup.cpp84 return CJS_Result::Success(runtime->NewBoolean(false)); in execValidate()
89 runtime->NewBoolean(iRet != XFA_EventError::kError)); in execValidate()
Dcjx_manifest.cpp37 runtime->NewBoolean(GetXFANode()->IsWidgetReady())); in evaluate()
Dcjx_wsdlconnection.cpp37 return CJS_Result::Success(runtime->NewBoolean(false)); in execute()
Dcjx_node.cpp186 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()
Dcjx_model.cpp86 runtime->NewBoolean(TryNamespace().value_or(WideString()) == nameSpace)); in isCompatibleNS()
/external/pdfium/fxjs/
Dcjs_event.cpp97 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()
Dcjs_field.cpp830 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 …]
Dcfx_v8_unittest.cpp98 TEST_F(CFXV8UnitTest, NewBoolean) { in TEST_F() argument
103 auto boolz = cfx_v8()->NewBoolean(true); in TEST_F()
112 boolz = cfx_v8()->NewBoolean(false); in TEST_F()
Dcfx_v8.h32 v8::Local<v8::Boolean> NewBoolean(bool b);
Dcjs_annot.cpp50 return CJS_Result::Success(pRuntime->NewBoolean(pPDFAnnot->IsHidden())); in get_hidden()
Dcjs_global.cpp195 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()
Dcfx_v8.cpp75 v8::Local<v8::Boolean> CFX_V8::NewBoolean(bool b) { in NewBoolean() function in CFX_V8
Dcjs_document.cpp160 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()
Dcjs_app.cpp117 return CJS_Result::Success(pRuntime->NewBoolean(m_bCalculate)); in get_calculate()
478 return CJS_Result::Success(pRuntime->NewBoolean(m_bRuntimeHighLight)); in get_runtime_highlight()
Dcjs_color.cpp316 return CJS_Result::Success(pRuntime->NewBoolean( in equal()