HomeSort by relevance Sort by last modified time
    Searched defs:ConfirmInfoBarDelegate (Results 1 - 5 of 5) sorted by null

  /external/chromium/chrome/browser/tab_contents/
confirm_infobar_delegate.h 16 class ConfirmInfoBarDelegate : public InfoBarDelegate {
58 explicit ConfirmInfoBarDelegate(TabContents* contents);
59 virtual ~ConfirmInfoBarDelegate();
65 virtual ConfirmInfoBarDelegate* AsConfirmInfoBarDelegate() OVERRIDE;
67 DISALLOW_COPY_AND_ASSIGN(ConfirmInfoBarDelegate);
confirm_infobar_delegate.cc 11 int ConfirmInfoBarDelegate::GetButtons() const {
15 string16 ConfirmInfoBarDelegate::GetButtonLabel(InfoBarButton button) const {
19 bool ConfirmInfoBarDelegate::NeedElevation(InfoBarButton button) const {
23 bool ConfirmInfoBarDelegate::Accept() {
27 bool ConfirmInfoBarDelegate::Cancel() {
31 string16 ConfirmInfoBarDelegate::GetLinkText() {
35 bool ConfirmInfoBarDelegate::LinkClicked(WindowOpenDisposition disposition) {
39 ConfirmInfoBarDelegate::ConfirmInfoBarDelegate(TabContents* contents)
43 ConfirmInfoBarDelegate::~ConfirmInfoBarDelegate()
    [all...]
  /external/chromium_org/chrome/browser/infobars/
confirm_infobar_delegate.h 16 class ConfirmInfoBarDelegate : public InfoBarDelegate {
24 virtual ~ConfirmInfoBarDelegate();
64 ConfirmInfoBarDelegate();
68 scoped_ptr<ConfirmInfoBarDelegate> delegate);
76 virtual ConfirmInfoBarDelegate* AsConfirmInfoBarDelegate() OVERRIDE;
78 DISALLOW_COPY_AND_ASSIGN(ConfirmInfoBarDelegate);
confirm_infobar_delegate.cc 11 ConfirmInfoBarDelegate::~ConfirmInfoBarDelegate() {
15 ConfirmInfoBarDelegate::GetInfoBarAutomationType() const {
19 int ConfirmInfoBarDelegate::GetButtons() const {
23 base::string16 ConfirmInfoBarDelegate::GetButtonLabel(
28 bool ConfirmInfoBarDelegate::NeedElevation(InfoBarButton button) const {
32 bool ConfirmInfoBarDelegate::Accept() {
36 bool ConfirmInfoBarDelegate::Cancel() {
40 base::string16 ConfirmInfoBarDelegate::GetLinkText() const {
44 bool ConfirmInfoBarDelegate::LinkClicked(WindowOpenDisposition disposition)
    [all...]
  /external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/infobar/
ConfirmInfoBarDelegate.java 13 public class ConfirmInfoBarDelegate {
15 private ConfirmInfoBarDelegate() {
19 public static ConfirmInfoBarDelegate create() {
20 return new ConfirmInfoBarDelegate();

Completed in 50 milliseconds