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

  /external/chromium_org/content/renderer/dom_storage/
webstoragearea_impl.cc 80 size_t WebStorageAreaImpl::memoryBytesUsedByCache() const {
81 return cached_area_->MemoryBytesUsedByCache();
  /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.cpp 151 size_t StorageAreaProxy::memoryBytesUsedByCache()
153 return m_storageArea->memoryBytesUsedByCache();

Completed in 70 milliseconds