Lines Matching refs:cookie
231 int cookie = DetachClientHost(rvh);
232 if (cookie != -1) {
234 AttachClientHost(cookie, dest_rvh);
265 int cookie = DetachClientHost(old_rvh);
266 if (cookie == -1)
270 AttachClientHost(cookie, new_tab->tab_contents()->render_view_host());
278 int cookie = last_orphan_cookie_++;
279 orphan_client_hosts_[cookie] =
284 return cookie;
449 // We've disconnected from the last renderer -> revoke cookie permissions.