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

  /external/chromium_org/content/renderer/dom_storage/
webstoragearea_impl.h 36 virtual size_t memoryBytesUsedByCache() const;
webstoragearea_impl.cc 80 size_t WebStorageAreaImpl::memoryBytesUsedByCache() const {
81 return cached_area_->MemoryBytesUsedByCache();
  /external/chromium_org/third_party/WebKit/public/platform/
WebStorageArea.h 89 virtual size_t memoryBytesUsedByCache() const { return 0; }
  /external/chromium_org/third_party/WebKit/Source/core/storage/
StorageArea.h 68 size_t memoryBytesUsedByCache();
StorageArea.cpp 138 size_t StorageArea::memoryBytesUsedByCache()
140 return m_storageArea->memoryBytesUsedByCache();

Completed in 508 milliseconds