Searched refs:PrivetLocalPrintOperation (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/chrome/browser/local_discovery/
H A Dprivet_http.h144 class PrivetLocalPrintOperation { class in namespace:local_discovery
150 const PrivetLocalPrintOperation* print_operation) = 0;
152 const PrivetLocalPrintOperation* print_operation, int http_code) = 0;
155 virtual ~PrivetLocalPrintOperation() {}
209 virtual scoped_ptr<PrivetLocalPrintOperation> CreateLocalPrintOperation(
210 PrivetLocalPrintOperation::Delegate* delegate) = 0;
H A Dprivet_http_impl.h199 : public PrivetLocalPrintOperation,
203 PrivetLocalPrintOperation::Delegate* delegate);
257 PrivetLocalPrintOperation::Delegate* delegate_;
336 virtual scoped_ptr<PrivetLocalPrintOperation> CreateLocalPrintOperation(
337 PrivetLocalPrintOperation::Delegate* delegate) OVERRIDE;
H A Dprivet_http_unittest.cc418 class MockLocalPrintDelegate : public PrivetLocalPrintOperation::Delegate {
424 const PrivetLocalPrintOperation* print_operation) {
431 const PrivetLocalPrintOperation* print_operation, int http_code) {
813 scoped_ptr<PrivetLocalPrintOperation> local_print_operation_;
H A Dprivet_http_impl.cc471 PrivetLocalPrintOperation::Delegate* delegate)
928 scoped_ptr<PrivetLocalPrintOperation>
930 PrivetLocalPrintOperation::Delegate* delegate) {
932 return scoped_ptr<PrivetLocalPrintOperation>(
935 return scoped_ptr<PrivetLocalPrintOperation>();
/external/chromium_org/chrome/browser/ui/webui/print_preview/
H A Dprint_preview_handler.h45 public local_discovery::PrivetLocalPrintOperation::Delegate,
98 // PrivetLocalPrintOperation::Delegate implementation.
100 const local_discovery::PrivetLocalPrintOperation*
103 const local_discovery::PrivetLocalPrintOperation* print_operation,
338 scoped_ptr<local_discovery::PrivetLocalPrintOperation>
H A Dprint_preview_handler.cc1591 const local_discovery::PrivetLocalPrintOperation* print_operation) {
1596 const local_discovery::PrivetLocalPrintOperation* print_operation,

Completed in 945 milliseconds