OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:setgeolocationenabled
(Results
1 - 17
of
17
) sorted by null
/external/webkit/WebCore/bindings/generic/
RuntimeEnabledFeatures.h
54
static void
setGeolocationEnabled
(bool isEnabled) { isGeolocationEnabled = isEnabled; }
/external/webkit/WebKit/chromium/src/
WebSettingsImpl.h
86
virtual void
setGeolocationEnabled
(bool);
WebSettingsImpl.cpp
257
void WebSettingsImpl::
setGeolocationEnabled
(bool enabled)
259
m_settings->
setGeolocationEnabled
(enabled);
WebRuntimeFeatures.cpp
158
RuntimeEnabledFeatures::
setGeolocationEnabled
(enable);
/external/webkit/WebKit/chromium/public/
WebSettings.h
84
virtual void
setGeolocationEnabled
(bool) = 0;
/frameworks/base/docs/html/sdk/api_diff/5/changes/
android.webkit.WebSettings.html
122
<nobr><code>void</code> <A HREF="../../../../reference/android/webkit/WebSettings.html#
setGeolocationEnabled
(boolean)" target="_top"><code>
setGeolocationEnabled
</code></A>(<code>boolean</code>)</nobr>
methods_index_additions.html
[
all
...]
alldiffs_index_additions.html
[
all
...]
methods_index_all.html
[
all
...]
alldiffs_index_all.html
[
all
...]
/external/webkit/WebCore/page/
Settings.h
350
void
setGeolocationEnabled
(bool);
Settings.cpp
759
void Settings::
setGeolocationEnabled
(bool enabled)
/packages/apps/Browser/src/com/android/browser/
BrowserSettings.java
216
s.
setGeolocationEnabled
(b.geolocationEnabled);
/frameworks/base/core/java/android/webkit/
WebSettings.java
[
all
...]
/frameworks/base/docs/html/sdk/api_diff/5/
missingSinces.txt
253
NO DOC BLOCK: android.webkit.WebSettings Method
setGeolocationEnabled
(boolean)
[
all
...]
/external/webkit/WebKit/chromium/
ChangeLog
[
all
...]
/external/webkit/WebCore/
ChangeLog
[
all
...]
Completed in 606 milliseconds