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

  /external/chromium_org/chrome/browser/services/gcm/
gcm_profile_service.cc 280 testing_delegate_(NULL),
288 testing_delegate_(testing_delegate),
461 if (testing_delegate_)
462 testing_delegate_->CheckInFinished(checkin_info, GCMClient::SUCCESS);
538 if (testing_delegate_)
539 testing_delegate_->CheckInFinished(checkin_info, result);
613 if (testing_delegate_ && testing_delegate_->GetEventRouter())
614 return testing_delegate_->GetEventRouter();
687 if (testing_delegate_)
    [all...]
gcm_profile_service.h 189 TestingDelegate* testing_delegate_; member in class:gcm::GCMProfileService

Completed in 804 milliseconds