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

  /external/chromium_org/chrome/browser/geolocation/
geolocation_infobar_delegate.h 20 class GeolocationInfoBarDelegate : public ConfirmInfoBarDelegate {
31 GeolocationInfoBarDelegate(PermissionQueueController* controller,
36 virtual ~GeolocationInfoBarDelegate();
73 DISALLOW_COPY_AND_ASSIGN(GeolocationInfoBarDelegate);
geolocation_infobar_delegate.cc 25 typedef GeolocationInfoBarDelegate DelegateType;
65 InfoBar* GeolocationInfoBarDelegate::Create(
81 GeolocationInfoBarDelegate::GeolocationInfoBarDelegate(
96 GeolocationInfoBarDelegate::~GeolocationInfoBarDelegate() {
101 bool GeolocationInfoBarDelegate::Accept() {
108 void GeolocationInfoBarDelegate::SetPermission(bool update_content_setting,
116 void GeolocationInfoBarDelegate::InfoBarDismissed() {
122 int GeolocationInfoBarDelegate::GetIconID() const
    [all...]

Completed in 407 milliseconds