Searched refs:throttle_state (Results 1 – 3 of 3) sorted by relevance
409 void SetThrottleState(ResourceScheduler::ClientThrottleState throttle_state) { in SetThrottleState() argument410 if (throttle_state == throttle_state_) { in SetThrottleState()413 throttle_state_ = throttle_state; in SetThrottleState()422 ResourceScheduler::ClientThrottleState throttle_state() const { in throttle_state() function in content::ResourceScheduler::Client742 return client->throttle_state(); in GetClientStateForTesting()938 if (client->throttle_state() == ACTIVE_AND_LOADING) { in CountActiveClientsLoading()975 if (client->throttle_state() == COALESCED) { in CountCoalescedClients()
753 base::debug::TracedValue* throttle_state) const { in ThrottleStateAsValueInto()754 throttle_state->SetInteger("bytes_available_for_upload", in ThrottleStateAsValueInto()756 throttle_state->SetInteger("bytes_pending_upload", bytes_pending_upload_); in ThrottleStateAsValueInto()757 throttle_state->SetInteger("scheduled_raster_task_count", in ThrottleStateAsValueInto()
97 void ThrottleStateAsValueInto(base::debug::TracedValue* throttle_state) const;