LocationManager    52 chrome/browser/extensions/api/location/location_api.cc   LocationManager::Get(GetProfile())
LocationManager    66 chrome/browser/extensions/api/location/location_api.cc   LocationManager::Get(GetProfile())
LocationManager   149 chrome/browser/extensions/api/location/location_manager.cc       const base::WeakPtr<LocationManager>& location_manager,
LocationManager   194 chrome/browser/extensions/api/location/location_manager.cc   const base::WeakPtr<LocationManager> location_manager_;
LocationManager   207 chrome/browser/extensions/api/location/location_manager.cc     const base::WeakPtr<LocationManager>& location_manager,
LocationManager   271 chrome/browser/extensions/api/location/location_manager.cc         base::Bind(&LocationManager::SendLocationUpdate,
LocationManager   300 chrome/browser/extensions/api/location/location_manager.cc LocationManager::LocationManager(content::BrowserContext* context)
LocationManager   308 chrome/browser/extensions/api/location/location_manager.cc void LocationManager::AddLocationRequest(
LocationManager   330 chrome/browser/extensions/api/location/location_manager.cc void LocationManager::RemoveLocationRequest(const std::string& extension_id,
LocationManager   347 chrome/browser/extensions/api/location/location_manager.cc LocationManager::~LocationManager() {
LocationManager   350 chrome/browser/extensions/api/location/location_manager.cc void LocationManager::GeopositionToApiCoordinates(
LocationManager   368 chrome/browser/extensions/api/location/location_manager.cc void LocationManager::SendLocationUpdate(
LocationManager   400 chrome/browser/extensions/api/location/location_manager.cc void LocationManager::Observe(int type,
LocationManager   433 chrome/browser/extensions/api/location/location_manager.cc static base::LazyInstance<BrowserContextKeyedAPIFactory<LocationManager> >
LocationManager   437 chrome/browser/extensions/api/location/location_manager.cc BrowserContextKeyedAPIFactory<LocationManager>*
LocationManager   438 chrome/browser/extensions/api/location/location_manager.cc LocationManager::GetFactoryInstance() {
LocationManager   443 chrome/browser/extensions/api/location/location_manager.cc LocationManager* LocationManager::Get(content::BrowserContext* context) {
LocationManager   444 chrome/browser/extensions/api/location/location_manager.cc   return BrowserContextKeyedAPIFactory<LocationManager>::Get(context);
LocationManager    24 chrome/browser/extensions/api/location/location_manager.h class LocationManager;
LocationManager    37 chrome/browser/extensions/api/location/location_manager.h class LocationManager : public BrowserContextKeyedAPI,
LocationManager    39 chrome/browser/extensions/api/location/location_manager.h                         public base::SupportsWeakPtr<LocationManager> {
LocationManager    41 chrome/browser/extensions/api/location/location_manager.h   explicit LocationManager(content::BrowserContext* context);
LocationManager    42 chrome/browser/extensions/api/location/location_manager.h   virtual ~LocationManager();
LocationManager    58 chrome/browser/extensions/api/location/location_manager.h   static BrowserContextKeyedAPIFactory<LocationManager>* GetFactoryInstance();
LocationManager    61 chrome/browser/extensions/api/location/location_manager.h   static LocationManager* Get(content::BrowserContext* context);
LocationManager    65 chrome/browser/extensions/api/location/location_manager.h   friend class BrowserContextKeyedAPIFactory<LocationManager>;
LocationManager   101 chrome/browser/extensions/api/location/location_manager.h   DISALLOW_COPY_AND_ASSIGN(LocationManager);
LocationManager   117 chrome/browser/extensions/browser_context_keyed_service_factories.cc   extensions::LocationManager::GetFactoryInstance();
LocationManager    11 content/public/android/java/src/org/chromium/content/browser/LocationProviderFactory.java import android.location.LocationManager;
LocationManager    65 content/public/android/java/src/org/chromium/content/browser/LocationProviderFactory.java         private LocationManager mLocationManager;
LocationManager   132 content/public/android/java/src/org/chromium/content/browser/LocationProviderFactory.java             mLocationManager = (LocationManager) mContext.getSystemService(
LocationManager   185 content/public/android/java/src/org/chromium/content/browser/LocationProviderFactory.java                     LocationManager.PASSIVE_PROVIDER);
LocationManager   204 content/public/android/java/src/org/chromium/content/browser/LocationProviderFactory.java                     && providers.get(0).equals(LocationManager.PASSIVE_PROVIDER);