• Home
  • Raw
  • Download

Lines Matching refs:Printer

33   explicit DumpApkCommand(const std::string&& name, text::Printer* printer, IDiagnostics* diag)  in DumpApkCommand()
38 text::Printer* GetPrinter() { in GetPrinter()
85 text::Printer* printer_;
92 explicit DumpAPCCommand(text::Printer* printer, IDiagnostics* diag) in DumpAPCCommand()
103 text::Printer* printer_;
112 explicit DumpBadgerCommand(text::Printer* printer) : Command("badger"), printer_(printer) { in DumpBadgerCommand()
118 text::Printer* printer_;
124 explicit DumpBadgingCommand(text::Printer* printer, IDiagnostics* diag) in DumpBadgingCommand()
141 explicit DumpConfigsCommand(text::Printer* printer, IDiagnostics* diag) in DumpConfigsCommand()
151 explicit DumpPackageNameCommand(text::Printer* printer, IDiagnostics* diag) in DumpPackageNameCommand()
161 explicit DumpPermissionsCommand(text::Printer* printer, IDiagnostics* diag) in DumpPermissionsCommand()
175 explicit DumpStringsCommand(text::Printer* printer, IDiagnostics* diag) in DumpStringsCommand()
186 explicit DumpStyleParentCommand(text::Printer* printer, IDiagnostics* diag) in DumpStyleParentCommand()
200 explicit DumpTableCommand(text::Printer* printer, IDiagnostics* diag) in DumpTableCommand()
217 explicit DumpXmlStringsCommand(text::Printer* printer, IDiagnostics* diag) in DumpXmlStringsCommand()
231 explicit DumpXmlTreeCommand(text::Printer* printer, IDiagnostics* diag) in DumpXmlTreeCommand()
245 explicit DumpOverlayableCommand(text::Printer* printer, IDiagnostics* diag) in DumpOverlayableCommand()
256 explicit DumpCommand(text::Printer* printer, IDiagnostics* diag) in DumpCommand()