tag_               11 device/nfc/nfc_tag_technology.cc NfcTagTechnology::NfcTagTechnology(NfcTag* tag) : tag_(tag) {
tag_               14 device/nfc/nfc_tag_technology.cc NfcTagTechnology::NfcTagTechnology() : tag_(NULL) {
tag_               40 device/nfc/nfc_tag_technology.h   NfcTag* tag() const { return tag_; }
tag_               54 device/nfc/nfc_tag_technology.h   NfcTag* tag_;
tag_               33 google_apis/gcm/base/mcs_message.cc MCSMessage::MCSMessage() : tag_(0), size_(0) {}
tag_               36 google_apis/gcm/base/mcs_message.cc   : tag_(GetMCSProtoTag(protobuf)),
tag_               38 google_apis/gcm/base/mcs_message.cc     core_(new Core(tag_, protobuf)) {
tag_               43 google_apis/gcm/base/mcs_message.cc   : tag_(tag),
tag_               45 google_apis/gcm/base/mcs_message.cc     core_(new Core(tag_, protobuf)) {
tag_               51 google_apis/gcm/base/mcs_message.cc   : tag_(tag),
tag_               53 google_apis/gcm/base/mcs_message.cc     core_(new Core(tag_, protobuf.Pass())) {
tag_               46 google_apis/gcm/base/mcs_message.h   uint8 tag() const { return tag_; }
tag_               76 google_apis/gcm/base/mcs_message.h   const uint8 tag_;
tag_               42 net/base/prioritized_dispatcher_unittest.cc           tag_(tag),
tag_               74 net/base/prioritized_dispatcher_unittest.cc         EXPECT_EQ(tag_, reinterpret_cast<TestJob*>(handle_.value())->tag_);
tag_               94 net/base/prioritized_dispatcher_unittest.cc         EXPECT_EQ(tag_, reinterpret_cast<TestJob*>(handle_.value())->tag_);
tag_              124 net/base/prioritized_dispatcher_unittest.cc       log_->append(1u, tag_);
tag_              130 net/base/prioritized_dispatcher_unittest.cc     char tag_;
tag_               22 net/quic/crypto/crypto_handshake_message.cc     : tag_(0),
tag_               27 net/quic/crypto/crypto_handshake_message.cc     : tag_(other.tag_),
tag_               38 net/quic/crypto/crypto_handshake_message.cc   tag_ = other.tag_;
tag_               48 net/quic/crypto/crypto_handshake_message.cc   tag_ = 0;
tag_              234 net/quic/crypto/crypto_handshake_message.cc   string ret = string(2 * indent, ' ') + QuicUtils::TagToString(tag_) + "<\n";
tag_               57 net/quic/crypto/crypto_handshake_message.h   QuicTag tag() const { return tag_; }
tag_               59 net/quic/crypto/crypto_handshake_message.h   void set_tag(QuicTag tag) { tag_ = tag; }
tag_              123 net/quic/crypto/crypto_handshake_message.h   QuicTag tag_;
tag_               30 net/quic/crypto/crypto_server_config_protobuf.h       return tag_;
tag_               33 net/quic/crypto/crypto_server_config_protobuf.h       tag_ = tag;
tag_               43 net/quic/crypto/crypto_server_config_protobuf.h     QuicTag tag_;
tag_               53 net/quic/quic_config.cc     : tag_(tag),
tag_               89 net/quic/quic_config.cc     out->SetValue(tag_, negotiated_value_);
tag_               91 net/quic/quic_config.cc     out->SetValue(tag_, max_value_);
tag_              102 net/quic/quic_config.cc                                    tag_,
tag_              123 net/quic/quic_config.cc                                    tag_,
tag_              134 net/quic/quic_config.cc         QuicUtils::TagToString(tag_);
tag_              170 net/quic/quic_config.cc     out->SetValue(tag_, negotiated_tag_);
tag_              172 net/quic/quic_config.cc     out->SetVector(tag_, possible_values_);
tag_              182 net/quic/quic_config.cc   QuicErrorCode error = msg.GetTaglist(tag_, out, out_length);
tag_              186 net/quic/quic_config.cc         *error_details = "Missing " + QuicUtils::TagToString(tag_);
tag_              196 net/quic/quic_config.cc       *error_details = "Bad " + QuicUtils::TagToString(tag_);
tag_              222 net/quic/quic_config.cc     *error_details = "Unsuported " + QuicUtils::TagToString(tag_);
tag_              247 net/quic/quic_config.cc     *error_details = "Invalid " + QuicUtils::TagToString(tag_);
tag_              270 net/quic/quic_config.cc   out->SetValue(tag_, value_);
tag_              278 net/quic/quic_config.cc       ReadUint32(client_hello, tag_, presence_, value_, &value_, error_details);
tag_              290 net/quic/quic_config.cc       ReadUint32(server_hello, tag_, presence_, value_, &value_, error_details);
tag_               52 net/quic/quic_config.h   const QuicTag tag_;
tag_               94 net/quic/quic_connection_test.cc       : tag_(tag) {
tag_              111 net/quic/quic_connection_test.cc     memset(output, tag_, kTagSize);
tag_              148 net/quic/quic_connection_test.cc   const uint8 tag_;
tag_              223 net/quic/quic_connection_test.cc   explicit StrictTaggingDecrypter(uint8 tag) : tag_(tag) {}
tag_              228 net/quic/quic_connection_test.cc     return tag_;
tag_              232 net/quic/quic_connection_test.cc   const uint8 tag_;
tag_              111 sandbox/win/src/crosscall_params.h     return tag_;
tag_              146 sandbox/win/src/crosscall_params.h       : tag_(tag),
tag_              152 sandbox/win/src/crosscall_params.h   uint32 tag_;
tag_              130 third_party/tcmalloc/chromium/src/internal_logging.cc   switch (item.tag_) {
tag_               71 third_party/tcmalloc/chromium/src/internal_logging.h   LogItem()                     : tag_(kEnd)      { }
tag_               72 third_party/tcmalloc/chromium/src/internal_logging.h   LogItem(const char* v)        : tag_(kStr)      { u_.str = v; }
tag_               73 third_party/tcmalloc/chromium/src/internal_logging.h   LogItem(int v)                : tag_(kSigned)   { u_.snum = v; }
tag_               74 third_party/tcmalloc/chromium/src/internal_logging.h   LogItem(long v)               : tag_(kSigned)   { u_.snum = v; }
tag_               75 third_party/tcmalloc/chromium/src/internal_logging.h   LogItem(long long v)          : tag_(kSigned)   { u_.snum = v; }
tag_               76 third_party/tcmalloc/chromium/src/internal_logging.h   LogItem(unsigned int v)       : tag_(kUnsigned) { u_.unum = v; }
tag_               77 third_party/tcmalloc/chromium/src/internal_logging.h   LogItem(unsigned long v)      : tag_(kUnsigned) { u_.unum = v; }
tag_               78 third_party/tcmalloc/chromium/src/internal_logging.h   LogItem(unsigned long long v) : tag_(kUnsigned) { u_.unum = v; }
tag_               79 third_party/tcmalloc/chromium/src/internal_logging.h   LogItem(const void* v)        : tag_(kPtr)      { u_.ptr = v; }
tag_               89 third_party/tcmalloc/chromium/src/internal_logging.h   Tag tag_;
tag_              129 third_party/tcmalloc/vendor/src/internal_logging.cc   switch (item.tag_) {
tag_               71 third_party/tcmalloc/vendor/src/internal_logging.h   LogItem()                     : tag_(kEnd)      { }
tag_               72 third_party/tcmalloc/vendor/src/internal_logging.h   LogItem(const char* v)        : tag_(kStr)      { u_.str = v; }
tag_               73 third_party/tcmalloc/vendor/src/internal_logging.h   LogItem(int v)                : tag_(kSigned)   { u_.snum = v; }
tag_               74 third_party/tcmalloc/vendor/src/internal_logging.h   LogItem(long v)               : tag_(kSigned)   { u_.snum = v; }
tag_               75 third_party/tcmalloc/vendor/src/internal_logging.h   LogItem(long long v)          : tag_(kSigned)   { u_.snum = v; }
tag_               76 third_party/tcmalloc/vendor/src/internal_logging.h   LogItem(unsigned int v)       : tag_(kUnsigned) { u_.unum = v; }
tag_               77 third_party/tcmalloc/vendor/src/internal_logging.h   LogItem(unsigned long v)      : tag_(kUnsigned) { u_.unum = v; }
tag_               78 third_party/tcmalloc/vendor/src/internal_logging.h   LogItem(unsigned long long v) : tag_(kUnsigned) { u_.unum = v; }
tag_               79 third_party/tcmalloc/vendor/src/internal_logging.h   LogItem(const void* v)        : tag_(kPtr)      { u_.ptr = v; }
tag_               89 third_party/tcmalloc/vendor/src/internal_logging.h   Tag tag_;
tag_               53 ui/views/controls/button/button.h   int tag() const { return tag_; }
tag_               54 ui/views/controls/button/button.h   void set_tag(int tag) { tag_ = tag; }
tag_               84 ui/views/controls/button/button.h   int tag_;