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

  /external/chromium/chrome/browser/google/
google_url_tracker_unittest.cc 56 // TestInfoBarDelegate --------------------------------------------------------
58 class TestInfoBarDelegate : public InfoBarDelegate {
60 TestInfoBarDelegate(GoogleURLTracker* google_url_tracker,
67 virtual ~TestInfoBarDelegate();
76 TestInfoBarDelegate::TestInfoBarDelegate(GoogleURLTracker* google_url_tracker,
83 TestInfoBarDelegate::~TestInfoBarDelegate() {
86 InfoBar* TestInfoBarDelegate::CreateInfoBar() {
94 return new TestInfoBarDelegate(google_url_tracker, new_google_url)
    [all...]
  /external/chromium_org/chrome/browser/google/
google_url_tracker_unittest.cc 30 // TestInfoBarDelegate --------------------------------------------------------
32 class TestInfoBarDelegate : public GoogleURLTrackerInfoBarDelegate {
47 TestInfoBarDelegate(GoogleURLTrackerTest* test_harness,
51 virtual ~TestInfoBarDelegate();
60 DISALLOW_COPY_AND_ASSIGN(TestInfoBarDelegate);
193 // TestInfoBarDelegate above, to make everything continue to work.
202 // Called by TestInfoBarDelegate::Close().
454 return TestInfoBarDelegate::Create(this, infobar_service, google_url_tracker,
459 // TestInfoBarDelegate --------------------------------------------------------
464 GoogleURLTrackerInfoBarDelegate* TestInfoBarDelegate::Create
    [all...]

Completed in 83 milliseconds