HomeSort by relevance Sort by last modified time
    Searched full:geolocation (Results 251 - 275 of 329) sorted by null

<<11121314

  /external/chromium_org/android_webview/tools/
third_party_files_whitelist.txt 71 content/browser/geolocation/osx_wifi.h
  /external/chromium_org/chrome/common/extensions/docs/templates/articles/
event_pages.html 151 geolocation will not complete if the event page shuts down. Instead,
whats_new.html 645 <li>The <a href="manifest/geolocation.html">geolocation</a> permission
  /external/chromium_org/chrome/test/base/
ui_test_utils.h 284 // Configures the geolocation provider to always return the given position.
testing_profile.cc 30 #include "chrome/browser/geolocation/chrome_geolocation_permission_context.h"
31 #include "chrome/browser/geolocation/chrome_geolocation_permission_context_factory.h"
  /external/chromium_org/content/test/
test_webkit_platform_support.cc 86 // TODO(joth): Make a dummy geolocation service implemenation for
  /external/chromium_org/third_party/WebKit/Source/core/page/
ChromeClient.h 60 class Geolocation;
  /external/chromium/chrome/browser/profiles/
profile.h 408 // Returns the geolocation settings map for this profile.
411 // Returns the geolocation permission context for this profile.
  /external/chromium/chrome/common/extensions/docs/
api_other.html 356 <li> geolocation
357 (<a href="http://www.html5rocks.com/tutorials/geolocation/trip_meter/">tutorial</a>) </li>
whats_new.html 515 <li>The <a href="manifest.html#geolocation">geolocation</a> permission
permission_warnings.html 631 "geolocation" permission
635 <a href="http://dev.w3.org/geo/api/spec-source.html">geolocation API</a>
  /external/chromium_org/chrome/browser/chromeos/policy/
device_status_collector_browsertest.cc 66 // real life where geolocation updates arrive asynchronously. In this testing
584 // retrieved from local state without requesting a geolocation update.
  /external/chromium_org/chrome/browser/prefs/
browser_prefs.cc 32 #include "chrome/browser/geolocation/geolocation_prefs.h"
228 geolocation::RegisterPrefs(registry);
  /external/chromium_org/chrome/browser/resources/options/
content_settings_exceptions_area.js 143 // Editing notifications, geolocation and media-stream is disabled for
366 // TODO(estade): this will need to be updated if geolocation/notifications
  /external/chromium_org/content/
content_shell.gypi 155 'shell/geolocation/shell_access_token_store.cc',
156 'shell/geolocation/shell_access_token_store.h',
  /external/chromium_org/third_party/WebKit/Source/testing/runner/
TestRunner.h 468 // Gets the number of geolocation permissions requests pending.
471 // Geolocation related functions.
  /external/chromium_org/third_party/WebKit/Source/web/
AssertMatchingEnums.cpp 77 #include "modules/geolocation/GeolocationError.h"
78 #include "modules/geolocation/GeolocationPosition.h"
    [all...]
ChromeClientImpl.cpp 88 #include "modules/geolocation/Geolocation.h"
    [all...]
  /external/chromium/chrome/browser/content_settings/
content_settings_policy_provider.cc 38 NULL, // Not used for Geolocation
  /external/chromium_org/android_webview/browser/
aw_content_browser_client.cc 118 // but Run needs to be called to finish the geolocation setup.
  /external/chromium_org/chrome/browser/profiles/
chrome_browser_main_extra_parts_profiles.cc 20 #include "chrome/browser/geolocation/chrome_geolocation_permission_context_factory.h"
  /external/chromium_org/chrome/common/extensions/api/
_permission_features.json 426 "geolocation": {
  /external/chromium_org/chrome/common/extensions/permissions/
chrome_api_permissions.cc 77 { APIPermission::kGeolocation, "geolocation",
  /external/chromium_org/content/browser/browser_plugin/
browser_plugin_guest.cc 105 UserMetricsAction("BrowserPlugin.Guest.PermissionRequest.Geolocation"));
115 // if the app/embedder itself has geolocation access.
129 // The geolocation permission request here is not initiated
131 // in the fact whether the embedder/app has geolocation
    [all...]
  /frameworks/base/docs/html/about/versions/
android-2.1.jd 236 get Geolocation permissions from, and set them on the WebView.</li>

Completed in 987 milliseconds

<<11121314