Home
last modified time | relevance | path

Searched refs:CloudPrintWebDialogDelegate (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/chrome/browser/printing/
Dprint_dialog_cloud_internal.h86 class CloudPrintWebDialogDelegate; variable
117 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);
Dprint_dialog_cloud.cc300 CloudPrintWebDialogDelegate* delegate) { in SetDialogDelegate()
484 CloudPrintWebDialogDelegate::CloudPrintWebDialogDelegate( in CloudPrintWebDialogDelegate() function in internal_cloud_print_helpers::CloudPrintWebDialogDelegate
502 CloudPrintWebDialogDelegate::CloudPrintWebDialogDelegate( in CloudPrintWebDialogDelegate() function in internal_cloud_print_helpers::CloudPrintWebDialogDelegate
527 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 …]
Dprint_dialog_cloud_unittest.cc93 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_;