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

  /external/chromium_org/chrome/browser/task_manager/
panel_information.h 16 class PanelInformation : public NotificationObservingWebContentsInformation {
18 PanelInformation();
19 virtual ~PanelInformation();
28 DISALLOW_COPY_AND_ASSIGN(PanelInformation);
panel_information.cc 99 // PanelInformation class
102 PanelInformation::PanelInformation() {}
104 PanelInformation::~PanelInformation() {}
106 bool PanelInformation::CheckOwnership(WebContents* web_contents) {
116 void PanelInformation::GetAll(const NewWebContentsCallback& callback) {
123 scoped_ptr<RendererResource> PanelInformation::MakeResource(
task_manager.cc 261 new task_manager::PanelInformation())));
    [all...]

Completed in 193 milliseconds