HomeSort by relevance Sort by last modified time
    Searched refs:NewBoolean (Results 1 - 20 of 20) sorted by null

  /external/pdfium/fxjs/xfa/
cjx_template.cpp 35 return CJS_Return(runtime->NewBoolean(true));
54 runtime->NewBoolean(!!ToNode(GetXFAObject())->GetWidgetAcc()));
62 return CJS_Return(runtime->NewBoolean(true));
71 runtime->NewBoolean(!!ToNode(GetXFAObject())->GetWidgetAcc()));
80 runtime->NewBoolean(!!ToNode(GetXFAObject())->GetWidgetAcc()));
cjx_signaturepseudomodel.cpp 42 return CJS_Return(runtime->NewBoolean(false));
58 return CJS_Return(runtime->NewBoolean(false));
cjx_wsdlconnection.cpp 30 return CJS_Return(runtime->NewBoolean(false));
cjx_manifest.cpp 31 runtime->NewBoolean(!!ToNode(GetXFAObject())->GetWidgetAcc()));
cjx_form.cpp 118 return CJS_Return(runtime->NewBoolean(false));
122 return CJS_Return(runtime->NewBoolean(iRet != XFA_EVENTERROR_Error));
cjx_model.cpp 83 runtime->NewBoolean(TryNamespace().value_or(WideString()) == nameSpace));
cjx_subform.cpp 74 return CJS_Return(runtime->NewBoolean(false));
78 return CJS_Return(runtime->NewBoolean(iRet != XFA_EVENTERROR_Error));
cjx_field.cpp 62 return CJS_Return(runtime->NewBoolean(iRet != XFA_EVENTERROR_Error));
90 return CJS_Return(runtime->NewBoolean(bValue));
140 return CJS_Return(runtime->NewBoolean(state != 0));
228 return CJS_Return(runtime->NewBoolean(false));
232 return CJS_Return(runtime->NewBoolean(iRet != XFA_EVENTERROR_Error));
cjx_exclgroup.cpp 76 return CJS_Return(runtime->NewBoolean(false));
79 return CJS_Return(runtime->NewBoolean(iRet != XFA_EVENTERROR_Error));
cjx_node.cpp 187 return CJS_Return(runtime->NewBoolean(true));
199 return CJS_Return(runtime->NewBoolean(bHas));
  /external/pdfium/fxjs/
cjs_event.cpp 99 return CJS_Return(pRuntime->NewBoolean(pEvent->FieldFull()));
110 return CJS_Return(pRuntime->NewBoolean(pEvent->KeyDown()));
120 return CJS_Return(pRuntime->NewBoolean(pEvent->Modifier()));
140 return CJS_Return(pRuntime->NewBoolean(pEvent->Rc()));
223 return CJS_Return(pRuntime->NewBoolean(pEvent->Shift()));
301 return CJS_Return(pRuntime->NewBoolean(pEvent->WillCommit()));
cjs_annot.cpp 51 return CJS_Return(pRuntime->NewBoolean(
cjs_v8.h 40 v8::Local<v8::Boolean> NewBoolean(bool b);
cjs_field.cpp 589 pRuntime->NewBoolean(pFormControl->GetIconFit().GetFittingBounds()));
637 return CJS_Return(pRuntime->NewBoolean(
744 pRuntime->NewBoolean(!!(pFormField->GetFieldFlags() & FIELDFLAG_COMB)));
765 return CJS_Return(pRuntime->NewBoolean(
896 return CJS_Return(pRuntime->NewBoolean(
919 return CJS_Return(pRuntime->NewBoolean(
939 return CJS_Return(pRuntime->NewBoolean(m_bDelay));
    [all...]
fxjs_v8_embeddertest.cpp 120 TEST_F(FXJSV8EmbedderTest, NewBoolean) {
125 auto boolz = engine()->NewBoolean(true);
cjs_global.cpp 296 return CJS_Return(pRuntime->NewBoolean(pData->bData));
383 pRuntime->NewBoolean(pData->data.bData == 1));
516 pRuntime->NewBoolean(pObjData->bData == 1));
cjs_document.cpp 159 return CJS_Return(pRuntime->NewBoolean(!!m_pFormFillEnv->GetChangeMark()));
705 pObj, wsKey, pRuntime->NewBoolean(!!pValueObj->GetInteger()));
768 return CJS_Return(pRuntime->NewBoolean(m_bDelay));
852 return CJS_Return(pRuntime->NewBoolean(true));
    [all...]
cjs_color.cpp 301 return CJS_Return(pRuntime->NewBoolean(color1 == color2));
cjs_v8.cpp 111 v8::Local<v8::Boolean> CJS_V8::NewBoolean(bool b) {
cjs_app.cpp 114 return CJS_Return(pRuntime->NewBoolean(m_bCalculate));
478 return CJS_Return(pRuntime->NewBoolean(m_bRuntimeHighLight));

Completed in 234 milliseconds