Home | History | Annotate | Download | only in chrome_frame

Lines Matching refs:wait_until

1550   base::Time wait_until = now + base::TimeDelta::FromMilliseconds(timeout);
1552 while (wait_until >= now) {
1553 base::TimeDelta wait_time = wait_until - now;