/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 | 71 // 'document_url' the url of the main resource 77 GURL /* document_url */, 93 GURL /* document_url */,
|
/external/chromium_org/extensions/common/permissions/ |
permissions_data.cc | 75 bool PermissionsData::IsRestrictedUrl(const GURL& document_url, 83 if (!URLPattern::IsValidSchemeForExtensions(document_url.scheme()) && 84 document_url.spec() != url::kAboutBlankURL) { 88 document_url.spec()); 93 if (!ExtensionsClient::Get()->IsScriptableURL(document_url, error)) 98 if (document_url.SchemeIs(content::kChromeUIScheme) && 208 const GURL& document_url, 214 document_url, 223 const GURL& document_url, 229 document_url, [all...] |
/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 | 29 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/content/browser/appcache/ |
appcache_dispatcher_host.h | 44 void OnSelectCache(int host_id, const GURL& document_url, 50 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)) {
|
/external/chromium_org/chrome/browser/renderer_host/pepper/ |
pepper_flash_browser_host.cc | 113 GURL document_url = host_->GetDocumentURLForInstance(pp_instance()); local 117 document_url, 128 document_url, 136 const GURL& document_url, 151 if (cookie_settings_.get() && document_url.is_valid() && 153 if (!cookie_settings_->IsReadingCookieAllowed(document_url, plugin_url))
|
pepper_flash_browser_host.h | 48 const GURL& document_url,
|
/external/chromium_org/content/browser/service_worker/ |
service_worker_dispatcher_host.cc | 39 bool CanRegisterServiceWorker(const GURL& document_url, 44 return document_url.GetOrigin() == pattern.GetOrigin() && 45 document_url.GetOrigin() == script_url.GetOrigin(); 48 bool CanUnregisterServiceWorker(const GURL& document_url, 52 return document_url.GetOrigin() == pattern.GetOrigin(); 196 provider_host->document_url(), pattern, script_url)) { 244 if (!CanUnregisterServiceWorker(provider_host->document_url(), pattern)) {
|
service_worker_storage.h | 65 // Finds registration for |document_url| or |pattern| or |registration_id|. 71 // for |document_url| or |registration_id| may complete immediately 74 void FindRegistrationForDocument(const GURL& document_url, 176 const GURL& document_url, 215 const GURL& document_url); 251 const GURL& document_url,
|
/external/chromium_org/content/renderer/pepper/ |
pepper_file_system_host.cc | 99 GURL document_url = renderer_ppapi_host_->GetDocumentURL(pp_instance()); 100 if (!document_url.is_valid()) 107 document_url.GetOrigin(),
|
pepper_browser_connection.cc | 43 const GURL& document_url, 49 0, render_frame_id, document_url, plugin_url)));
|
pepper_device_enumeration_host_helper.h | 52 const GURL& document_url, 63 const GURL& document_url);
|
pepper_media_device_manager.h | 31 const GURL& document_url, 47 const GURL& document_url,
|
pepper_media_device_manager.cc | 47 const GURL& document_url, 57 document_url.GetOrigin(), 88 const GURL& document_url, 99 document_url.GetOrigin());
|
pepper_platform_audio_input.cc | 27 const GURL& document_url, 35 document_url, 149 const GURL& document_url, 178 document_url,
|
/external/chromium_org/components/nacl/browser/ |
nacl_host_message_filter.cc | 30 const GURL& document_url) { 36 browser_context, document_url)) 51 GURL document_url; local 55 document_url = contents->GetLastCommittedURL(); 58 document_url);
|