Home
last modified time | relevance | path

Searched refs:ThrowTooManyOccurancesException (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/fxjs/xfa/
Dcjx_instancemanager.cpp39 ThrowTooManyOccurancesException(L"min"); in SetInstances()
45 ThrowTooManyOccurancesException(L"max"); in SetInstances()
Dcjx_object.h217 void ThrowTooManyOccurancesException(const WideString& obj) const;
Dcjx_object.cpp180 void CJX_Object::ThrowTooManyOccurancesException(const WideString& obj) const { in ThrowTooManyOccurancesException() function in CJX_Object