Searched defs:BackgroundInformation (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/task_manager/
H A Dbackground_information.h14 class BackgroundInformation class in namespace:task_manager
17 BackgroundInformation();
18 virtual ~BackgroundInformation();
27 DISALLOW_COPY_AND_ASSIGN(BackgroundInformation);
H A Dbackground_information.cc107 // BackgroundInformation class
110 BackgroundInformation::BackgroundInformation() {} function in class:task_manager::BackgroundInformation
112 BackgroundInformation::~BackgroundInformation() {}
114 bool BackgroundInformation::CheckOwnership(WebContents* web_contents) {
119 void BackgroundInformation::GetAll(const NewWebContentsCallback& callback) {
143 scoped_ptr<RendererResource> BackgroundInformation::MakeResource(

Completed in 123 milliseconds