HomeSort by relevance Sort by last modified time
    Searched defs:RequestGeolocationPermission (Results 1 - 9 of 9) sorted by null

  /external/chromium_org/extensions/browser/guest_view/web_view/
web_view_permission_helper_delegate.h 35 virtual void RequestGeolocationPermission(
web_view_permission_helper.cc 253 void WebViewPermissionHelper::RequestGeolocationPermission(
258 web_view_permission_helper_delegate_->RequestGeolocationPermission(
  /external/chromium_org/chrome/browser/guest_view/web_view/
chrome_web_view_permission_helper_delegate.cc 176 void ChromeWebViewPermissionHelperDelegate::RequestGeolocationPermission(
222 RequestGeolocationPermission(
  /external/chromium_org/chrome/browser/geolocation/
geolocation_permission_context.cc 141 void GeolocationPermissionContext::RequestGeolocationPermission(
geolocation_permission_context_unittest.cc 120 void RequestGeolocationPermission(content::WebContents* web_contents,
123 void RequestGeolocationPermission(content::WebContents* web_contents,
166 void GeolocationPermissionContextTests::RequestGeolocationPermission(
170 RequestGeolocationPermission(web_contents, id, requesting_frame, NULL);
173 void GeolocationPermissionContextTests::RequestGeolocationPermission(
178 geolocation_permission_context_->RequestGeolocationPermission(
277 RequestGeolocationPermission(web_contents(), RequestID(0), requesting_frame);
295 RequestGeolocationPermission(web_contents(), RequestID(0), requesting_frame);
306 RequestGeolocationPermission(web_contents(), RequestID(0), requesting_frame);
315 RequestGeolocationPermission(web_contents(), RequestID(0), requesting_frame)
    [all...]
  /external/chromium_org/content/public/browser/
content_browser_client.cc 215 void ContentBrowserClient::RequestGeolocationPermission(
  /external/chromium_org/android_webview/browser/
aw_content_browser_client.cc 417 void AwContentBrowserClient::RequestGeolocationPermission(
441 delegate->RequestGeolocationPermission(origin, result_callback);
  /external/chromium_org/android_webview/native/
aw_contents.cc 639 void AwContents::RequestGeolocationPermission(
    [all...]
  /external/chromium_org/chrome/browser/
chrome_content_browser_client.cc     [all...]

Completed in 539 milliseconds