Home
last modified time | relevance | path

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

/external/pdfium/xfa/src/fdp/include/
Dfde_xml.h100 int32_t iAttriValue) = 0;
130 int32_t iAttriValue) = 0;
/external/pdfium/xfa/src/fdp/src/xml/
Dfde_xml.h73 virtual void SetInteger(const FX_WCHAR* pwsAttriName, int32_t iAttriValue);
111 virtual void SetInteger(const FX_WCHAR* pwsAttriName, int32_t iAttriValue);
Dfde_xml.cpp590 int32_t iAttriValue) { in SetInteger() argument
592 wsValue.Format(L"%d", iAttriValue); in SetInteger()
778 int32_t iAttriValue) { in SetInteger() argument
780 wsValue.Format(L"%d", iAttriValue); in SetInteger()