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

/external/chromium_org/content/browser/geolocation/
H A Dgeolocation_provider_impl.h91 LocationArbitrator* arbitrator_; member in class:content::GeolocationProviderImpl
H A Dlocation_arbitrator_impl_unittest.cc116 arbitrator_.reset(new TestingLocationArbitrator(
141 return arbitrator_->cell_;
145 return arbitrator_->gps_;
150 scoped_ptr<TestingLocationArbitrator> arbitrator_; member in class:content::GeolocationLocationArbitratorTest
156 EXPECT_TRUE(arbitrator_ != NULL);
157 arbitrator_.reset();
162 EXPECT_FALSE(arbitrator_->HasPermissionBeenGranted());
163 arbitrator_->OnPermissionGranted();
164 EXPECT_TRUE(arbitrator_->HasPermissionBeenGranted());
173 ASSERT_TRUE(arbitrator_ !
[all...]

Completed in 143 milliseconds