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)--*/
57 /*--cef(capi_name=cont,optional_param=download_path)--*/
62 // Callback interface used to asynchronously cancel a download.
64 /*--cef(source=library)--*/
68 // Call to cancel the download.
70 /*--cef()--*/
71 virtual void Cancel() = 0;
76 /*--cef()--*/
82 /*--cef()--*/
90 /*--cef(source=client)--*/
96 // |callback| either asynchronously or in this method to continue the download
100 /*--cef()--*/
108 // Called when a download's status or progress information has been updated.
110 // Execute |callback| either asynchronously or in this method to cancel the
114 /*--cef()--*/