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

  /external/chromium_org/chrome/browser/local_discovery/
privet_http.h 83 virtual const base::DictionaryValue* GetCachedInfo() const = 0;
privet_http_unittest.cc 196 privet_client_->GetCachedInfo()->GetString("name", &name);
236 EXPECT_EQ(NULL, privet_client_->GetCachedInfo());
250 EXPECT_EQ(NULL, privet_client_->GetCachedInfo());
privet_http_impl.h 96 virtual const base::DictionaryValue* GetCachedInfo() const OVERRIDE;
privet_http_impl.cc 274 const base::DictionaryValue* PrivetHTTPClientImpl::GetCachedInfo() const {

Completed in 651 milliseconds