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 98 private boolean geolocationEnabled;
252 s.setGeolocationEnabled(b.geolocationEnabled);
415 geolocationEnabled = p.getBoolean("enable_geolocation", geolocationEnabled);
665 geolocationEnabled = true;
  /external/webkit/WebCore/page/
Settings.h 351 bool geolocationEnabled() const { return m_geolocationEnabled; }

Completed in 184 milliseconds