Home
last modified time | relevance | path

Searched refs:throttle_state (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/content/browser/loader/
Dresource_scheduler.cc409 void SetThrottleState(ResourceScheduler::ClientThrottleState throttle_state) { in SetThrottleState() argument
410 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::Client
742 return client->throttle_state(); in GetClientStateForTesting()
938 if (client->throttle_state() == ACTIVE_AND_LOADING) { in CountActiveClientsLoading()
975 if (client->throttle_state() == COALESCED) { in CountCoalescedClients()
/external/chromium_org/cc/resources/
Dpixel_buffer_raster_worker_pool.cc753 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()
Dpixel_buffer_raster_worker_pool.h97 void ThrottleStateAsValueInto(base::debug::TracedValue* throttle_state) const;