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;
119 virtual void SetDialogDelegate(CloudPrintWebDialogDelegate *delegate);
135 CloudPrintWebDialogDelegate* dialog_delegate_;
152 class CloudPrintWebDialogDelegate : public ui::WebDialogDelegate { class in namespace:internal_cloud_print_helpers
154 CloudPrintWebDialogDelegate(content::BrowserContext* browser_context,
163 virtual ~CloudPrintWebDialogDelegate();
188 CloudPrintWebDialogDelegate(CloudPrintFlowHandler* flow_handler,
201 DISALLOW_COPY_AND_ASSIGN(CloudPrintWebDialogDelegate);
H A Dprint_dialog_cloud.cc66 // CloudPrintWebDialogDelegate and asks the current active browser to
72 // CloudPrintWebDialogDelegate also temporarily owns a
245 CloudPrintWebDialogDelegate* delegate) {
456 CloudPrintWebDialogDelegate::CloudPrintWebDialogDelegate( function in class:internal_cloud_print_helpers::CloudPrintWebDialogDelegate
476 CloudPrintWebDialogDelegate::CloudPrintWebDialogDelegate( function in class:internal_cloud_print_helpers::CloudPrintWebDialogDelegate
501 void CloudPrintWebDialogDelegate::Init(content::BrowserContext* browser_context,
519 CloudPrintWebDialogDelegate::~CloudPrintWebDialogDelegate() {
[all...]

Completed in 84 milliseconds