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

/external/chromium_org/chrome/browser/task_manager/
H A Dpanel_information.h16 class PanelInformation : public NotificationObservingWebContentsInformation { class in namespace:task_manager
18 PanelInformation();
19 virtual ~PanelInformation();
28 DISALLOW_COPY_AND_ASSIGN(PanelInformation);
H A Dpanel_information.cc99 // PanelInformation class
102 PanelInformation::PanelInformation() {} function in class:task_manager::PanelInformation
104 PanelInformation::~PanelInformation() {}
106 bool PanelInformation::CheckOwnership(WebContents* web_contents) {
116 void PanelInformation::GetAll(const NewWebContentsCallback& callback) {
123 scoped_ptr<RendererResource> PanelInformation::MakeResource(

Completed in 198 milliseconds