Home
last modified time | relevance | path

Searched defs:commit_batch (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/content/browser/dom_storage/
Ddom_storage_area.cc141 CommitBatch* commit_batch = CreateCommitBatchIfNeeded(); in SetItem() local
156 CommitBatch* commit_batch = CreateCommitBatchIfNeeded(); in RemoveItem() local
173 CommitBatch* commit_batch = CreateCommitBatchIfNeeded(); in Clear() local
195 CommitBatch* commit_batch = CreateCommitBatchIfNeeded(); in FastClear() local
361 void DOMStorageArea::CommitChanges(const CommitBatch* commit_batch) { in CommitChanges()