Searched refs:_IPDF_JsPlatform (Results 1 – 1 of 1) sorted by relevance
/external/pdfium/public/ |
D | fpdf_formfill.h | 19 typedef struct _IPDF_JsPlatform struct 54 …int (*app_alert)(struct _IPDF_JsPlatform* pThis, FPDF_WIDESTRING Msg, FPDF_WIDESTRING Title, int T… argument 74 void (*app_beep)(struct _IPDF_JsPlatform* pThis, int nType); argument 100 …int (*app_response)(struct _IPDF_JsPlatform* pThis, FPDF_WIDESTRING Question, FPDF_WIDESTRING Titl… argument 122 int (*Doc_getFilePath)(struct _IPDF_JsPlatform* pThis, void* filePath, int length); argument 147 …void (*Doc_mail)(struct _IPDF_JsPlatform* pThis,void* mailData, int length,FPDF_BOOL bUI, FPDF_WID… argument 168 …void (*Doc_print)(struct _IPDF_JsPlatform* pThis, FPDF_BOOL bUI, int nStart, int nEnd, FPDF_BOOL b… argument 186 …void (*Doc_submitForm)(struct _IPDF_JsPlatform* pThis,void* formData, int length, FPDF_WIDESTRING … argument 202 void (*Doc_gotoPage)(struct _IPDF_JsPlatform* pThis, int nPageNum); argument 219 int (*Field_browse)(struct _IPDF_JsPlatform* pThis,void* filePath, int length); argument
|