Home
last modified time | relevance | path

Searched refs:ThrowParamCountMismatchException (Results 1 – 9 of 9) sorted by relevance

/external/pdfium/xfa/fxfa/parser/
Dcscript_signaturepseudomodel.cpp29 ThrowParamCountMismatchException(L"verify"); in Verify()
41 ThrowParamCountMismatchException(L"sign"); in Sign()
52 ThrowParamCountMismatchException(L"enumerate"); in Enumerate()
61 ThrowParamCountMismatchException(L"clear"); in Clear()
Dcxfa_nodelist.cpp40 ThrowParamCountMismatchException(L"append"); in Script_ListClass_Append()
55 ThrowParamCountMismatchException(L"insert"); in Script_ListClass_Insert()
71 ThrowParamCountMismatchException(L"remove"); in Script_ListClass_Remove()
86 ThrowParamCountMismatchException(L"item"); in Script_ListClass_Item()
103 ThrowParamCountMismatchException(L"namedItem"); in Script_TreelistClass_NamedItem()
Dcscript_hostpseudomodel.cpp212 ThrowParamCountMismatchException(L"gotoURL"); in GotoURL()
233 ThrowParamCountMismatchException(L"openList"); in OpenList()
280 ThrowParamCountMismatchException(L"response"); in Response()
344 ThrowParamCountMismatchException(L"resetData"); in ResetData()
395 ThrowParamCountMismatchException(L"beep"); in Beep()
414 ThrowParamCountMismatchException(L"setFocus"); in SetFocus()
467 ThrowParamCountMismatchException(L"messageBox"); in MessageBox()
540 ThrowParamCountMismatchException(L"print"); in Print()
606 ThrowParamCountMismatchException(L"importData"); in ImportData()
615 ThrowParamCountMismatchException(L"exportData"); in ExportData()
Dcxfa_node.cpp997 ThrowParamCountMismatchException(L"resolveNode"); in Script_TreeClass_ResolveNode()
1040 ThrowParamCountMismatchException(L"resolveNodes"); in Script_TreeClass_ResolveNodes()
1181 ThrowParamCountMismatchException(L"applyXSL"); in Script_NodeClass_ApplyXSL()
1194 ThrowParamCountMismatchException(L"assignNode"); in Script_NodeClass_AssignNode()
1218 ThrowParamCountMismatchException(L"clone"); in Script_NodeClass_Clone()
1230 ThrowParamCountMismatchException(L"getAttribute"); in Script_NodeClass_GetAttribute()
1245 ThrowParamCountMismatchException(L"getElement"); in Script_NodeClass_GetElement()
1264 ThrowParamCountMismatchException(L"isPropertySpecified"); in Script_NodeClass_IsPropertySpecified()
1300 ThrowParamCountMismatchException(L"loadXML"); in Script_NodeClass_LoadXML()
1418 ThrowParamCountMismatchException(L"saveXML"); in Script_NodeClass_SaveXML()
[all …]
Dcscript_layoutpseudomodel.cpp68 ThrowParamCountMismatchException(methodName); in HWXY()
181 ThrowParamCountMismatchException(L"pageSpan"); in PageSpan()
347 ThrowParamCountMismatchException(L"pageContent"); in PageContent()
415 ThrowParamCountMismatchException(L"absPageInBatch"); in AbsPageInBatch()
426 ThrowParamCountMismatchException(L"sheetInBatch"); in SheetInBatch()
460 ThrowParamCountMismatchException(methodName); in PageImp()
Dcxfa_object.cpp56 void CXFA_Object::ThrowParamCountMismatchException( in ThrowParamCountMismatchException() function in CXFA_Object
Dxfa_object.h98 void ThrowParamCountMismatchException(const CFX_WideString& method) const;
/external/pdfium/xfa/fxfa/fm2js/
Dxfa_fm2jscontext.cpp515 ToJSContext(pThis, nullptr)->ThrowParamCountMismatchException(L"Abs"); in Abs()
604 ToJSContext(pThis, nullptr)->ThrowParamCountMismatchException(L"Ceil"); in Ceil()
677 ToJSContext(pThis, nullptr)->ThrowParamCountMismatchException(L"Floor"); in Floor()
845 pContext->ThrowParamCountMismatchException(L"Mod"); in Mod()
881 pContext->ThrowParamCountMismatchException(L"Round"); in Round()
1002 ToJSContext(pThis, nullptr)->ThrowParamCountMismatchException(L"Date"); in Date()
1027 ToJSContext(pThis, nullptr)->ThrowParamCountMismatchException(L"Date2Num"); in Date2Num()
1077 ToJSContext(pThis, nullptr)->ThrowParamCountMismatchException(L"Date2Num"); in DateFmt()
1115 ->ThrowParamCountMismatchException(L"IsoDate2Num"); in IsoDate2Num()
1136 pContext->ThrowParamCountMismatchException(L"IsoTime2Num"); in IsoTime2Num()
[all …]
Dxfa_fm2jscontext.h464 void ThrowParamCountMismatchException(const CFX_WideString& method) const;