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

  /external/chromium_org/chrome/browser/task_manager/
printing_information.h 18 class PrintingInformation : public NotificationObservingWebContentsInformation {
20 PrintingInformation();
21 virtual ~PrintingInformation();
30 DISALLOW_COPY_AND_ASSIGN(PrintingInformation);
printing_information.cc 71 // PrintingInformation class
74 PrintingInformation::PrintingInformation() {}
76 PrintingInformation::~PrintingInformation() {}
78 bool PrintingInformation::CheckOwnership(WebContents* web_contents) {
93 void PrintingInformation::GetAll(const NewWebContentsCallback& callback) {
109 scoped_ptr<RendererResource> PrintingInformation::MakeResource(
task_manager.cc 256 new task_manager::PrintingInformation())));
    [all...]

Completed in 219 milliseconds