Home | History | Annotate | Download | only in renderer_host

Lines Matching refs:max_delay

784   TimeDelta max_delay = TimeDelta::FromMilliseconds(kPaintMsgTimeoutMS);
785 TimeTicks end_time = TimeTicks::Now() + max_delay;
797 if (process_->WaitForBackingStoreMsg(routing_id_, max_delay, &msg)) {
821 max_delay = end_time - TimeTicks::Now();
822 } while (max_delay > TimeDelta::FromSeconds(0));