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

  /external/chromium_org/net/quic/
quic_config.cc 185 const QuicTag* received_tags; local
187 QuicErrorCode error = ReadVector(peer_hello, &received_tags,
195 !ContainsQuicTag(possible_values_, *received_tags)) {
199 negotiated_tag_ = *received_tags;
203 received_tags,
402 const QuicTag* received_tags; local
405 peer_hello.GetTaglist(tag_, &received_tags, &received_tags_length);
417 receive_values_.push_back(received_tags[i]);
  /external/chromium_org/chromeos/dbus/
nfc_tag_client.cc 174 const std::vector<dbus::ObjectPath>& received_tags = variable
179 object_map->UpdateObjects(received_tags);

Completed in 72 milliseconds