OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:isgeolocationenabled
(Results
1 - 5
of
5
) sorted by null
/external/webkit/WebCore/bindings/generic/
RuntimeEnabledFeatures.h
54
static void setGeolocationEnabled(bool isEnabled) {
isGeolocationEnabled
= isEnabled; }
55
static bool geolocationEnabled() { return
isGeolocationEnabled
; }
88
static bool
isGeolocationEnabled
;
RuntimeEnabledFeatures.cpp
45
bool RuntimeEnabledFeatures::
isGeolocationEnabled
= true;
/external/webkit/WebKit/chromium/public/
WebRuntimeFeatures.h
66
WEBKIT_API static bool
isGeolocationEnabled
();
/external/webkit/WebKit/chromium/src/
WebRuntimeFeatures.cpp
162
bool WebRuntimeFeatures::
isGeolocationEnabled
()
/external/webkit/WebKit/chromium/
ChangeLog
[
all
...]
Completed in 1492 milliseconds