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 181 virtual bool SuddenTerminationAllowed() const = 0;
  /external/chromium_org/content/public/test/
mock_render_process_host.h 65 virtual bool SuddenTerminationAllowed() const OVERRIDE;
mock_render_process_host.cc 189 bool MockRenderProcessHost::SuddenTerminationAllowed() const {
  /external/chromium_org/content/browser/renderer_host/
render_process_host_impl.h 107 virtual bool SuddenTerminationAllowed() const OVERRIDE;
296 // suddenly by checking their SuddenTerminationAllowed() flag. This can occur
render_view_host_impl.h 351 bool SuddenTerminationAllowed() const;
render_view_host_impl.cc 491 // SuddenTerminationAllowed, which indicates that the timer has expired.
498 if (SuddenTerminationAllowed()) {
    [all...]
render_process_host_impl.cc     [all...]
  /external/chromium_org/content/browser/web_contents/
web_contents_impl.cc     [all...]

Completed in 1092 milliseconds