HomeSort by relevance Sort by last modified time
    Searched refs:memoryBytesUsedByCache (Results 1 - 6 of 6) 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/Source/core/storage/
StorageArea.h 56 virtual size_t memoryBytesUsedByCache() = 0;
  /external/chromium_org/third_party/WebKit/public/platform/
WebStorageArea.h 88 virtual size_t memoryBytesUsedByCache() const { return 0; }
  /external/chromium_org/third_party/WebKit/Source/web/
StorageAreaProxy.h 61 virtual size_t memoryBytesUsedByCache();
StorageAreaProxy.cpp 151 size_t StorageAreaProxy::memoryBytesUsedByCache()
153 return m_storageArea->memoryBytesUsedByCache();

Completed in 44 milliseconds