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

  /external/webkit/Source/WebCore/bindings/generic/
RuntimeEnabledFeatures.h 57 static void setGeolocationEnabled(bool isEnabled) { isGeolocationEnabled = isEnabled; }
58 static bool geolocationEnabled() { return isGeolocationEnabled; }
167 static bool isGeolocationEnabled;
RuntimeEnabledFeatures.cpp 50 bool RuntimeEnabledFeatures::isGeolocationEnabled = true;
  /external/webkit/Source/WebKit/chromium/public/
WebRuntimeFeatures.h 71 WEBKIT_API static bool isGeolocationEnabled();
  /external/webkit/Source/WebKit/chromium/src/
WebRuntimeFeatures.cpp 178 bool WebRuntimeFeatures::isGeolocationEnabled()

Completed in 556 milliseconds