Home | History | Annotate | Download | only in printing

Lines Matching refs:Result

28   // Tri-state result for user behavior-dependent functions.
29 enum Result {
39 typedef base::Callback<void(Result)> PrintSettingsCallback;
42 // context with the select device settings. The result of the call is returned
52 virtual Result UseDefaultSettings() = 0;
55 Result UsePdfSettings();
63 virtual Result UpdatePrinterSettings(bool external_preview) = 0;
67 Result UpdatePrintSettings(const base::DictionaryValue& job_settings);
70 virtual Result InitWithSettings(const PrintSettings& settings) = 0;
78 virtual Result NewDocument(const base::string16& document_name) = 0;
81 virtual Result NewPage() = 0;
84 virtual Result PageDone() = 0;
88 virtual Result DocumentDone() = 0;
118 PrintingContext::Result OnError();