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

  /external/chromium/chrome/browser/ui/
collected_cookies_infobar_delegate.h 15 class CollectedCookiesInfoBarDelegate : public ConfirmInfoBarDelegate {
17 explicit CollectedCookiesInfoBarDelegate(TabContents* tab_contents);
30 DISALLOW_COPY_AND_ASSIGN(CollectedCookiesInfoBarDelegate);
collected_cookies_infobar_delegate.cc 14 CollectedCookiesInfoBarDelegate::CollectedCookiesInfoBarDelegate(
20 SkBitmap* CollectedCookiesInfoBarDelegate::GetIcon() const {
24 InfoBarDelegate::Type CollectedCookiesInfoBarDelegate::GetInfoBarType() const {
28 string16 CollectedCookiesInfoBarDelegate::GetMessageText() const {
32 int CollectedCookiesInfoBarDelegate::GetButtons() const {
36 string16 CollectedCookiesInfoBarDelegate::GetButtonLabel(InfoBarButton button)
42 bool CollectedCookiesInfoBarDelegate::Accept() {

Completed in 434 milliseconds