Searched refs:update_load_states_timer_ (Results 1 – 2 of 2) sorted by relevance
336 update_load_states_timer_.reset( in ResourceDispatcherHostImpl()689 if (!update_load_states_timer_->IsRunning()) { in DidStartRequest()690 update_load_states_timer_->Start(FROM_HERE, in DidStartRequest()812 update_load_states_timer_.reset(); in OnShutdown()1515 if (pending_loaders_.empty() && update_load_states_timer_) in RemovePendingLoader()1516 update_load_states_timer_->Stop(); in RemovePendingLoader()
447 update_load_states_timer_; variable