HomeSort by relevance Sort by last modified time
    Searched full:document_url (Results 1 - 25 of 59) sorted by null

1 2 3

  /external/chromium_org/content/child/appcache/
appcache_backend_proxy.cc 27 const GURL& document_url,
31 host_id, document_url,
50 int host_id, const GURL& document_url,
53 host_id, document_url,
appcache_backend_proxy.h 27 const GURL& document_url,
39 const GURL& document_url,
  /external/chromium_org/content/common/
pepper_renderer_instance_data.cc 21 document_url(document),
pepper_messages.h 26 GURL /* document_url */,
pepper_renderer_instance_data.h 25 GURL document_url; member in struct:content::PepperRendererInstanceData
appcache_messages.h 59 // 'document_url' the url of the main resource
65 GURL /* document_url */,
81 GURL /* document_url */,
  /external/chromium_org/chrome/browser/extensions/
browser_permissions_policy_delegate.h 20 const GURL& document_url,
  /external/chromium_org/chrome/renderer/extensions/
renderer_permissions_policy_delegate.h 22 const GURL& document_url,
renderer_permissions_policy_delegate.cc 28 const GURL& document_url,
  /external/chromium_org/webkit/browser/appcache/
appcache_backend_impl.cc 67 const GURL& document_url,
74 host->SelectCache(document_url, cache_document_was_loaded_from,
101 const GURL& document_url,
107 host->MarkAsForeignEntry(document_url, cache_document_was_loaded_from);
appcache_backend_impl.h 34 const GURL& document_url,
42 bool MarkAsForeignEntry(int host_id, const GURL& document_url,
  /external/chromium_org/chrome/browser/renderer_host/pepper/
pepper_flash_browser_host.cc 116 GURL document_url = host_->GetDocumentURLForInstance(pp_instance()); local
119 GetLocalDataRestrictions(context->MakeReplyMessageContext(), document_url,
127 document_url, plugin_url));
134 const GURL& document_url,
149 if (cookie_settings_.get() && document_url.is_valid() &&
151 if (!cookie_settings_->IsReadingCookieAllowed(document_url, plugin_url))
pepper_extensions_common_message_filter.cc 92 GURL document_url = host->GetDocumentURLForInstance(instance); local
97 document_url);
104 const GURL& document_url)
108 document_url_(document_url),
pepper_flash_browser_host.h 49 const GURL& document_url,
  /external/chromium_org/content/renderer/pepper/
pepper_file_system_host.cc 106 GURL document_url = renderer_ppapi_host_->GetDocumentURL(pp_instance());
107 if (!document_url.is_valid())
114 document_url.GetOrigin(),
pepper_browser_connection.cc 45 const GURL& document_url,
52 document_url,
pepper_device_enumeration_host_helper.h 52 const GURL& document_url,
63 const GURL& document_url);
pepper_media_device_manager.h 32 const GURL& document_url,
47 const GURL& document_url,
pepper_media_device_manager.cc 48 const GURL& document_url,
57 document_url.GetOrigin());
89 const GURL& document_url,
101 document_url.GetOrigin());
pepper_platform_audio_input.cc 27 const GURL& document_url,
33 if (audio_input->Initialize(render_view, device_id, document_url,
145 const GURL& document_url,
170 document_url,
pepper_device_enumeration_host_helper.cc 97 const GURL& document_url)
101 document_url_(document_url) {
pepper_platform_audio_input.h 50 const GURL& document_url,
82 const GURL& document_url,
pepper_platform_video_capture.cc 23 const GURL& document_url,
41 document_url,
  /external/chromium_org/content/browser/appcache/
appcache_dispatcher_host.h 45 void OnSelectCache(int host_id, const GURL& document_url,
51 void OnMarkAsForeignEntry(int host_id, const GURL& document_url,
appcache_dispatcher_host.cc 95 int host_id, const GURL& document_url,
100 document_url,
133 int host_id, const GURL& document_url,
137 host_id, document_url, cache_document_was_loaded_from)) {

Completed in 7254 milliseconds

1 2 3