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

  /external/chromium_org/printing/
print_destination_none.cc 9 PrintDestinationInterface* CreatePrintDestination() {
print_destination_interface.h 13 class PrintDestinationInterface
14 : public base::RefCountedThreadSafe<PrintDestinationInterface> {
24 friend class base::RefCountedThreadSafe<PrintDestinationInterface>;
25 virtual ~PrintDestinationInterface() {}
28 PRINTING_EXPORT PrintDestinationInterface* CreatePrintDestination();
print_destination_win.cc 13 class PrintDestinationWin : public PrintDestinationInterface {
47 PrintDestinationInterface* CreatePrintDestination() {
  /external/chromium_org/chrome/browser/printing/
print_job_manager.h 36 void SetPrintDestination(PrintDestinationInterface* destination);
53 PrintDestinationInterface* destination() const { return destination_.get(); }
70 scoped_refptr<PrintDestinationInterface> destination_;
print_job_worker.h 44 void SetPrintDestination(PrintDestinationInterface* destination);
126 scoped_refptr<PrintDestinationInterface> destination_;
printer_query.h 22 class PrintDestinationInterface;
60 void SetWorkerDestination(PrintDestinationInterface* destination);
print_job_manager.cc 46 PrintDestinationInterface* destination) {
printer_query.cc 104 PrintDestinationInterface* destination) {
print_job_worker.cc 76 PrintDestinationInterface* destination) {

Completed in 86 milliseconds