/external/pdfium/fxjs/ |
D | cfx_v8_unittest.cpp | 46 EXPECT_FALSE(cfx_v8()->ToBoolean(empty)); in TEST_F() 74 EXPECT_FALSE(cfx_v8()->ToBoolean(nullz)); in TEST_F() 89 EXPECT_FALSE(cfx_v8()->ToBoolean(undef)); in TEST_F() 104 EXPECT_TRUE(cfx_v8()->ToBoolean(boolz)); in TEST_F() 113 EXPECT_FALSE(cfx_v8()->ToBoolean(boolz)); in TEST_F() 128 EXPECT_TRUE(cfx_v8()->ToBoolean(num)); in TEST_F() 143 EXPECT_TRUE(cfx_v8()->ToBoolean(str)); in TEST_F() 152 EXPECT_TRUE(cfx_v8()->ToBoolean(str2)); in TEST_F() 167 EXPECT_TRUE(cfx_v8()->ToBoolean(date)); in TEST_F() 194 EXPECT_TRUE(cfx_v8()->ToBoolean(array)); in TEST_F() [all …]
|
D | cjs_document.cpp | 169 pRuntime->ToBoolean(vp) ? m_pFormFillEnv->SetChangeMark() in set_dirty() 323 bUI = pRuntime->ToBoolean(newParams[0]); in mailDoc() 375 bUI = pRuntime->ToBoolean(newParams[0]); in mailForm() 412 bUI = pRuntime->ToBoolean(newParams[0]); in print() 424 bSilent = pRuntime->ToBoolean(newParams[3]); in print() 428 bShrinkToFit = pRuntime->ToBoolean(newParams[4]); in print() 432 bPrintAsImage = pRuntime->ToBoolean(newParams[5]); in print() 436 bReverse = pRuntime->ToBoolean(newParams[6]); in print() 440 bAnnotations = pRuntime->ToBoolean(newParams[7]); in print() 581 bFDF = pRuntime->ToBoolean(params[1]); in submitForm() [all …]
|
D | cjs_app.cpp | 123 m_bCalculate = pRuntime->ToBoolean(vp); in set_calculate() 432 bool bUI = pRuntime->ToBoolean(newParams[0]); in mailMsg() 477 m_bRuntimeHighLight = pRuntime->ToBoolean(vp); in set_runtime_highlight() 541 bPassword = pRuntime->ToBoolean(newParams[3]); in response()
|
D | cfx_v8.h | 38 bool ToBoolean(v8::Local<v8::Value> pValue);
|
D | cjs_annot.cpp | 56 bool bHidden = pRuntime->ToBoolean(vp); in set_hidden()
|
D | cjs_global.cpp | 236 pRuntime->ToBoolean(vp), ByteString(), in SetProperty() 284 it->second->bPersistent = pRuntime->ToBoolean(params[1]); in setPersistent() 402 pObjElement->dData = pRuntime->ToBoolean(v); in ObjectToArray()
|
D | cfx_v8.cpp | 106 bool CFX_V8::ToBoolean(v8::Local<v8::Value> pValue) { in ToBoolean() function in CFX_V8
|
D | cjs_field.cpp | 1154 SetDelay(pRuntime->ToBoolean(vp)); in set_delay() 1351 AddDelay_Bool(FP_HIDDEN, pRuntime->ToBoolean(vp)); in set_hidden() 1354 pRuntime->ToBoolean(vp)); in set_hidden() 1584 if (pRuntime->ToBoolean(vp)) in set_print() 1609 if (pRuntime->ToBoolean(vp)) in set_print() 1666 const bool bReadOnly = pRuntime->ToBoolean(vp); in set_readonly() 2286 bCheckit = pRuntime->ToBoolean(params[1]); in checkThisBox() 2379 bExport = pRuntime->ToBoolean(params[1]); in getItemAt()
|
D | cjs_publicmethods.cpp | 615 bool bCurrencyPrepend = pRuntime->ToBoolean(params[5]); in AFNumber_Format() 806 bool bPercentPrepend = params.size() > 2 && pRuntime->ToBoolean(params[2]); in AFPercent_Format() 1396 bool bGreaterThan = pRuntime->ToBoolean(params[0]); in AFRange_Validate() 1398 bool bLessThan = pRuntime->ToBoolean(params[2]); in AFRange_Validate()
|
D | cjs_event.cpp | 141 pEvent->Rc() = pRuntime->ToBoolean(vp); in set_rc()
|
D | cjs_util.cpp | 212 if (iSize > 2 && pRuntime->ToBoolean(params[2])) in printd()
|
/external/pdfium/core/fpdfapi/parser/ |
D | cpdf_boolean.h | 36 inline CPDF_Boolean* ToBoolean(CPDF_Object* obj) { in ToBoolean() function 40 inline const CPDF_Boolean* ToBoolean(const CPDF_Object* obj) { in ToBoolean() function
|
D | cpdf_array.cpp | 137 return ToBoolean(p) ? p->GetInteger() != 0 : bDefault; in GetBooleanAt()
|
D | cpdf_dictionary.cpp | 130 return ToBoolean(p) ? p->GetInteger() != 0 : bDefault; in GetBooleanFor()
|
/external/pdfium/fxjs/xfa/ |
D | cjx_hostpseudomodel.cpp | 539 if (runtime->ToBoolean(params[0])) in print() 541 if (runtime->ToBoolean(params[3])) in print() 543 if (runtime->ToBoolean(params[4])) in print() 545 if (runtime->ToBoolean(params[5])) in print() 547 if (runtime->ToBoolean(params[6])) in print() 549 if (runtime->ToBoolean(params[7])) in print() 583 XDP = runtime->ToBoolean(params[1]); in exportData()
|
D | cjx_node.cpp | 139 CXFA_Node* pCloneNode = GetXFANode()->Clone(runtime->ToBoolean(params[0])); in clone() 187 bool bParent = params.size() < 2 || runtime->ToBoolean(params[1]); in isPropertySpecified() 210 bIgnoreRoot = runtime->ToBoolean(params[1]); in loadXML() 214 bOverwrite = runtime->ToBoolean(params[2]); in loadXML()
|
D | cjx_instancemanager.cpp | 229 fFlags = runtime->ToBoolean(params[0]); in addInstance() 266 bBind = runtime->ToBoolean(params[1]); in insertInstance()
|
D | cfxjse_value.h | 40 bool ToBoolean(v8::Isolate* pIsolate) const;
|
D | cfxjse_value.cpp | 305 bool CFXJSE_Value::ToBoolean(v8::Isolate* pIsolate) const { in ToBoolean() function in CFXJSE_Value
|
D | cjx_layoutpseudomodel.cpp | 365 bOnPageArea = runtime->ToBoolean(params[2]); in pageContent()
|
D | cfxjse_resolveprocessor.cpp | 730 if (!exec_result.status || !exec_result.value->ToBoolean(pIsolate)) { in DoPredicateFilter()
|
/external/pdfium/xfa/fxfa/parser/ |
D | cxfa_node.cpp | 2825 exec_result.value->ToBoolean(pContext->GetIsolate())}; in ExecuteBoolScript()
|