Searched refs:info_operation_ (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/chrome/browser/local_discovery/
H A Dprivet_notifications_unittest.cc182 .WillOnce(SaveArg<0>(&info_operation_));
189 MockPrivetInfoOperation* info_operation_; member in class:local_discovery::__anon5452::PrivetNotificationsListenerTest
209 info_operation_->delegate()->OnPrivetInfoDone(info_operation_,
246 info_operation_->delegate()->OnPrivetInfoDone(info_operation_,
271 info_operation_->delegate()->OnPrivetInfoDone(info_operation_,
290 info_operation_->delegate()->OnPrivetInfoDone(info_operation_,
[all...]
H A Dprivet_http_unittest.cc425 info_operation_ = privet_client_->CreateInfoOperation(&info_delegate_);
429 scoped_ptr<PrivetInfoOperation> info_operation_; member in class:local_discovery::__anon5449::PrivetInfoTest
434 info_operation_->Start();
456 info_operation_->Start();
468 info_operation_ = privet_client_->CreateInfoOperation(&info_delegate_);
469 info_operation_->Start();
481 info_operation_->Start();
502 info_operation_ = privet_client_->CreateInfoOperation(&info_delegate_);
525 scoped_ptr<PrivetInfoOperation> info_operation_; member in class:local_discovery::__anon5449::PrivetRegisterTest
533 info_operation_
[all...]
H A Dprivet_http_impl.cc294 info_operation_ = privet_client_->CreateInfoOperation(this);
295 info_operation_->Start();
385 info_operation_ = privet_client_->CreateInfoOperation(this);
386 info_operation_->Start();
770 if (!info_operation_) {
771 info_operation_ = CreateInfoOperation(this);
772 info_operation_->Start();
780 info_operation_.reset();
H A Dprivet_http_impl.h116 scoped_ptr<PrivetInfoOperation> info_operation_; member in class:local_discovery::PrivetRegisterOperationImpl
146 scoped_ptr<PrivetInfoOperation> info_operation_; member in class:local_discovery::PrivetCapabilitiesOperationImpl
235 scoped_ptr<PrivetInfoOperation> info_operation_; member in class:local_discovery::PrivetLocalPrintOperationImpl
290 scoped_ptr<PrivetInfoOperation> info_operation_; member in class:local_discovery::PrivetHTTPClientImpl

Completed in 111 milliseconds