OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:isGeolocationEnabled
(Results
1 - 3
of
3
) sorted by null
/external/webkit/Source/WebCore/bindings/generic/
RuntimeEnabledFeatures.cpp
50
bool RuntimeEnabledFeatures::
isGeolocationEnabled
= true;
RuntimeEnabledFeatures.h
57
static void setGeolocationEnabled(bool isEnabled) {
isGeolocationEnabled
= isEnabled; }
58
static bool geolocationEnabled() { return
isGeolocationEnabled
; }
167
static bool
isGeolocationEnabled
;
/external/webkit/Source/WebKit/chromium/src/
WebRuntimeFeatures.cpp
178
bool WebRuntimeFeatures::
isGeolocationEnabled
()
Completed in 411 milliseconds