HomeSort by relevance Sort by last modified time
    Searched full:geolocation (Results 176 - 200 of 299) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/webkit/Source/WebKit2/
WebKit2.pro 238 WebProcess/Geolocation/GeolocationPermissionRequestManager.h \
239 WebProcess/Geolocation/WebGeolocationManager.h \
452 WebProcess/Geolocation/GeolocationPermissionRequestManager.cpp \
453 WebProcess/Geolocation/WebGeolocationManager.cpp \
DerivedSources.pro 82 WebProcess/Geolocation \
GNUmakefile.am 509 Source/WebKit2/WebProcess/Geolocation/GeolocationPermissionRequestManager.cpp \
510 Source/WebKit2/WebProcess/Geolocation/GeolocationPermissionRequestManager.h \
511 Source/WebKit2/WebProcess/Geolocation/WebGeolocationManager.cpp \
512 Source/WebKit2/WebProcess/Geolocation/WebGeolocationManager.h \
    [all...]
  /external/webkit/Source/WebKit2/WebProcess/Geolocation/
WebGeolocationManager.cpp 34 #include <WebCore/Geolocation.h>
  /packages/apps/Browser/res/layout/
geolocation_permissions_prompt.xml 16 This is the layout for the Geolocation permissions prompt.
  /external/chromium/chrome/common/extensions/docs/static/
whats_new.html 204 <li>The <a href="manifest.html#geolocation">geolocation</a> permission
manifest.html 258 (such as "geolocation")
300 "background", "geolocation", "notifications", and "unlimitedStorage" permissions,
384 <td id="geolocation"> "geolocation" </td>
386 <a href="http://dev.w3.org/geo/api/spec-source.html">geolocation API</a>
permission_warnings.html 307 "geolocation" permission
311 <a href="http://dev.w3.org/geo/api/spec-source.html">geolocation API</a>
  /external/webkit/Source/WebKit/chromium/src/
ChromeClientImpl.h 138 virtual void requestGeolocationPermissionForFrame(WebCore::Frame*, WebCore::Geolocation*);
139 virtual void cancelGeolocationPermissionRequestForFrame(WebCore::Frame*, WebCore::Geolocation*);
  /external/chromium/chrome/browser/content_settings/
content_settings_pref_provider.cc 38 NULL, // Not used for Geolocation
52 CONTENT_SETTING_ASK, // Not used for Geolocation
66 NULL, // Not used for Geolocation
133 DCHECK(kTypeNames[content_type] != NULL); // Don't call this for Geolocation.
390 DCHECK(kTypeNames[content_type] != NULL); // Don't call this for Geolocation.
516 DCHECK(kTypeNames[content_type] != NULL); // Don't call this for Geolocation.
  /external/webkit/Source/WebKit/gtk/WebCoreSupport/
ChromeClientGtk.cpp 671 void ChromeClient::requestGeolocationPermissionForFrame(Frame* frame, Geolocation* geolocation)
674 GRefPtr<WebKitGeolocationPolicyDecision> policyDecision(adoptGRef(webkit_geolocation_policy_decision_new(webFrame, geolocation)));
677 g_signal_emit_by_name(m_webView, "geolocation-policy-decision-requested", webFrame, policyDecision.get(), &isHandled);
682 void ChromeClient::cancelGeolocationPermissionRequestForFrame(WebCore::Frame* frame, WebCore::Geolocation*)
684 g_signal_emit_by_name(m_webView, "geolocation-policy-decision-cancelled", kit(frame));
  /external/webkit/Source/WebKit/android/WebCoreSupport/
ChromeClientAndroid.cpp 39 #include "Geolocation.h"
495 void ChromeClientAndroid::requestGeolocationPermissionForFrame(Frame* frame, Geolocation* geolocation)
497 ASSERT(geolocation);
505 void ChromeClientAndroid::cancelGeolocationPermissionRequestForFrame(Frame* frame, WebCore::Geolocation*)
  /external/chromium/chrome/browser/resources/options/
content_settings_exceptions_area.js 111 // Editing notifications and geolocation is disabled for now.
248 // TODO(estade): this will need to be updated if geolocation/notifications
430 // Editing notifications and geolocation is disabled for now.
  /external/webkit/Source/WebKit/chromium/public/
WebViewClient.h 283 // Geolocation ---------------------------------------------------------
285 // Access the embedder API for (client-based) geolocation client .
287 // Access the embedder API for (non-client-based) geolocation services.
  /external/chromium/chrome/browser/geolocation/
geolocation_content_settings_map_unittest.cc 7 #include "chrome/browser/geolocation/geolocation_content_settings_map.h"
292 // Test if a CONTENT_SETTING_CHANGE notification is sent after the geolocation
  /external/chromium/chrome/browser/ui/options/
options_util.cc 12 #include "chrome/browser/geolocation/geolocation_content_settings_map.h"
  /external/chromium/chrome/browser/ui/webui/options/
content_settings_handler.h 54 // Clobbers and rebuilds just the geolocation exception table.
  /external/chromium/chrome/common/
web_apps_unittest.cc 134 EXPECT_EQ("geolocation", web_app->permissions[0]);
  /external/webkit/Source/WebCore/bindings/v8/
OptionsObject.cpp 100 // See fast/dom/Geolocation/script-tests/argument-types.js for a similar
  /external/webkit/Source/WebKit/mac/Misc/
WebKitErrors.m 169 // Geolocation errors
  /external/webkit/Source/WebKit2/WebProcess/
WebProcess.h 115 // Geolocation
  /external/webkit/Source/WebKit2/win/
