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

1 2

  /external/chromium_org/content/common/
pepper_renderer_instance_data.h 25 GURL document_url; member in struct:content::PepperRendererInstanceData
pepper_renderer_instance_data.cc 21 document_url(document),
  /external/chromium_org/chrome/browser/extensions/
browser_permissions_policy_delegate.h 20 const GURL& document_url,
browser_permissions_policy_delegate.cc 31 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 27 const GURL& document_url,
  /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/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_crx_file_system_message_filter.h 50 const GURL& document_url);
pepper_flash_browser_host.h 49 const GURL& document_url,
pepper_crx_file_system_message_filter.cc 57 const GURL& document_url)
60 document_url_(document_url) {
pepper_extensions_common_message_filter.cc 83 GURL document_url = host->GetDocumentURLForInstance(instance); local
88 document_url);
95 const GURL& document_url)
99 document_url_(document_url),
pepper_extensions_common_message_filter.h 49 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 45 void OnSelectCache(int host_id, const GURL& document_url,
51 void OnMarkAsForeignEntry(int host_id, const GURL& document_url,
appcache_dispatcher_host.cc 96 int host_id, const GURL& document_url,
101 document_url,
134 int host_id, const GURL& document_url,
138 host_id, document_url, cache_document_was_loaded_from)) {
  /external/chromium_org/content/renderer/pepper/
pepper_platform_audio_input.h 50 const GURL& document_url,
82 const GURL& document_url,
pepper_browser_connection.cc 46 const GURL& document_url,
53 document_url,
pepper_browser_connection.h 62 const GURL& document_url,
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,
  /external/chromium_org/chrome/renderer/
external_host_bindings.cc 76 GURL document_url(frame_->document().url());
77 GURL document_origin(document_url.GetOrigin());
88 drop = (document_url.spec().compare(target) != 0);
web_apps.cc 137 GURL document_url = document.url();
164 app_info->app_url = document_url.is_valid() ?
165 document_url.Resolve(url) : GURL(url);
  /external/chromium_org/chrome/common/extensions/permissions/
permissions_data.h 45 const GURL& document_url,
160 const GURL& document_url,

Completed in 2981 milliseconds

1 2