Home | History | Annotate | Download | only in base

Lines Matching defs:RRResponse

102 // kMaxCacheEntries is the number of RRResponse objects that we'll cache.
108 RRResponse::RRResponse()
112 RRResponse::~RRResponse() {}
116 RRResolverHandle(CompletionCallback* callback, RRResponse* response)
127 // Post copies the contents of |response| to the caller's RRResponse and
129 void Post(int rv, const RRResponse* response) {
140 RRResponse* response_;
412 RRResponse response_;
553 bool RRResponse::HasExpired(const base::Time current_time) const {
559 bool RRResponse::ParseFromResponse(const uint8* p, unsigned len,
666 void HandleResult(int result, const RRResponse& response) {
672 void PostAll(int result, const RRResponse* response) {
703 RRResponse* response,
720 std::map<std::pair<std::string, uint16>, RRResponse>::iterator i;
736 static const RRResponse* kNoResponse = NULL;
792 int result, const RRResponse& response) {
802 std::map<std::pair<std::string, uint16>, RRResponse>::iterator i, cur;