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

/external/chromium_org/chrome/browser/task_manager/
H A Dprinting_information.h18 class PrintingInformation : public NotificationObservingWebContentsInformation { class in namespace:task_manager
20 PrintingInformation();
21 virtual ~PrintingInformation();
30 DISALLOW_COPY_AND_ASSIGN(PrintingInformation);
H A Dprinting_information.cc71 // PrintingInformation class
74 PrintingInformation::PrintingInformation() {} function in class:task_manager::PrintingInformation
76 PrintingInformation::~PrintingInformation() {}
78 bool PrintingInformation::CheckOwnership(WebContents* web_contents) {
93 void PrintingInformation::GetAll(const NewWebContentsCallback& callback) {
109 scoped_ptr<RendererResource> PrintingInformation::MakeResource(

Completed in 154 milliseconds