CommitBatch        30 content/browser/dom_storage/dom_storage_area.cc DOMStorageArea::CommitBatch::CommitBatch()
CommitBatch        33 content/browser/dom_storage/dom_storage_area.cc DOMStorageArea::CommitBatch::~CommitBatch() {}
CommitBatch       141 content/browser/dom_storage/dom_storage_area.cc     CommitBatch* commit_batch = CreateCommitBatchIfNeeded();
CommitBatch       156 content/browser/dom_storage/dom_storage_area.cc     CommitBatch* commit_batch = CreateCommitBatchIfNeeded();
CommitBatch       173 content/browser/dom_storage/dom_storage_area.cc     CommitBatch* commit_batch = CreateCommitBatchIfNeeded();
CommitBatch       195 content/browser/dom_storage/dom_storage_area.cc     CommitBatch* commit_batch = CreateCommitBatchIfNeeded();
CommitBatch       320 content/browser/dom_storage/dom_storage_area.cc DOMStorageArea::CommitBatch* DOMStorageArea::CreateCommitBatchIfNeeded() {
CommitBatch       323 content/browser/dom_storage/dom_storage_area.cc     commit_batch_.reset(new CommitBatch());
CommitBatch       361 content/browser/dom_storage/dom_storage_area.cc void DOMStorageArea::CommitChanges(const CommitBatch* commit_batch) {
CommitBatch       101 content/browser/dom_storage/dom_storage_area.h     CommitBatch();
CommitBatch       102 content/browser/dom_storage/dom_storage_area.h     ~CommitBatch();
CommitBatch       115 content/browser/dom_storage/dom_storage_area.h   CommitBatch* CreateCommitBatchIfNeeded();
CommitBatch       117 content/browser/dom_storage/dom_storage_area.h   void CommitChanges(const CommitBatch* commit_batch);
CommitBatch       132 content/browser/dom_storage/dom_storage_area.h   scoped_ptr<CommitBatch> commit_batch_;