Searched refs:top_origin_url (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/chrome/browser/renderer_host/
H A Dchrome_render_message_filter.h67 const GURL& top_origin_url,
73 const GURL& top_origin_url,
78 const GURL& top_origin_url,
91 const GURL& top_origin_url);
99 const GURL& top_origin_url,
115 const GURL& top_origin_url,
H A Dchrome_render_message_filter.cc170 const GURL& top_origin_url,
175 cookie_settings_->IsSettingCookieAllowed(origin_url, top_origin_url);
185 const GURL& top_origin_url,
189 cookie_settings_->IsSettingCookieAllowed(origin_url, top_origin_url);
201 const GURL& top_origin_url,
211 top_origin_url,
247 const GURL& top_origin_url) {
257 top_origin_url,
272 const GURL& top_origin_url,
277 cookie_settings_->IsSettingCookieAllowed(origin_url, top_origin_url);
167 OnAllowDatabase( int render_frame_id, const GURL& origin_url, const GURL& top_origin_url, const base::string16& name, const base::string16& display_name, bool* allowed) argument
183 OnAllowDOMStorage(int render_frame_id, const GURL& origin_url, const GURL& top_origin_url, bool local, bool* allowed) argument
198 OnRequestFileSystemAccessSync( int render_frame_id, const GURL& origin_url, const GURL& top_origin_url, IPC::Message* reply_msg) argument
243 OnRequestFileSystemAccessAsync( int render_frame_id, int request_id, const GURL& origin_url, const GURL& top_origin_url) argument
269 OnRequestFileSystemAccess( int render_frame_id, const GURL& origin_url, const GURL& top_origin_url, base::Callback<void(bool)> callback) argument
345 OnAllowIndexedDB(int render_frame_id, const GURL& origin_url, const GURL& top_origin_url, const base::string16& name, bool* allowed) argument
[all...]
/external/chromium_org/chrome/browser/plugins/
H A Dplugin_info_message_filter.cc192 GURL top_origin_url; member in struct:PluginInfoMessageFilter::GetPluginInfo_Params
199 const GURL& top_origin_url,
205 top_origin_url,
222 params.top_origin_url, params.mime_type,
243 params.url, params.top_origin_url));
316 GetPluginContentSetting(plugin, params.top_origin_url, params.url,
392 const GURL& top_origin_url,
416 top_origin_url,
196 OnGetPluginInfo( int render_frame_id, const GURL& url, const GURL& top_origin_url, const std::string& mime_type, IPC::Message* reply_msg) argument
389 FindEnabledPlugin( int render_frame_id, const GURL& url, const GURL& top_origin_url, const std::string& mime_type, ChromeViewHostMsg_GetPluginInfo_Status* status, WebPluginInfo* plugin, std::string* actual_mime_type, scoped_ptr<PluginMetadata>* plugin_metadata) const argument
H A Dplugin_info_message_filter.h52 const GURL& top_origin_url,
94 const GURL& top_origin_url,
/external/chromium_org/content/browser/renderer_host/
H A Drender_message_filter.h277 const GURL& top_origin_url,
280 void OnDidLose3DContext(const GURL& top_origin_url,
H A Drender_message_filter.cc1137 const GURL& top_origin_url,
1141 top_origin_url, render_process_id_, render_view_id, requester);
1145 const GURL& top_origin_url,
1179 top_origin_url, guilt);
1136 OnAre3DAPIsBlocked(int render_view_id, const GURL& top_origin_url, ThreeDAPIType requester, bool* blocked) argument
1144 OnDidLose3DContext( const GURL& top_origin_url, ThreeDAPIType , int arb_robustness_status_code) argument

Completed in 767 milliseconds