HomeSort by relevance Sort by last modified time
    Searched refs:RendererClosing (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/components/nacl/browser/
pnacl_host_unittest.cc 41 host_->RendererClosing(0);
150 host_->RendererClosing(0);
162 host_->RendererClosing(1); // nonexistent renderer
166 host_->RendererClosing(0); // close without finishing
301 host_->RendererClosing(0);
305 host_->RendererClosing(1);
348 host_->RendererClosing(0);
406 host_->RendererClosing(0);
pnacl_host.h 87 void RendererClosing(int render_process_id);
nacl_host_message_filter.cc 80 pnacl::PnaclHost::GetInstance()->RendererClosing(render_process_id_);
pnacl_host.cc 590 void PnaclHost::RendererClosing(int render_process_id) {

Completed in 296 milliseconds