Home
last modified time | relevance | path

Searched refs:resource_index (Results 1 – 10 of 10) sorted by relevance

/external/chromium_org/chrome/browser/ui/webui/task_manager/
Dtask_manager_handler.cc130 int resource_index = model_->GetResourceIndexByUniqueId(unique_id); in HandleKillProcesses() local
131 if (resource_index == -1) in HandleKillProcesses()
134 task_manager_->KillProcess(resource_index); in HandleKillProcesses()
142 int resource_index = model_->GetResourceIndexByUniqueId(unique_id); in HandleActivatePage() local
143 if (resource_index == -1) in HandleActivatePage()
146 task_manager_->ActivateProcess(resource_index); in HandleActivatePage()
155 int resource_index = model_->GetResourceIndexByUniqueId(unique_id); in HandleInspect() local
156 if (resource_index == -1) in HandleInspect()
159 if (model_->CanInspect(resource_index)) in HandleInspect()
160 model_->Inspect(resource_index); in HandleInspect()
Dtask_manager_handler.h47 void HandleActivatePage(const base::ListValue* resource_index);
50 void HandleInspect(const base::ListValue* resource_index);
/external/chromium/webkit/glue/
Dwebkitclient_impl.cc333 int resource_index = kNumberOfElevations * azimuth_index + elevation_index; in loadAudioSpatializationResource() local
334 bool is_resource_index_good = 0 <= resource_index && in loadAudioSpatializationResource()
335 resource_index < kNumberOfAudioResources; in loadAudioSpatializationResource()
341 GetDataResource(kFirstAudioResourceIndex + resource_index); in loadAudioSpatializationResource()
/external/chromium_org/chrome/browser/task_manager/
Dtask_manager_browsertest.cc504 int resource_index = TaskManager::GetInstance()->model()->ResourceCount() - 1; in IN_PROC_BROWSER_TEST_F() local
507 ASSERT_TRUE(model()->GetV8Memory(resource_index, &result)); in IN_PROC_BROWSER_TEST_F()
511 ASSERT_TRUE(model()->GetV8MemoryUsed(resource_index, &result)); in IN_PROC_BROWSER_TEST_F()
Dtask_manager.cc309 for (int resource_index = 0; resource_index < ResourceCount(); in GetResourceIndexByUniqueId() local
310 ++resource_index) { in GetResourceIndexByUniqueId()
311 if (GetResourceUniqueId(resource_index) == unique_id) in GetResourceIndexByUniqueId()
312 return resource_index; in GetResourceIndexByUniqueId()
/external/chromium_org/webkit/child/
Dwebkitplatformsupport_impl.cc550 int resource_index = kNumberOfElevations * azimuth_index + elevation_index; in loadAudioSpatializationResource() local
551 bool is_resource_index_good = 0 <= resource_index && in loadAudioSpatializationResource()
552 resource_index < kNumberOfAudioResources; in loadAudioSpatializationResource()
558 platform->GetDataResource(kFirstAudioResourceIndex + resource_index, in loadAudioSpatializationResource()
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r600/
Dr600_state.c1922 unsigned resource_index = u_bit_scan(&dirty_mask); in r600_emit_sampler_views() local
1925 rview = state->views[resource_index]; in r600_emit_sampler_views()
1929 r600_write_value(cs, (resource_id_base + resource_index) * 7); in r600_emit_sampler_views()
Devergreen_state.c2085 unsigned resource_index = u_bit_scan(&dirty_mask); in evergreen_emit_sampler_views() local
2088 rview = state->views[resource_index]; in evergreen_emit_sampler_views()
2092 r600_write_value(cs, (resource_id_base + resource_index) * 8); in evergreen_emit_sampler_views()
/external/mesa3d/src/gallium/drivers/r600/
Dr600_state.c1922 unsigned resource_index = u_bit_scan(&dirty_mask); in r600_emit_sampler_views() local
1925 rview = state->views[resource_index]; in r600_emit_sampler_views()
1929 r600_write_value(cs, (resource_id_base + resource_index) * 7); in r600_emit_sampler_views()
Devergreen_state.c2085 unsigned resource_index = u_bit_scan(&dirty_mask); in evergreen_emit_sampler_views() local
2088 rview = state->views[resource_index]; in evergreen_emit_sampler_views()
2092 r600_write_value(cs, (resource_id_base + resource_index) * 8); in evergreen_emit_sampler_views()