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

  /external/chromium_org/chrome/browser/local_discovery/
privet_http.h 144 class PrivetLocalPrintOperation {
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;
privet_http_impl.h 199 : public PrivetLocalPrintOperation,
203 PrivetLocalPrintOperation::Delegate* delegate);
257 PrivetLocalPrintOperation::Delegate* delegate_;
336 virtual scoped_ptr<PrivetLocalPrintOperation> CreateLocalPrintOperation(
337 PrivetLocalPrintOperation::Delegate* delegate) OVERRIDE;
privet_http_unittest.cc 418 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_;
    [all...]
privet_http_impl.cc 471 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/
print_preview_handler.h 45 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>
print_preview_handler.cc     [all...]

Completed in 158 milliseconds