Searched defs:document_url (Results 1 - 21 of 21) sorted by relevance

/external/chromium_org/content/common/
H A Dpepper_renderer_instance_data.h25 GURL document_url; member in struct:content::PepperRendererInstanceData
/external/chromium_org/chrome/browser/extensions/
H A Dbrowser_permissions_policy_delegate.cc31 const GURL& document_url,
29 CanExecuteScriptOnPage( const Extension* extension, const GURL& document_url, const GURL& top_document_url, int tab_id, const UserScript* script, int process_id, std::string* error) argument
/external/chromium_org/chrome/renderer/extensions/
H A Drenderer_permissions_policy_delegate.cc27 const GURL& document_url,
25 CanExecuteScriptOnPage( const Extension* extension, const GURL& document_url, const GURL& top_document_url, int tab_id, const UserScript* script, int process_id, std::string* error) argument
/external/chromium_org/chrome/browser/renderer_host/pepper/
H A Dpepper_crx_file_system_message_filter.cc57 const GURL& document_url)
60 document_url_(document_url) {
54 PepperCrxFileSystemMessageFilter( int render_process_id, const base::FilePath& profile_directory, const GURL& document_url) argument
H A Dpepper_flash_browser_host.cc116 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))
132 GetLocalDataRestrictions( ppapi::host::ReplyMessageContext reply_context, const GURL& document_url, const GURL& plugin_url, scoped_refptr<CookieSettings> cookie_settings) argument
H A Dpepper_extensions_common_message_filter.cc83 GURL document_url = host->GetDocumentURLForInstance(instance); local
88 document_url);
95 const GURL& document_url)
99 document_url_(document_url),
91 PepperExtensionsCommonMessageFilter( int render_process_id, int render_view_id, const base::FilePath& profile_directory, const GURL& document_url) argument
/external/chromium_org/content/child/appcache/
H A Dappcache_backend_proxy.cc27 const GURL& document_url,
31 host_id, document_url,
50 int host_id, const GURL& document_url,
53 host_id, document_url,
25 SelectCache( int host_id, const GURL& document_url, const int64 cache_document_was_loaded_from, const GURL& manifest_url) argument
49 MarkAsForeignEntry( int host_id, const GURL& document_url, int64 cache_document_was_loaded_from) argument
/external/chromium_org/content/browser/appcache/
H A Dappcache_dispatcher_host.cc96 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)) {
95 OnSelectCache( int host_id, const GURL& document_url, int64 cache_document_was_loaded_from, const GURL& opt_manifest_url) argument
133 OnMarkAsForeignEntry( int host_id, const GURL& document_url, int64 cache_document_was_loaded_from) argument
/external/chromium_org/content/renderer/pepper/
H A Dpepper_browser_connection.cc46 const GURL& document_url,
53 document_url,
43 DidCreateInProcessInstance( PP_Instance instance, int render_view_id, const GURL& document_url, const GURL& plugin_url) argument
H A Dpepper_platform_audio_input.cc27 const GURL& document_url,
33 if (audio_input->Initialize(render_view, device_id, document_url,
145 const GURL& document_url,
170 document_url,
24 Create( const base::WeakPtr<RenderViewImpl>& render_view, const std::string& device_id, const GURL& document_url, int sample_rate, int frames_per_buffer, PepperAudioInputHost* client) argument
142 Initialize( const base::WeakPtr<RenderViewImpl>& render_view, const std::string& device_id, const GURL& document_url, int sample_rate, int frames_per_buffer, PepperAudioInputHost* client) argument
H A Dpepper_platform_video_capture.cc23 const GURL& document_url,
41 document_url,
20 PepperPlatformVideoCapture( const base::WeakPtr<RenderViewImpl>& render_view, const std::string& device_id, const GURL& document_url, PepperVideoCaptureHost* handler) argument
H A Dpepper_media_device_manager.cc87 const GURL& document_url,
99 document_url.GetOrigin());
84 OpenDevice( PP_DeviceType_Dev type, const std::string& device_id, const GURL& document_url, const OpenDeviceCallback& callback) argument
H A Dpepper_plugin_instance_impl.cc2449 GURL document_url = plugin_element.document().baseURL(); local
2451 document_url.Resolve(relative_string->value()),
/external/chromium_org/webkit/browser/appcache/
H A Dappcache_backend_impl.cc67 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);
65 SelectCache( int host_id, const GURL& document_url, const int64 cache_document_was_loaded_from, const GURL& manifest_url) argument
99 MarkAsForeignEntry( int host_id, const GURL& document_url, int64 cache_document_was_loaded_from) argument
H A Dappcache_host.cc78 void AppCacheHost::SelectCache(const GURL& document_url, argument
86 origin_in_use_ = document_url.GetOrigin();
107 (manifest_url.GetOrigin() == document_url.GetOrigin())) {
125 new_master_entry_url_ = document_url;
161 void AppCacheHost::MarkAsForeignEntry(const GURL& document_url, argument
165 main_resource_was_namespace_entry_ ? namespace_entry_url_ : document_url,
167 SelectCache(document_url, kNoCacheId, GURL());
/external/chromium_org/chrome/renderer/
H A Dcontent_settings_observer.cc349 const GURL& document_url) {
350 if (document_url == GURL(content::kUnreachableWebDataURL))
371 return document_url.SchemeIs(chrome::kFileScheme) &&
372 document_url.ExtractFileName().empty();
347 IsWhitelistedForContentSettings( const WebSecurityOrigin& origin, const GURL& document_url) argument
/external/chromium_org/chrome/common/extensions/permissions/
H A Dpermissions_data.cc461 const GURL& document_url,
479 extension, document_url, top_frame_url, tab_id,
483 if ((document_url.host() == store_url.host()) &&
492 if (document_url.SchemeIs(chrome::kChromeUIScheme) &&
514 tab_permissions->explicit_hosts().MatchesSecurityOrigin(document_url)) {
523 can_access = script->MatchesURL(document_url);
528 HasExplicitAccessToOrigin(document_url);
533 document_url.spec());
460 CanExecuteScriptOnPage(const Extension* extension, const GURL& document_url, const GURL& top_frame_url, int tab_id, const UserScript* script, int process_id, std::string* error) argument
/external/chromium/chrome/browser/tab_contents/
H A Drender_view_context_menu.cc271 const GURL& document_url = GetDocumentURL(params); local
272 if (!ExtensionPatternMatch(item->document_url_patterns(), document_url))
426 const GURL& document_url = GetDocumentURL(params_); local
427 if (!menu_manager->HasAllowedScheme(document_url))
/external/chromium_org/ppapi/proxy/
H A Dppb_instance_proxy.cc980 PP_Var document_url = enter.functions()->GetDocumentURL(instance, local
982 result.Return(dispatcher(), document_url); local
/external/chromium_org/chrome/browser/tab_contents/
H A Drender_view_context_menu.cc505 const GURL& document_url = GetDocumentURL(params); local
506 return ExtensionPatternMatch(item->document_url_patterns(), document_url);
/external/chromium_org/content/renderer/
H A Drender_view_impl.cc4026 const GURL& document_url = frame->document().url(); local
4029 GetAlternateErrorPageURL(document_url, HTTP_404);
4034 original_error.unreachableURL = document_url;

Completed in 753 milliseconds