HasPermissionBeenGranted 32 content/browser/geolocation/location_arbitrator.h virtual bool HasPermissionBeenGranted() const = 0; HasPermissionBeenGranted 48 content/browser/geolocation/location_arbitrator_impl.h virtual bool HasPermissionBeenGranted() const OVERRIDE; HasPermissionBeenGranted 162 content/browser/geolocation/location_arbitrator_impl_unittest.cc EXPECT_FALSE(arbitrator_->HasPermissionBeenGranted()); HasPermissionBeenGranted 164 content/browser/geolocation/location_arbitrator_impl_unittest.cc EXPECT_TRUE(arbitrator_->HasPermissionBeenGranted()); HasPermissionBeenGranted 200 content/browser/geolocation/location_arbitrator_impl_unittest.cc EXPECT_FALSE(arbitrator_->HasPermissionBeenGranted()); HasPermissionBeenGranted 202 content/browser/geolocation/location_arbitrator_impl_unittest.cc EXPECT_TRUE(arbitrator_->HasPermissionBeenGranted()); HasPermissionBeenGranted 27 content/browser/geolocation/mock_location_arbitrator.h virtual bool HasPermissionBeenGranted() const OVERRIDE;