HomeSort by relevance Sort by last modified time
    Searched defs:CloudPrintFlowHandler (Results 1 - 2 of 2) sorted by null

  /external/chromium/chrome/browser/printing/
print_dialog_cloud_internal.h 85 // The CloudPrintFlowHandler connects the state machine (the UI delegate)
92 class CloudPrintFlowHandler : public WebUIMessageHandler,
95 explicit CloudPrintFlowHandler(const FilePath& path_to_file,
98 virtual ~CloudPrintFlowHandler();
134 DISALLOW_COPY_AND_ASSIGN(CloudPrintFlowHandler);
167 CloudPrintHtmlDialogDelegate(CloudPrintFlowHandler* flow_handler,
173 CloudPrintFlowHandler* flow_handler_;
print_dialog_cloud.cc 61 // CloudPrintFlowHandler, a class which is responsible for the actual
68 // ownership of the CloudPrintFlowHandler is handed over. A pointer
73 // CloudPrintFlowHandler::RegisterMessages. This is where the
224 CloudPrintFlowHandler::CloudPrintFlowHandler(const FilePath& path_to_file,
232 CloudPrintFlowHandler::~CloudPrintFlowHandler() {
238 void CloudPrintFlowHandler::SetDialogDelegate(
250 void CloudPrintFlowHandler::CancelAnyRunningTask() {
258 void CloudPrintFlowHandler::RegisterMessages()
    [all...]

Completed in 7016 milliseconds