Home
last modified time | relevance | path

Searched refs:SetNull (Results 1 – 22 of 22) sorted by relevance

/external/pdfium/xfa/fxfa/fm2js/
Dxfa_fm2jscontext.cpp521 args.GetReturnValue()->SetNull(); in Abs()
538 args.GetReturnValue()->SetNull(); in Avg()
592 args.GetReturnValue()->SetNull(); in Avg()
610 args.GetReturnValue()->SetNull(); in Ceil()
683 args.GetReturnValue()->SetNull(); in Floor()
758 args.GetReturnValue()->SetNull(); in Max()
832 args.GetReturnValue()->SetNull(); in Min()
852 args.GetReturnValue()->SetNull(); in Mod()
887 args.GetReturnValue()->SetNull(); in Round()
902 args.GetReturnValue()->SetNull(); in Round()
[all …]
/external/pdfium/core/fpdfapi/page/
Dcpdf_contentmark.cpp22 void CPDF_ContentMark::SetNull() { in SetNull() function in CPDF_ContentMark
23 m_Ref.SetNull(); in SetNull()
48 m_Ref.SetNull(); in DeleteLastMark()
Dcpdf_clippath.h29 void SetNull() { m_Ref.SetNull(); } in SetNull() function
Dcpdf_contentmark.h25 void SetNull();
Dcpdf_contentparser.cpp213 pObj->m_ClipPath.SetNull(); in Continue()
/external/dng_sdk/source/
Ddng_tone_curve.cpp30 SetNull (); in dng_tone_curve()
45 void dng_tone_curve::SetNull () in SetNull() function in dng_tone_curve
Ddng_tone_curve.h49 void SetNull ();
/external/pdfium/core/fxge/ge/
Dcfx_cliprgn.cpp23 m_Mask.SetNull(); in Reset()
78 m_Mask.SetNull(); in IntersectMaskF()
/external/pdfium/core/fxcrt/
Dcfx_shared_copy_on_write.h35 void SetNull() { m_pObject.Reset(); } in SetNull() function
/external/chromium-libpac/src/
Dproxy_resolver_v8.cc642 args.GetReturnValue().SetNull(); in DnsResolveCallback()
655 args.GetReturnValue().SetNull(); in DnsResolveExCallback()
678 args.GetReturnValue().SetNull(); in SortIpAddressListCallback()
697 args.GetReturnValue().SetNull(); in IsInNetExCallback()
/external/pdfium/fpdfsdk/javascript/
Dglobal.cpp123 vp.GetJSValue()->SetNull(pRuntime); in DoProperty()
128 vp.GetJSValue()->SetNull(pRuntime); in DoProperty()
148 vp.GetJSValue()->SetNull(pRuntime); in DoProperty()
DJS_Value.h50 void SetNull(CJS_Runtime* pRuntime);
DDocument.cpp206 vp.GetJSValue()->SetNull(pRuntime); in ADBE()
297 vRet.SetNull(pRuntime); in getField()
1168 vRet.SetNull(pRuntime); in getAnnot3D()
1236 vp.GetJSValue()->SetNull(pRuntime); in icons()
Dutil.cpp438 vRet.SetNull(pRuntime); in scand()
Dapp.cpp226 vp.GetJSValue()->SetNull(pRuntime); in activeDocs()
DJS_Value.cpp123 void CJS_Value::SetNull(CJS_Runtime* pRuntime) { in SetNull() function in CJS_Value
DPublicMethods.cpp1798 vRet.SetNull(pRuntime); in AFExtractNums()
/external/pdfium/fxjs/
Dcfxjse_value.h48 void SetNull();
Dcfxjse_value.cpp481 void CFXJSE_Value::SetNull() { in SetNull() function in CFXJSE_Value
/external/pdfium/xfa/fxfa/parser/
Dcxfa_node.cpp1015 pArguments->GetReturnValue()->SetNull(); in Script_TreeClass_ResolveNode()
1032 pArguments->GetReturnValue()->SetNull(); in Script_TreeClass_ResolveNode()
1142 pValue->SetNull(); in Script_TreeClass_Parent()
2030 pValue->SetNull(); in Script_Som_DefaultValue()
2052 pValue->SetNull(); in Script_Som_DefaultValue_Read()
2178 pValue->SetNull(); in Script_Som_DataNode()
2202 pValue->SetNull(); in Script_Draw_DefaultValue()
2245 pValue->SetNull(); in Script_Field_DefaultValue()
2376 pValue->SetNull(); in Script_Field_ParentSubform()
2461 pArguments->GetReturnValue()->SetNull(); in Script_Field_GetSaveItem()
[all …]
/external/v8/include/
Dv8.h3438 V8_INLINE void SetNull();
8740 void ReturnValue<T>::SetNull() {
/external/pdfium/core/fpdfapi/render/
Dcpdf_renderstatus.cpp1372 m_LastClipPath.SetNull(); in ProcessClipPath()