Counter            14 crypto/encryptor.cc Encryptor::Counter::Counter(const base::StringPiece& counter) {
Counter            20 crypto/encryptor.cc Encryptor::Counter::~Counter() {
Counter            23 crypto/encryptor.cc bool Encryptor::Counter::Increment() {
Counter            38 crypto/encryptor.cc void Encryptor::Counter::Write(void* buf) {
Counter            43 crypto/encryptor.cc size_t Encryptor::Counter::GetLengthInBytes() const {
Counter            56 crypto/encryptor.cc   counter_.reset(new Counter(counter));
Counter            34 crypto/encryptor.h   class CRYPTO_EXPORT Counter {
Counter            36 crypto/encryptor.h     explicit Counter(const base::StringPiece& counter);
Counter            37 crypto/encryptor.h     ~Counter();
Counter           115 crypto/encryptor.h   scoped_ptr<Counter> counter_;
Counter           321 crypto/encryptor_unittest.cc   crypto::Encryptor::Counter counter1(
Counter           336 crypto/encryptor_unittest.cc   crypto::Encryptor::Counter counter2(
Counter           348 crypto/encryptor_unittest.cc   crypto::Encryptor::Counter counter3(