HomeSort by relevance Sort by last modified time
    Searched full:info_operation_ (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/chrome/browser/local_discovery/
privet_notifications_unittest.cc 182 .WillOnce(SaveArg<0>(&info_operation_));
189 MockPrivetInfoOperation* info_operation_; member in class:local_discovery::__anon7858::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...]
privet_http_impl.h 116 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
privet_http_impl.cc 294 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();
privet_http_unittest.cc 425 info_operation_ = privet_client_->CreateInfoOperation(&info_delegate_);
429 scoped_ptr<PrivetInfoOperation> info_operation_; member in class:local_discovery::__anon7855::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::__anon7855::PrivetRegisterTest
533 info_operation_->Start()
    [all...]

Completed in 67 milliseconds