HomeSort by relevance Sort by last modified time
    Searched refs:MockConfirmInfoBarDelegate (Results 1 - 4 of 4) sorted by null

  /external/chromium/chrome/browser/ui/cocoa/infobars/
mock_confirm_infobar_delegate.cc 10 const char MockConfirmInfoBarDelegate::kMessage[] = "MockConfirmInfoBarMessage";
12 MockConfirmInfoBarDelegate::MockConfirmInfoBarDelegate()
24 MockConfirmInfoBarDelegate::~MockConfirmInfoBarDelegate() {
27 void MockConfirmInfoBarDelegate::InfoBarClosed() {
31 SkBitmap* MockConfirmInfoBarDelegate::GetIcon() const {
36 string16 MockConfirmInfoBarDelegate::GetMessageText() const {
41 string16 MockConfirmInfoBarDelegate::GetButtonLabel(
46 bool MockConfirmInfoBarDelegate::Accept()
    [all...]
mock_confirm_infobar_delegate.h 16 class MockConfirmInfoBarDelegate : public ConfirmInfoBarDelegate {
18 MockConfirmInfoBarDelegate();
19 virtual ~MockConfirmInfoBarDelegate();
53 DISALLOW_COPY_AND_ASSIGN(MockConfirmInfoBarDelegate);
  /external/chromium_org/chrome/browser/ui/cocoa/infobars/
mock_confirm_infobar_delegate.cc 9 const char MockConfirmInfoBarDelegate::kMessage[] = "MockConfirmInfoBarMessage";
11 MockConfirmInfoBarDelegate::MockConfirmInfoBarDelegate(Owner* owner)
23 MockConfirmInfoBarDelegate::~MockConfirmInfoBarDelegate() {
28 int MockConfirmInfoBarDelegate::GetIconID() const {
33 string16 MockConfirmInfoBarDelegate::GetMessageText() const {
38 string16 MockConfirmInfoBarDelegate::GetButtonLabel(
43 bool MockConfirmInfoBarDelegate::Accept() {
48 bool MockConfirmInfoBarDelegate::Cancel()
    [all...]
mock_confirm_infobar_delegate.h 13 class MockConfirmInfoBarDelegate : public ConfirmInfoBarDelegate {
24 explicit MockConfirmInfoBarDelegate(Owner* owner);
25 virtual ~MockConfirmInfoBarDelegate();
57 DISALLOW_COPY_AND_ASSIGN(MockConfirmInfoBarDelegate);

Completed in 441 milliseconds