HomeSort by relevance Sort by last modified time
    Searched refs:resource_index (Results 1 - 10 of 10) sorted by null

  /external/chromium_org/chrome/browser/ui/webui/task_manager/
task_manager_handler.h 47 void HandleActivatePage(const base::ListValue* resource_index);
50 void HandleInspect(const base::ListValue* resource_index);
task_manager_handler.cc 130 int resource_index = model_->GetResourceIndexByUniqueId(unique_id); local
131 if (resource_index == -1)
134 task_manager_->KillProcess(resource_index);
142 int resource_index = model_->GetResourceIndexByUniqueId(unique_id); local
143 if (resource_index == -1)
146 task_manager_->ActivateProcess(resource_index);
155 int resource_index = model_->GetResourceIndexByUniqueId(unique_id); local
156 if (resource_index == -1)
159 if (model_->CanInspect(resource_index))
160 model_->Inspect(resource_index);
    [all...]
  /external/chromium/webkit/glue/
webkitclient_impl.cc 333 int resource_index = kNumberOfElevations * azimuth_index + elevation_index;
334 bool is_resource_index_good = 0 <= resource_index &&
335 resource_index < kNumberOfAudioResources;
341 GetDataResource(kFirstAudioResourceIndex + resource_index);
  /external/chromium_org/chrome/browser/task_manager/
task_manager_browsertest.cc 504 int resource_index = TaskManager::GetInstance()->model()->ResourceCount() - 1; local
507 ASSERT_TRUE(model()->GetV8Memory(resource_index, &result));
511 ASSERT_TRUE(model()->GetV8MemoryUsed(resource_index, &result));
task_manager.cc 309 for (int resource_index = 0; resource_index < ResourceCount();
310 ++resource_index) {
311 if (GetResourceUniqueId(resource_index) == unique_id)
312 return resource_index;
    [all...]
  /external/chromium_org/webkit/child/
webkitplatformsupport_impl.cc 550 int resource_index = kNumberOfElevations * azimuth_index + elevation_index;
551 bool is_resource_index_good = 0 <= resource_index &&
552 resource_index < kNumberOfAudioResources;
558 platform->GetDataResource(kFirstAudioResourceIndex + resource_index,
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r600/
r600_state.c 1922 unsigned resource_index = u_bit_scan(&dirty_mask); local
    [all...]
evergreen_state.c 2085 unsigned resource_index = u_bit_scan(&dirty_mask); local
    [all...]
  /external/mesa3d/src/gallium/drivers/r600/
r600_state.c 1922 unsigned resource_index = u_bit_scan(&dirty_mask); local
    [all...]
evergreen_state.c 2085 unsigned resource_index = u_bit_scan(&dirty_mask); local
    [all...]

Completed in 127 milliseconds