Searched refs:commit_batch (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/content/browser/dom_storage/
H A Ddom_storage_area.cc141 CommitBatch* commit_batch = CreateCommitBatchIfNeeded(); local
142 commit_batch->changed_values[key] = base::NullableString16(value, false);
156 CommitBatch* commit_batch = CreateCommitBatchIfNeeded(); local
157 commit_batch->changed_values[key] = base::NullableString16();
173 CommitBatch* commit_batch = CreateCommitBatchIfNeeded(); local
174 commit_batch->clear_all_first = true;
175 commit_batch->changed_values.clear();
195 CommitBatch* commit_batch = CreateCommitBatchIfNeeded(); local
196 commit_batch->clear_all_first = true;
197 commit_batch
361 CommitChanges(const CommitBatch* commit_batch) argument
[all...]
H A Ddom_storage_area.h117 void CommitChanges(const CommitBatch* commit_batch);

Completed in 67 milliseconds