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

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

Completed in 50 milliseconds