Home
last modified time | relevance | path

Searched refs:update_load_states_timer_ (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/content/browser/loader/
Dresource_dispatcher_host_impl.cc336 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()
Dresource_dispatcher_host_impl.h447 update_load_states_timer_; variable