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

  /external/chromium_org/content/browser/geolocation/
geolocation_provider_impl.h 99 bool user_did_opt_into_location_services_; member in class:content::GeolocationProviderImpl
geolocation_provider_impl.cc 88 bool was_permission_granted = user_did_opt_into_location_services_;
89 user_did_opt_into_location_services_ = true;
96 return user_did_opt_into_location_services_;
125 user_did_opt_into_location_services_(false),

Completed in 75 milliseconds