Home | History | Annotate | Download | only in public

Lines Matching full:available

32 // Interface for checking whether sections of the file are available.
37 // Reports if the specified data section is currently available. A section is
38 // available if all bytes in the section are available.
48 // is available.
86 // section might be already available. The download manager must deal with
100 // PDF_DATA_NOTAVAIL: Data not yet available.
101 // PDF_DATA_AVAIL: Data available.
108 // Once all data is available, call |FPDFAvail_GetDocument| to get a document
125 // Get the page number for the first available page in a linearized PDF.
129 // Returns the zero-based index for the first available page.
131 // For most linearized PDFs, the first available page will be the first page,
132 // however, some PDFs might make another page the first available page.
142 // |page_index| is not available.
146 // PDF_DATA_NOTAVAIL: Data not yet available.
147 // PDF_DATA_AVAIL: Data available.
169 // PDF_FORM_NOTAVAIL: Data not available.
170 // PDF_FORM_AVAIL: Data available.