Home | History | Annotate | Download | only in extensions

Lines Matching defs:Delegate

50     : public OAuth2MintTokenFlow::Delegate,
186 class Delegate {
196 virtual ~Delegate() {}
216 ExtensionInstallPrompt::Delegate*,
255 // We *MUST* eventually call either Proceed() or Abort() on |delegate|.
263 // We *MUST* eventually call either Proceed() or Abort() on |delegate|.
264 virtual void ConfirmStandaloneInstall(Delegate* delegate,
273 // We *MUST* eventually call either Proceed() or Abort() on |delegate|.
275 Delegate* delegate,
284 // We *MUST* eventually call either Proceed() or Abort() on |delegate|.
285 virtual void ConfirmInstall(Delegate* delegate,
292 // We *MUST* eventually call either Proceed() or Abort() on |delegate|.
293 virtual void ConfirmReEnable(Delegate* delegate,
299 // We *MUST* eventually call either Proceed() or Abort() on |delegate|.
301 Delegate* delegate,
308 // We *MUST* eventually call either Proceed() or Abort() on |delegate|.
309 virtual void ConfirmPermissions(Delegate* delegate,
316 // We *MUST* eventually call either Proceed() or Abort() on |delegate|.
317 virtual void ConfirmIssueAdvice(Delegate* delegate,
324 // We *MUST* eventually call either Proceed() or Abort() on |delegate|.
326 Delegate* delegate,
370 // OAuth2MintTokenFlow::Delegate implementation:
400 // The delegate we will call Proceed/Abort on after confirmation UI.
401 Delegate* delegate_;