HasUncommittedChanges  232 content/browser/dom_storage/dom_storage_area.cc   if (HasUncommittedChanges()) {
HasUncommittedChanges  256 content/browser/dom_storage/dom_storage_area.cc       HasUncommittedChanges())  // We leave things alone with changes pending.
HasUncommittedChanges   67 content/browser/dom_storage/dom_storage_area.h   bool HasUncommittedChanges() const;
HasUncommittedChanges   47 content/browser/dom_storage/dom_storage_area_unittest.cc     EXPECT_TRUE(area->HasUncommittedChanges());
HasUncommittedChanges   54 content/browser/dom_storage/dom_storage_area_unittest.cc     EXPECT_TRUE(area->HasUncommittedChanges());
HasUncommittedChanges   89 content/browser/dom_storage/dom_storage_area_unittest.cc   EXPECT_FALSE(area->HasUncommittedChanges());
HasUncommittedChanges  228 content/browser/dom_storage/dom_storage_area_unittest.cc   EXPECT_TRUE(area->HasUncommittedChanges());
HasUncommittedChanges  237 content/browser/dom_storage/dom_storage_area_unittest.cc   EXPECT_FALSE(area->HasUncommittedChanges());
HasUncommittedChanges  263 content/browser/dom_storage/dom_storage_area_unittest.cc   EXPECT_TRUE(area->HasUncommittedChanges());
HasUncommittedChanges  275 content/browser/dom_storage/dom_storage_area_unittest.cc   EXPECT_FALSE(area->HasUncommittedChanges());
HasUncommittedChanges  300 content/browser/dom_storage/dom_storage_area_unittest.cc   EXPECT_TRUE(area->HasUncommittedChanges());
HasUncommittedChanges  342 content/browser/dom_storage/dom_storage_area_unittest.cc   EXPECT_TRUE(area->HasUncommittedChanges());
HasUncommittedChanges  345 content/browser/dom_storage/dom_storage_area_unittest.cc   EXPECT_TRUE(area->HasUncommittedChanges());
HasUncommittedChanges  348 content/browser/dom_storage/dom_storage_area_unittest.cc   EXPECT_FALSE(area->HasUncommittedChanges());
HasUncommittedChanges  357 content/browser/dom_storage/dom_storage_area_unittest.cc   EXPECT_TRUE(area->HasUncommittedChanges());
HasUncommittedChanges  360 content/browser/dom_storage/dom_storage_area_unittest.cc   EXPECT_TRUE(area->HasUncommittedChanges());
HasUncommittedChanges  363 content/browser/dom_storage/dom_storage_area_unittest.cc   EXPECT_FALSE(area->HasUncommittedChanges());
HasUncommittedChanges  402 content/browser/dom_storage/dom_storage_area_unittest.cc   EXPECT_TRUE(area->HasUncommittedChanges());
HasUncommittedChanges  405 content/browser/dom_storage/dom_storage_area_unittest.cc   EXPECT_TRUE(area->HasUncommittedChanges());
HasUncommittedChanges  413 content/browser/dom_storage/dom_storage_area_unittest.cc   EXPECT_FALSE(area->HasUncommittedChanges());
HasUncommittedChanges  201 content/browser/dom_storage/dom_storage_namespace.cc     if (it->second.area_->HasUncommittedChanges()) {