Lines Matching +full:cancel +full:- +full:in +full:- +full:progress
3 // Redistribution and use in source and binary forms, with or without
9 // * Redistributions in binary form must reproduce the above
11 // in the documentation and/or other materials provided with the
21 // A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
26 // THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
27 // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
30 // ---------------------------------------------------------------------------
32 // The contents of this file must follow a specific format in order to
33 // support the CEF translator tool. See the translator.README.txt file in the
48 /*--cef(source=library)--*/
54 /*--cef(capi_name=cont)--*/
58 // Cancel the printing.
60 /*--cef()--*/
61 virtual void Cancel() = 0;
67 /*--cef(source=library)--*/
73 /*--cef(capi_name=cont)--*/
79 // only one print job in progress at a time. The methods of this class will be
82 /*--cef(source=client)--*/
91 /*--cef()--*/
99 /*--cef()--*/
106 // Return true if the dialog will be displayed or false to cancel the
109 /*--cef()--*/
116 // completed. Return true if the job will proceed or false to cancel the job
119 /*--cef()--*/
128 /*--cef()--*/
132 // Return the PDF paper size in device units. Used in combination with
135 /*--cef()--*/