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

  /external/chromium_org/chrome/browser/task_manager/
resource_provider.cc 71 bool Resource::IsBackground() const {
resource_provider.h 117 virtual bool IsBackground() const;
extension_process_resource_provider.cc 61 virtual bool IsBackground() const OVERRIDE;
101 IsBackground());
158 bool ExtensionProcessResource::IsBackground() const {
background_resource_provider.cc 50 virtual bool IsBackground() const OVERRIDE;
117 bool BackgroundContentsResource::IsBackground() const {
task_manager.cc 750 return GetResource(index)->IsBackground();
    [all...]
  /external/chromium/chrome/browser/task_manager/
task_manager_resource_providers.h 204 virtual bool IsBackground() const OVERRIDE;
370 virtual bool IsBackground() const;
task_manager.h 107 virtual bool IsBackground() const { return false; }
task_manager_resource_providers.cc 644 bool TaskManagerBackgroundContentsResource::IsBackground() const {
    [all...]
task_manager.cc 246 return resources_[index]->IsBackground();
    [all...]

Completed in 277 milliseconds