/external/webkit/WebKit/haiku/WebCoreSupport/ |
ChromeClientHaiku.cpp | 339 void ChromeClientHaiku::requestGeolocationPermissionForFrame(Frame*, Geolocation*)
|
/external/webkit/WebKit/mac/Misc/ |
WebKitErrors.m | 169 // Geolocation errors
|
/external/webkit/WebKit/mac/WebCoreSupport/ |
WebChromeClient.h | 161 virtual void requestGeolocationPermissionForFrame(WebCore::Frame*, WebCore::Geolocation*);
|
/external/webkit/WebKit/mac/WebView/ |
WebUIDelegatePrivate.h | 136 @param origin The security origin that would like to use Geolocation.
|
/external/webkit/WebKit/win/WebCoreSupport/ |
WebChromeClient.h | 148 virtual void requestGeolocationPermissionForFrame(WebCore::Frame*, WebCore::Geolocation*);
|
/packages/apps/Browser/src/com/android/browser/ |
BrowserPreferencesPage.java | 91 * origins with active features (WebStorage, Geolocation etc) could have
|
BrowserSettings.java | 250 // Set the default value for the Geolocation database path. 251 geolocationDatabasePath = ctx.getDir("geolocation", 0).getPath();
|
WebsiteSettingsActivity.java | 57 * and Geolocation. 206 // All 'HTML 5 modules' (Database, Geolocation etc) form these 608 // Show the prompt to clear all origins of their data and geolocation permissions.
|
Tab.java | 87 // The Geolocation permissions prompt [all...] |
/external/webkit/WebCore/bindings/v8/ |
V8Index.h | 525 V(GEOLOCATION, Geolocation) \ [all...] |
V8Index.cpp | 462 // Geolocation
|
/external/webkit/WebKitTools/DumpRenderTree/gtk/ |
LayoutTestControllerGtk.cpp | 364 // FIXME: Implement for Geolocation layout tests. 370 // FIXME: Implement for Geolocation layout tests.
|
/frameworks/base/core/java/android/webkit/ |
WebChromeClient.java | 235 * Geolocation permission state for the specified origin. 241 * Instructs the client to hide the Geolocation permissions prompt.
|
WebSettings.java | [all...] |
WebViewCore.java | 360 * Shows a prompt to ask the user to set the Geolocation permission state 362 * @param origin The origin for which Geolocation permissions are 380 * Hides the Geolocation permissions prompt. 567 * Provide WebCore with a Geolocation permission state for the specified 569 * @param origin The origin for which Geolocation permissions are provided. 570 * @param allow Whether Geolocation permissions are allowed. 854 // Geolocation [all...] |
CallbackProxy.java | [all...] |
/external/webkit/WebKit/wx/WebKitSupport/ |
ChromeClientWx.cpp | 440 void ChromeClientWx::requestGeolocationPermissionForFrame(Frame*, Geolocation*)
|
/frameworks/base/docs/html/sdk/ |
android-2.0-highlights.jd | 160 <li>Geolocation API support, to provide location information about the device.</li>
|
/external/webkit/WebKit/android/jni/ |
WebViewCore.h | 239 * Instruct the browser to show a Geolocation permission prompt for the 241 * @param origin The origin of the frame requesting Geolocation 246 * Instruct the browser to hide the Geolocation permission prompt.
|
WebViewCore.cpp | 52 #include "Geolocation.h" 3073 Geolocation* geolocation = frame->domWindow()->navigator()->optionalGeolocation(); local 3090 Geolocation* geolocation = frame->domWindow()->navigator()->optionalGeolocation(); local [all...] |
/external/webkit/WebKit/ |
ChangeLog | 77 Add Mac WebKit side of the client based geolocation provider. 156 Make the Mac Geolocation API async. 422 Adds a mock Geolocation service. This will be used to provide predictable behavior of the 423 Geolocation API for use in LayoutTests. Later changes will integrate the the mock 424 Geolocation service with DumpRenderTree. [all...] |
/external/webkit/WebKit/qt/WebCoreSupport/ |
ChromeClientQt.cpp | 472 void ChromeClientQt::requestGeolocationPermissionForFrame(Frame*, Geolocation*)
|
/packages/apps/IM/libwbxml/src/gperf/ |
csp13tags.gperf | 282 GeoLocation, 0x051b
|
/external/webkit/WebKitTools/DumpRenderTree/win/ |
LayoutTestControllerWin.cpp | 317 // FIXME: Implement for Geolocation layout tests. 323 // FIXME: Implement for Geolocation layout tests. [all...] |
/frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/ |
TestShellActivity.java | 458 * Sets the Geolocation permission state to be used for all future requests. 667 * Geolocation permission state for the specified origin.
|