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

  /external/chromium/chrome/browser/ui/cocoa/infobars/
mock_link_infobar_delegate.cc 10 const char MockLinkInfoBarDelegate::kMessage[] = "MockLinkInfoBarMessage ";
11 const char MockLinkInfoBarDelegate::kLink[] = "http://dev.chromium.org";
13 MockLinkInfoBarDelegate::MockLinkInfoBarDelegate()
23 MockLinkInfoBarDelegate::~MockLinkInfoBarDelegate() {
26 void MockLinkInfoBarDelegate::InfoBarClosed() {
30 SkBitmap* MockLinkInfoBarDelegate::GetIcon() const {
35 string16 MockLinkInfoBarDelegate::GetMessageTextWithOffset(
42 string16 MockLinkInfoBarDelegate::GetLinkText() const
    [all...]
mock_link_infobar_delegate.h 16 class MockLinkInfoBarDelegate : public LinkInfoBarDelegate {
18 MockLinkInfoBarDelegate();
19 virtual ~MockLinkInfoBarDelegate();
47 DISALLOW_COPY_AND_ASSIGN(MockLinkInfoBarDelegate);

Completed in 29 milliseconds