Searched defs:CloudPrintWebDialogDelegate (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/printing/
H A Dprint_dialog_cloud_internal.h86 class CloudPrintWebDialogDelegate;
117 virtual void SetDialogDelegate(CloudPrintWebDialogDelegate *delegate);
131 CloudPrintWebDialogDelegate* dialog_delegate_;
146 class CloudPrintWebDialogDelegate : public ui::WebDialogDelegate { class in namespace:internal_cloud_print_helpers
148 CloudPrintWebDialogDelegate(content::BrowserContext* browser_context,
155 virtual ~CloudPrintWebDialogDelegate();
176 CloudPrintWebDialogDelegate(CloudPrintFlowHandler* flow_handler,
189 DISALLOW_COPY_AND_ASSIGN(CloudPrintWebDialogDelegate);
H A Dprint_dialog_cloud.cc72 // CloudPrintWebDialogDelegate and asks the current active browser to
78 // CloudPrintWebDialogDelegate also temporarily owns a
303 CloudPrintWebDialogDelegate* delegate) {
489 CloudPrintWebDialogDelegate::CloudPrintWebDialogDelegate( function in class:internal_cloud_print_helpers::CloudPrintWebDialogDelegate
507 CloudPrintWebDialogDelegate::CloudPrintWebDialogDelegate( function in class:internal_cloud_print_helpers::CloudPrintWebDialogDelegate
532 void CloudPrintWebDialogDelegate::Init(content::BrowserContext* browser_context,
550 CloudPrintWebDialogDelegate::~CloudPrintWebDialogDelegate() {
[all...]

Completed in 63 milliseconds