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

  /external/chromium_org/content/renderer/dom_storage/
webstoragearea_impl.cc 40 cached_area_(dispatcher()->
47 dispatcher()->CloseCachedArea(connection_id_, cached_area_.get());
51 return cached_area_->GetLength(connection_id_);
55 return cached_area_->GetKey(connection_id_, index);
59 return cached_area_->GetItem(connection_id_, key);
65 if (!cached_area_->SetItem(connection_id_, key, value, page_url))
73 cached_area_->RemoveItem(connection_id_, key, page_url);
77 cached_area_->Clear(connection_id_, page_url);
81 return cached_area_->MemoryBytesUsedByCache();
webstoragearea_impl.h 40 scoped_refptr<DOMStorageCachedArea> cached_area_; member in class:content::WebStorageAreaImpl

Completed in 80 milliseconds