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

  /external/chromium_org/content/public/browser/
render_process_host.h 196 virtual bool SuddenTerminationAllowed() const = 0;
  /external/chromium_org/content/public/test/
mock_render_process_host.h 68 virtual bool SuddenTerminationAllowed() const OVERRIDE;
mock_render_process_host.cc 210 bool MockRenderProcessHost::SuddenTerminationAllowed() const {
  /external/chromium_org/content/browser/renderer_host/
render_process_host_impl.h 115 virtual bool SuddenTerminationAllowed() const OVERRIDE;
338 // suddenly by checking their SuddenTerminationAllowed() flag. This can occur
render_view_host_impl.h 377 bool SuddenTerminationAllowed() const;
    [all...]
render_view_host_impl.cc 798 // SuddenTerminationAllowed, which indicates that the timer has expired.
805 if (SuddenTerminationAllowed())
    [all...]
render_process_host_impl.cc     [all...]
  /external/chromium_org/content/browser/web_contents/
web_contents_impl.cc     [all...]

Completed in 60 milliseconds