Searched defs:GeolocationInfoBarDelegate (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/geolocation/
H A Dgeolocation_infobar_delegate.h20 class GeolocationInfoBarDelegate : public ConfirmInfoBarDelegate { class in inherits:ConfirmInfoBarDelegate
31 GeolocationInfoBarDelegate(PermissionQueueController* controller,
36 virtual ~GeolocationInfoBarDelegate();
69 DISALLOW_COPY_AND_ASSIGN(GeolocationInfoBarDelegate);
H A Dgeolocation_infobar_delegate.cc59 infobars::InfoBar* GeolocationInfoBarDelegate::Create(
68 GeolocationInfoBarDelegate* const delegate = new GeolocationInfoBarDelegate(
78 GeolocationInfoBarDelegate::GeolocationInfoBarDelegate( function in class:GeolocationInfoBarDelegate
93 GeolocationInfoBarDelegate::~GeolocationInfoBarDelegate() {
98 bool GeolocationInfoBarDelegate::Accept() {
105 void GeolocationInfoBarDelegate::SetPermission(bool update_content_setting,
115 void GeolocationInfoBarDelegate
[all...]

Completed in 461 milliseconds