WebKit2Common.vsprops 9 AdditionalIncludeDirectories="&quot;$(ProjectDir)&quot;;&quot;$(ProjectDir)\..&quot;;&quot;$(ProjectDir)\..\Platform&quot;;&quot;$(ProjectDir)\..\Platform\cg&quot;;&quot;$(ProjectDir)\..\Platform\CoreIPC&quot;;&quot;$(ProjectDir)\..\PluginProcess&quot;;&quot;$(ProjectDir)\..\Shared&quot;;&quot;$(ProjectDir)\..\Shared\win&quot;;&quot;$(ProjectDir)\..\Shared\cf&quot;;&quot;$(ProjectDir)\..\Shared\API\c&quot;;&quot;$(ProjectDir)\..\Shared\API\c\cf&quot;;&quot;$(ProjectDir)\..\Shared\API\c\win&quot;;&quot;$(ProjectDir)\..\Shared\CoreIPCSupport&quot;;&quot;$(ProjectDir)\..\Shared\Plugins&quot;;&quot;$(ProjectDir)\..\Shared\Plugins\Netscape&quot;;&quot;$(ProjectDir)\..\UIProcess&quot;;&quot;$(ProjectDir)\..\UIProcess\API\C&quot;;&quot;$(ProjectDir)\..\UIProcess\API\C\win&quot;;&quot;$(ProjectDir)\..\UIProcess\API\cpp&quot;;&quot;$(ProjectDir)\..\UIProcess\API\win&quot;;&quot;$(ProjectDir)\..\UIProcess\Authentication&quot;;&quot;$(ProjectDir)\..\UIProcess\Downloads&quot;;&quot;$(ProjectDir)\..\UIProcess\Launcher&quot;;&quot;$(ProjectDir)\..\UIProcess\Plugins&quot;;&quot;$(ProjectDir)\..\UIProcess\win&quot;;&quot;$(ProjectDir)\..\WebProcess&quot;;&quot;$(ProjectDir)\..\WebProcess\WebCoreSupport&quot;;&quot;$(ProjectDir)\..\WebProcess\WebCoreSupport\win&quot;;&quot;$(ProjectDir)\..\WebProcess\WebPage&quot;;&quot;$(ProjectDir)\..\WebProcess\WebPage\win&quot;;&quot;$(ProjectDir)\..\WebProcess\IconDatabase&quot;;&quot;$(ProjectDir)\..\WebProcess\InjectedBundle&quot;;&quot;$(ProjectDir)\..\WebProcess\InjectedBundle\API\c&quot;;&quot;$(ProjectDir)\..\WebProcess\InjectedBundle\DOM&quot;;&quot;$(ProjectDir)\..\WebProcess\InjectedBundle\win&quot;;&quot;$(ProjectDir)\..\WebProcess\Plugins&quot;;&quot;$(ProjectDir)\..\WebProcess\Plugins\Netscape&quot;;&quot;$(ProjectDir)\..\WebProcess\win&quot;;&quot;$(ProjectDir)\..\WebProcess\ApplicationCache&quot;;&quot;$(ProjectDir)\..\WebProcess\Authentication&quot;;&quot;$(ProjectDir)\..\WebProcess\Cookies&quot;;&quot;$(ProjectDir)\..\WebProcess\Cookies\cf&quot;;&quot;$(ProjectDir)\..\WebProcess\Downloads&quot;;&quot;$(ProjectDir)\..\WebProcess\Downloads\cf&quot;;&quot;$(ProjectDir)\..\WebProcess\FullScreen&quot;;&quot;$(ProjectDir)\..\WebProcess\Geolocation&quot;;&quot;$(ProjectDir)\..\WebProcess\KeyValueStorage&quot;;&quot;$(ProjectDir)\..\WebProcess\MediaCache&quot;;&quot;$(ProjectDir)\..\WebProcess\ResourceCache&quot;;&quot;$(ConfigurationBuildDir)\obj\$(ProjectName)\DerivedSources&quot;;&quot;$(ConfigurationBuildDir)\Include&quot;;&quot;$(ConfigurationBuildDir)\Include\private&quot;;&quot;$(WebKitLibrariesDir)\Include&quot;;&quot;$(WebKitLibrariesDir)\Include\private&quot;;&quot;$(WebKitLibrariesDir)\Include\pthreads&quot;;&quot;$(ConfigurationBuildDir)\Include\JavaScriptCore&quot;;&quot;$(ConfigurationBuildDir)\Include\private\JavaScriptCore&quot;;&quot;$(WebKitLibrariesDir)\Include\JavaScriptCore&quot;;&quot;$(WebKitLibrariesDir)\Include\private\JavaScriptCore&quot;;&quot;$(ConfigurationBuildDir)\Include\WebCore\ForwardingHeaders&quot;;&quot;$(WebKitLibrariesDir)\Include\WebCore\ForwardingHeaders&quot;"
  /external/webkit/Tools/DumpRenderTree/gtk/
LayoutTestControllerGtk.cpp 480 // FIXME: Implement for Geolocation layout tests.
486 // FIXME: Implement for Geolocation layout tests.
492 // FIXME: Implement for Geolocation layout tests.
498 // FIXME: Implement for Geolocation layout tests.
    [all...]
  /external/webkit/Tools/Scripts/
build-webkit 143 { option => "client-based-geolocation", desc => "Toggle client-based Geolocation support",
182 { option => "geolocation", desc => "Toggle Geolocation support",
  /packages/apps/Browser/src/com/android/browser/preferences/
AdvancedPreferencesFragment.java 79 * origins with active features (WebStorage, Geolocation etc) could have

Completed in 1357 milliseconds

1 2 3 4 5 6 78 91011>>