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

1 2 3

  /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 28 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_flash_browser_host.h 49 const GURL& document_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_extensions_common_message_filter.h 49 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,
  /external/chromium_org/content/renderer/pepper/
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_platform_audio_input.h 50 const GURL& document_url,
82 const GURL& document_url,
pepper_browser_connection.h 53 const GURL& document_url,
pepper_audio_input_host.cc 100 GURL document_url = renderer_ppapi_host_->GetDocumentURL(pp_instance());
101 if (!document_url.is_valid())
111 document_url,
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(),
  /external/chromium_org/webkit/browser/appcache/
appcache_backend_impl.h 34 const GURL& document_url,
42 bool MarkAsForeignEntry(int host_id, const GURL& document_url,
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);
  /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 133 GURL document_url = document.url();
160 app_info->app_url = document_url.is_valid() ?
161 document_url.Resolve(url) : GURL(url);
  /external/chromium_org/extensions/common/permissions/
permissions_data.h 46 const GURL& document_url,
161 const GURL& document_url,

Completed in 1176 milliseconds

1 2 3