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

  /external/chromium_org/content/browser/dom_storage/
dom_storage_area.h 61 void FastClear();
dom_storage_area.cc 181 void DOMStorageArea::FastClear() {
183 // to make the following 3 to work together: 1) FastClear, 2) PurgeMemory and
252 // Purging sessionStorage is not supported; it won't work with FastClear.
dom_storage_namespace.cc 187 area->FastClear();

Completed in 611 milliseconds