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

  /external/chromium_org/chrome/browser/local_discovery/
privet_http.h 32 class PrivetJSONOperation {
38 virtual ~PrivetJSONOperation() {}
54 virtual scoped_ptr<PrivetJSONOperation> CreateInfoOperation(
55 const PrivetJSONOperation::ResultCallback& callback) = 0;
196 virtual scoped_ptr<PrivetJSONOperation> CreateInfoOperation(
197 const PrivetJSONOperation::ResultCallback& callback) = 0;
205 virtual scoped_ptr<PrivetJSONOperation> CreateCapabilitiesOperation(
206 const PrivetJSONOperation::ResultCallback& callback) = 0;
privet_http_impl.h 27 class PrivetInfoOperationImpl : public PrivetJSONOperation,
31 const PrivetJSONOperation::ResultCallback& callback);
46 PrivetJSONOperation::ResultCallback callback_;
118 scoped_ptr<PrivetJSONOperation> info_operation_;
122 class PrivetJSONOperationImpl : public PrivetJSONOperation,
128 const PrivetJSONOperation::ResultCallback& callback);
147 PrivetJSONOperation::ResultCallback callback_;
282 scoped_ptr<PrivetJSONOperation> info_operation_;
299 virtual scoped_ptr<PrivetJSONOperation> CreateInfoOperation(
300 const PrivetJSONOperation::ResultCallback& callback) OVERRIDE
    [all...]
privetv3_setup_flow_unittest.cc 47 PrivetJSONOperation*(const PrivetJSONOperation::ResultCallback&));
54 virtual scoped_ptr<PrivetJSONOperation> CreateInfoOperation(
55 const PrivetJSONOperation::ResultCallback& callback) OVERRIDE {
privet_http_impl.cc 92 const PrivetJSONOperation::ResultCallback& callback)
354 const PrivetJSONOperation::ResultCallback& callback)
843 scoped_ptr<PrivetJSONOperation> PrivetHTTPClientImpl::CreateInfoOperation(
844 const PrivetJSONOperation::ResultCallback& callback) {
845 return scoped_ptr<PrivetJSONOperation>(
908 scoped_ptr<PrivetJSONOperation> PrivetV1HTTPClientImpl::CreateInfoOperation(
909 const PrivetJSONOperation::ResultCallback& callback) {
921 scoped_ptr<PrivetJSONOperation>
923 const PrivetJSONOperation::ResultCallback& callback) {
924 return scoped_ptr<PrivetJSONOperation>(new PrivetJSONOperationImpl
    [all...]
privet_notifications.h 70 scoped_ptr<PrivetJSONOperation> info_operation;
privet_http_unittest.cc 367 PrivetJSONOperation::ResultCallback callback() {
450 scoped_ptr<PrivetJSONOperation> info_operation_;
516 scoped_ptr<PrivetJSONOperation> info_operation_;
686 scoped_ptr<PrivetJSONOperation> capabilities_operation_;
    [all...]
privet_local_printer_lister.cc 21 scoped_ptr<PrivetJSONOperation> info_operation;
  /external/chromium_org/chrome/browser/ui/webui/print_preview/
print_preview_handler.h 336 scoped_ptr<local_discovery::PrivetJSONOperation>

Completed in 169 milliseconds