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

  /external/webkit/WebCore/bindings/generic/
RuntimeEnabledFeatures.h 55 static bool geolocationEnabled() { return isGeolocationEnabled; }
  /external/webkit/WebKit/chromium/src/
WebRuntimeFeatures.cpp 165 return RuntimeEnabledFeatures::geolocationEnabled();
  /packages/apps/Browser/src/com/android/browser/
BrowserSettings.java 91 private boolean geolocationEnabled;
238 s.setGeolocationEnabled(b.geolocationEnabled);
401 geolocationEnabled = p.getBoolean("enable_geolocation", geolocationEnabled);
651 geolocationEnabled = true;
  /external/webkit/WebCore/page/
Settings.h 351 bool geolocationEnabled() const { return m_geolocationEnabled; }

Completed in 126 milliseconds