IsStarting         51 content/browser/child_process_launcher.h   bool IsStarting();
IsStarting        899 content/browser/renderer_host/render_process_host_impl.cc   if (child_process_launcher_.get() && child_process_launcher_->IsStarting())
IsStarting       1240 content/browser/renderer_host/render_process_host_impl.cc   if (!child_process_launcher_.get() || child_process_launcher_->IsStarting())
IsStarting       1254 content/browser/renderer_host/render_process_host_impl.cc       child_process_launcher_->IsStarting() ||
IsStarting       1376 content/browser/renderer_host/render_process_host_impl.cc   if (child_process_launcher_.get() && child_process_launcher_->IsStarting()) {
IsStarting       2027 content/browser/renderer_host/render_process_host_impl.cc   if (!child_process_launcher_.get() || child_process_launcher_->IsStarting())