commit_batches_in_flight_  225 content/browser/dom_storage/dom_storage_area.cc   return commit_batch_.get() || commit_batches_in_flight_;
commit_batches_in_flight_  328 content/browser/dom_storage/dom_storage_area.cc     if (!commit_batches_in_flight_) {
commit_batches_in_flight_  357 content/browser/dom_storage/dom_storage_area.cc   ++commit_batches_in_flight_;
commit_batches_in_flight_  376 content/browser/dom_storage/dom_storage_area.cc   --commit_batches_in_flight_;
commit_batches_in_flight_  379 content/browser/dom_storage/dom_storage_area.cc   if (commit_batch_.get() && !commit_batches_in_flight_) {
commit_batches_in_flight_  133 content/browser/dom_storage/dom_storage_area.h   int commit_batches_in_flight_;
commit_batches_in_flight_   45 content/browser/dom_storage/dom_storage_area_unittest.cc     EXPECT_EQ(1, area->commit_batches_in_flight_);
commit_batches_in_flight_   53 content/browser/dom_storage/dom_storage_area_unittest.cc     EXPECT_EQ(1, area->commit_batches_in_flight_);
commit_batches_in_flight_  185 content/browser/dom_storage/dom_storage_area_unittest.cc     EXPECT_EQ(0, area->commit_batches_in_flight_);
commit_batches_in_flight_  190 content/browser/dom_storage/dom_storage_area_unittest.cc     EXPECT_EQ(0, area->commit_batches_in_flight_);
commit_batches_in_flight_  239 content/browser/dom_storage/dom_storage_area_unittest.cc   EXPECT_EQ(0, area->commit_batches_in_flight_);
commit_batches_in_flight_  254 content/browser/dom_storage/dom_storage_area_unittest.cc   EXPECT_EQ(0, area->commit_batches_in_flight_);