Home | History | Annotate | Download | only in include

Lines Matching refs:hints

83  *			Download hints interface. Used to receive hints for further downloading.

105 * Called by Foxit SDK to report some downloading hints for download manager.
114 * Check whether the document is ready for loading, if not, get download hints.
118 * hints - Pointer to a download hints interface, receiving generated hints
123 * generated download hints if any, until the function returns non-zero value. Then the
126 DLLEXPORT int STDCALL FPDFAvail_IsDocAvail(FPDF_AVAIL avail, FX_DOWNLOADHINTS* hints);
161 * Check whether a page is ready for loading, if not, get download hints.
166 * hints - Pointer to a download hints interface, receiving generated hints
172 * generated download hints if any, until the function returns non-zero value. Then the
175 DLLEXPORT int STDCALL FPDFAvail_IsPageAvail(FPDF_AVAIL avail, int page_index, FX_DOWNLOADHINTS* hints);
179 * Check whether Form data is ready for init, if not, get download hints.
183 * hints - Pointer to a download hints interface, receiving generated hints
186 * Details: -1 - error, the input parameter not correct, such as hints is null.
193 * generated download hints if any, until the function returns non-zero value. Then the
197 DLLEXPORT int STDCALL FPDFAvail_IsFormAvail(FPDF_AVAIL avail, FX_DOWNLOADHINTS* hints);