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

  /external/chromium_org/chrome/browser/local_discovery/
privet_http.h 127 class PrivetLocalPrintOperation {
133 const PrivetLocalPrintOperation* print_operation) = 0;
135 const PrivetLocalPrintOperation* print_operation, int http_code) = 0;
138 virtual ~PrivetLocalPrintOperation() {}
179 virtual scoped_ptr<PrivetLocalPrintOperation> CreateLocalPrintOperation(
180 PrivetLocalPrintOperation::Delegate* delegate) = 0;
privet_http_impl.h 150 : public PrivetLocalPrintOperation,
156 PrivetLocalPrintOperation::Delegate* delegate);
212 PrivetLocalPrintOperation::Delegate* delegate_;
262 virtual scoped_ptr<PrivetLocalPrintOperation> CreateLocalPrintOperation(
263 PrivetLocalPrintOperation::Delegate* delegate) OVERRIDE;
privet_notifications_unittest.cc 95 virtual scoped_ptr<PrivetLocalPrintOperation> CreateLocalPrintOperation(
96 PrivetLocalPrintOperation::Delegate* delegate) OVERRIDE {
98 return scoped_ptr<PrivetLocalPrintOperation>();
privet_http_impl.cc 370 PrivetLocalPrintOperation::Delegate* delegate)
731 scoped_ptr<PrivetLocalPrintOperation>
733 PrivetLocalPrintOperation::Delegate* delegate) {
734 return scoped_ptr<PrivetLocalPrintOperation>(
privet_http_unittest.cc 377 class MockLocalPrintDelegate : public PrivetLocalPrintOperation::Delegate {
383 const PrivetLocalPrintOperation* print_operation) {
390 const PrivetLocalPrintOperation* print_operation, int http_code) {
806 scoped_ptr<PrivetLocalPrintOperation> local_print_operation_;
    [all...]
  /external/chromium_org/chrome/browser/ui/webui/print_preview/
print_preview_handler.h 49 public local_discovery::PrivetLocalPrintOperation::Delegate,
100 // PrivetLocalPrintOperation::Delegate implementation.
102 const local_discovery::PrivetLocalPrintOperation*
105 const local_discovery::PrivetLocalPrintOperation* print_operation,
324 scoped_ptr<local_discovery::PrivetLocalPrintOperation>
print_preview_handler.cc     [all...]

Completed in 287 milliseconds