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

  /external/chromium_org/chrome/browser/chromeos/drive/
resource_metadata_storage.h 75 class CacheEntryIterator {
77 explicit CacheEntryIterator(scoped_ptr<leveldb::Iterator> it);
78 ~CacheEntryIterator();
105 DISALLOW_COPY_AND_ASSIGN(CacheEntryIterator);
177 scoped_ptr<CacheEntryIterator> GetCacheEntryIterator();
resource_metadata_storage.cc 225 ResourceMetadataStorage::CacheEntryIterator::CacheEntryIterator(
234 ResourceMetadataStorage::CacheEntryIterator::~CacheEntryIterator() {
238 bool ResourceMetadataStorage::CacheEntryIterator::IsAtEnd() const {
243 const std::string& ResourceMetadataStorage::CacheEntryIterator::GetID() const {
250 ResourceMetadataStorage::CacheEntryIterator::GetValue() const {
256 void ResourceMetadataStorage::CacheEntryIterator::Advance() {
264 bool ResourceMetadataStorage::CacheEntryIterator::HasError() const {
269 void ResourceMetadataStorage::CacheEntryIterator::AdvanceInternal()
    [all...]

Completed in 361 milliseconds