Home
last modified time | relevance | path

Searched refs:BeginUpdate (Results 1 – 12 of 12) sorted by relevance

/external/chromium/chrome/browser/safe_browsing/
Dsafe_browsing_store_unittest_helper.cc29 EXPECT_TRUE(store->BeginUpdate()); in SafeBrowsingStoreTestEmpty()
60 EXPECT_TRUE(store->BeginUpdate()); in SafeBrowsingStoreTestStorePrefix()
116 EXPECT_TRUE(store->BeginUpdate()); in SafeBrowsingStoreTestStorePrefix()
149 EXPECT_TRUE(store->BeginUpdate()); in SafeBrowsingStoreTestSubKnockout()
182 EXPECT_TRUE(store->BeginUpdate()); in SafeBrowsingStoreTestSubKnockout()
201 EXPECT_TRUE(store->BeginUpdate()); in SafeBrowsingStoreTestSubKnockout()
222 EXPECT_TRUE(store->BeginUpdate()); in SafeBrowsingStoreTestDeleteChunks()
287 EXPECT_TRUE(store->BeginUpdate()); in SafeBrowsingStoreTestDeleteChunks()
305 EXPECT_TRUE(store->BeginUpdate()); in SafeBrowsingStoreTestDeleteChunks()
327 EXPECT_TRUE(store->BeginUpdate()); in SafeBrowsingStoreTestDelete()
Dsafe_browsing_store_file_unittest.cc70 EXPECT_TRUE(store_->BeginUpdate()); in TEST_F()
104 EXPECT_TRUE(test_store.BeginUpdate()); in TEST_F()
127 EXPECT_TRUE(test_store.BeginUpdate()); in TEST_F()
144 EXPECT_FALSE(test_store.BeginUpdate()); in TEST_F()
Dsafe_browsing_store_file.h135 virtual bool BeginUpdate();
Dsafe_browsing_store.h187 virtual bool BeginUpdate() = 0;
Dsafe_browsing_database.cc966 if (!browse_store_->BeginUpdate()) { in UpdateStarted()
972 if (download_store_.get() && !download_store_->BeginUpdate()) { in UpdateStarted()
978 if (csd_whitelist_store_.get() && !csd_whitelist_store_->BeginUpdate()) { in UpdateStarted()
Dsafe_browsing_store_file.cc375 bool SafeBrowsingStoreFile::BeginUpdate() { in BeginUpdate() function in SafeBrowsingStoreFile
/external/qemu/distrib/sdl-1.2.15/src/video/maccommon/
DSDL_macevents.c387 BeginUpdate(SDL_Window); in Mac_HandleEvents()
/external/qemu/distrib/sdl-1.2.15/src/video/symbian/EKA2/
Ddsa_old.cpp134 if(KErrNone == iDsb.Dsb().BeginUpdate(info))
Ddsa.cpp541 if(KErrNone == iDsb.Dsb().BeginUpdate(info))
Ddsa_new.cpp260 if(KErrNone == iDsb.Dsb().BeginUpdate(info))
/external/webkit/Source/WebKit/mac/Plugins/
DWebNetscapePluginView.mm487 // AppKit may have tried to help us by doing a BeginUpdate.
489 // We reset the port's visible region to counteract what BeginUpdate did.
/external/webkit/Source/WebKit/mac/
DChangeLog-2002-12-034840 BeginUpdate call. This ensures we can draw where we think we are dirty, not just