Home
last modified time | relevance | path

Searched refs:isGeolocationEnabled (Results 1 – 5 of 5) sorted by relevance

/external/webkit/Source/WebCore/bindings/generic/
DRuntimeEnabledFeatures.h57 static void setGeolocationEnabled(bool isEnabled) { isGeolocationEnabled = isEnabled; } in setGeolocationEnabled()
58 static bool geolocationEnabled() { return isGeolocationEnabled; } in geolocationEnabled()
167 static bool isGeolocationEnabled; variable
DRuntimeEnabledFeatures.cpp50 bool RuntimeEnabledFeatures::isGeolocationEnabled = true; member in WebCore::RuntimeEnabledFeatures
/external/webkit/Source/WebKit/chromium/public/
DWebRuntimeFeatures.h71 WEBKIT_API static bool isGeolocationEnabled();
/external/webkit/Source/WebKit/chromium/src/
DWebRuntimeFeatures.cpp178 bool WebRuntimeFeatures::isGeolocationEnabled() in isGeolocationEnabled() function in WebKit::WebRuntimeFeatures
/external/webkit/Source/WebKit/chromium/
DChangeLog-2011-02-1625388 (WebKit::WebRuntimeFeatures::isGeolocationEnabled):