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

  /external/chromium/chrome/browser/google/
google_url_tracker.h 164 class GoogleURLTrackerInfoBarDelegate : public ConfirmInfoBarDelegate {
166 GoogleURLTrackerInfoBarDelegate(TabContents* tab_contents,
176 virtual ~GoogleURLTrackerInfoBarDelegate();
186 DISALLOW_COPY_AND_ASSIGN(GoogleURLTrackerInfoBarDelegate);
google_url_tracker.cc 32 InfoBarDelegate* infobar = new GoogleURLTrackerInfoBarDelegate(tab_contents,
40 // GoogleURLTrackerInfoBarDelegate --------------------------------------------
42 GoogleURLTrackerInfoBarDelegate::GoogleURLTrackerInfoBarDelegate(
51 bool GoogleURLTrackerInfoBarDelegate::Accept() {
57 bool GoogleURLTrackerInfoBarDelegate::Cancel() {
62 void GoogleURLTrackerInfoBarDelegate::InfoBarClosed() {
67 GoogleURLTrackerInfoBarDelegate::~GoogleURLTrackerInfoBarDelegate() {
70 string16 GoogleURLTrackerInfoBarDelegate::GetMessageText() const
    [all...]

Completed in 25 milliseconds