Searched refs:CloudPrintWebDialogDelegate (Results 1 – 3 of 3) sorted by relevance
86 class CloudPrintWebDialogDelegate; variable117 virtual void SetDialogDelegate(CloudPrintWebDialogDelegate *delegate);131 CloudPrintWebDialogDelegate* dialog_delegate_;146 class CloudPrintWebDialogDelegate : public ui::WebDialogDelegate {148 CloudPrintWebDialogDelegate(content::BrowserContext* browser_context,155 virtual ~CloudPrintWebDialogDelegate();176 CloudPrintWebDialogDelegate(CloudPrintFlowHandler* flow_handler,189 DISALLOW_COPY_AND_ASSIGN(CloudPrintWebDialogDelegate);
300 CloudPrintWebDialogDelegate* delegate) { in SetDialogDelegate()484 CloudPrintWebDialogDelegate::CloudPrintWebDialogDelegate( in CloudPrintWebDialogDelegate() function in internal_cloud_print_helpers::CloudPrintWebDialogDelegate502 CloudPrintWebDialogDelegate::CloudPrintWebDialogDelegate( in CloudPrintWebDialogDelegate() function in internal_cloud_print_helpers::CloudPrintWebDialogDelegate527 void CloudPrintWebDialogDelegate::Init(content::BrowserContext* browser_context, in Init()545 CloudPrintWebDialogDelegate::~CloudPrintWebDialogDelegate() { in ~CloudPrintWebDialogDelegate()555 ui::ModalType CloudPrintWebDialogDelegate::GetDialogModalType() const { in GetDialogModalType()559 base::string16 CloudPrintWebDialogDelegate::GetDialogTitle() const { in GetDialogTitle()563 GURL CloudPrintWebDialogDelegate::GetDialogContentURL() const { in GetDialogContentURL()567 void CloudPrintWebDialogDelegate::GetWebUIMessageHandlers( in GetWebUIMessageHandlers()576 void CloudPrintWebDialogDelegate::GetDialogSize(gfx::Size* size) const { in GetDialogSize()[all …]
93 void(CloudPrintWebDialogDelegate* delegate));98 class MockCloudPrintWebDialogDelegate : public CloudPrintWebDialogDelegate {217 using internal_cloud_print_helpers::CloudPrintWebDialogDelegate;235 delegate_.reset(new CloudPrintWebDialogDelegate(mock_flow_handler_.get(), in SetUp()248 scoped_ptr<CloudPrintWebDialogDelegate> delegate_;