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 30 void SetDestination(PrintDestinationInterface* destination);
57 scoped_refptr<PrintDestinationInterface> destination_;
print_job_worker.h 44 void SetPrintDestination(PrintDestinationInterface* destination);
128 scoped_refptr<PrintDestinationInterface> destination_;
printer_query.h 23 class PrintDestinationInterface;
62 void SetWorkerDestination(PrintDestinationInterface* destination);
printer_query.cc 109 PrintDestinationInterface* destination) {
print_job_manager.cc 25 void PrintQueriesQueue::SetDestination(PrintDestinationInterface* destination) {
print_job_worker.cc 77 PrintDestinationInterface* destination) {

Completed in 54 milliseconds