HomeSort by relevance Sort by last modified time
    Searched refs:CloudPrintFlowHandler (Results 1 - 3 of 3) 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...]
print_dialog_cloud_unittest.cc 81 : public CloudPrintFlowHandler,
87 : CloudPrintFlowHandler(path, title, file_type) {}
279 // Testing for CloudPrintFlowHandler needs a mock
284 // CloudPrintFlowHandler.

Completed in 59 milliseconds