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

  /external/chromium_org/chrome/browser/ui/startup/
google_api_keys_infobar_delegate.h 16 class GoogleApiKeysInfoBarDelegate : public ConfirmInfoBarDelegate {
23 GoogleApiKeysInfoBarDelegate();
24 virtual ~GoogleApiKeysInfoBarDelegate();
31 DISALLOW_COPY_AND_ASSIGN(GoogleApiKeysInfoBarDelegate);
google_api_keys_infobar_delegate.cc 17 void GoogleApiKeysInfoBarDelegate::Create(InfoBarService* infobar_service) {
22 scoped_ptr<ConfirmInfoBarDelegate>(new GoogleApiKeysInfoBarDelegate())));
25 GoogleApiKeysInfoBarDelegate::GoogleApiKeysInfoBarDelegate()
29 GoogleApiKeysInfoBarDelegate::~GoogleApiKeysInfoBarDelegate() {
32 base::string16 GoogleApiKeysInfoBarDelegate::GetMessageText() const {
36 int GoogleApiKeysInfoBarDelegate::GetButtons() const {
40 base::string16 GoogleApiKeysInfoBarDelegate::GetLinkText() const {
44 bool GoogleApiKeysInfoBarDelegate::LinkClicked
    [all...]

Completed in 46 milliseconds