Searched defs:policy_url (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/content/shell/browser/
H A Dshell_plugin_service_filter.cc21 const GURL& policy_url,
16 IsPluginAvailable( int render_process_id, int render_frame_id, const void* context, const GURL& url, const GURL& policy_url, WebPluginInfo* plugin) argument
/external/chromium_org/chrome/browser/plugins/
H A Dchrome_plugin_service_filter.cc94 const GURL& policy_url,
132 (policy_url.scheme() != origin.scheme() ||
133 policy_url.host() != origin.host() ||
134 policy_url.port() != origin.port())) {
89 IsPluginAvailable( int render_process_id, int render_frame_id, const void* context, const GURL& url, const GURL& policy_url, content::WebPluginInfo* plugin) argument
H A Dplugin_info_message_filter_unittest.cc43 const GURL& policy_url,
62 const GURL& policy_url,
57 IsPluginAvailable( int render_process_id, int render_view_id, const void* context, const GURL& url, const GURL& policy_url, content::WebPluginInfo* plugin) argument
/external/chromium_org/content/browser/renderer_host/
H A Drender_message_filter.cc758 const GURL& policy_url,
767 url, policy_url, mime_type, client);
756 OnOpenChannelToPlugin(int render_frame_id, const GURL& url, const GURL& policy_url, const std::string& mime_type, IPC::Message* reply_msg) argument

Completed in 473 milliseconds