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

  /external/chromium_org/chrome/browser/local_discovery/
privet_http_unittest.cc 445 info_operation_ = privet_client_->CreateInfoOperation(
450 scoped_ptr<PrivetJSONOperation> info_operation_; member in class:local_discovery::__anon8795::PrivetInfoTest
455 info_operation_->Start();
472 info_operation_->Start();
492 info_operation_ = privet_client_->CreateInfoOperation(
516 scoped_ptr<PrivetJSONOperation> info_operation_; member in class:local_discovery::__anon8795::PrivetRegisterTest
    [all...]
privet_http_impl.h 118 scoped_ptr<PrivetJSONOperation> info_operation_; member in class:local_discovery::PrivetRegisterOperationImpl
282 scoped_ptr<PrivetJSONOperation> info_operation_; member in class:local_discovery::PrivetLocalPrintOperationImpl
317 scoped_ptr<PrivetJSONOperation> info_operation_; member in class:local_discovery::PrivetHTTPClientImpl
privet_http_impl.cc 313 info_operation_ = privet_client_->CreateInfoOperation(
316 info_operation_->Start();
491 info_operation_ = privet_client_->CreateInfoOperation(
494 info_operation_->Start();
868 if (!info_operation_) {
869 info_operation_ = CreateInfoOperation(
872 info_operation_->Start();
878 info_operation_.reset();

Completed in 292 milliseconds