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

  /external/chromium_org/content/browser/geolocation/
geolocation_provider_impl.h 106 LocationArbitrator* arbitrator_; member in class:content::GeolocationProviderImpl
location_arbitrator_impl_unittest.cc 116 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_ != NULL)
    [all...]

Completed in 2379 milliseconds