Home
last modified time | relevance | path

Searched refs:DeleteAll (Results 1 – 20 of 20) sorted by relevance

/external/webkit/Source/WebKit/android/jni/
DCookieManager.cpp67 WebCookieJar::get(false)->cookieStore()->GetCookieMonster()->DeleteAll(true); in removeAllCookie()
73 WebCookieJar::get(true)->cookieStore()->GetCookieMonster()->DeleteAll(true); in removeAllCookie()
/external/v8/src/
Dzone.cc82 if (ShouldDeleteOnExit()) isolate_->zone()->DeleteAll(); in ~ZoneScope()
107 void Zone::DeleteAll() { in DeleteAll() function in v8::internal::Zone
Dzone.h76 void DeleteAll();
/external/skia/src/views/
DSkTagList.h40 static void DeleteAll(SkTagList* head);
DSkTagList.cpp54 void SkTagList::DeleteAll(SkTagList* rec) in DeleteAll() function in SkTagList
DSkEventSink.cpp51 SkTagList::DeleteAll(fTagHead); in ~SkEventSink()
/external/chromium/chrome/browser/history/
Din_memory_history_backend.h77 FRIEND_TEST_ALL_PREFIXES(HistoryBackendTest, DeleteAll);
Dtext_database_manager.h142 void DeleteAll();
Dhistory_backend.h335 FRIEND_TEST_ALL_PREFIXES(HistoryBackendTest, DeleteAll);
Dtext_database_manager.cc377 void TextDatabaseManager::DeleteAll() { in DeleteAll() function in history::TextDatabaseManager
Dhistory_backend.cc578 text_database_->DeleteAll(); in InitImpl()
2118 text_database_->DeleteAll(); in DeleteAllHistory()
Dhistory_backend_unittest.cc210 TEST_F(HistoryBackendTest, DeleteAll) { in TEST_F() argument
/external/chromium/net/base/
Dcookie_monster_perftest.cc73 cm->DeleteAll(false); in TEST()
101 cm->DeleteAll(false); in TEST()
Dcookie_monster_unittest.cc49 cm->DeleteAll(true); in PopulateCmForDeleteAllForHost()
894 EXPECT_EQ(2, cm->DeleteAll(false)); in TEST()
906 EXPECT_EQ(1, cm->DeleteAll(true)); // sync_to_store = true. in TEST()
938 EXPECT_EQ(0, cm->DeleteAll(false)); in TEST()
980 EXPECT_EQ(0, cm->DeleteAll(false)); in TEST()
Dcookie_monster.h166 int DeleteAll(bool sync_to_store);
Dcookie_monster.cc625 int CookieMonster::DeleteAll(bool sync_to_store) { in DeleteAll() function in net::CookieMonster
843 DeleteAll(false); in ~CookieMonster()
/external/chromium/chrome/browser/metrics/
Dthread_watcher.cc272 NewRunnableMethod(global_, &ThreadWatcherList::DeleteAll)); in StopWatchingAll()
286 void ThreadWatcherList::DeleteAll() { in DeleteAll() function in ThreadWatcherList
Dthread_watcher.h240 void DeleteAll();
/external/chromium/chrome/browser/visitedlink/
Dvisitedlink_unittest.cc269 TEST_F(VisitedLinkTest, DeleteAll) { in TEST_F() argument
/external/mdnsresponder/mDNSShared/
Ddnsextd.c1338 mDNSlocal void DeleteRecords(DaemonInfo *d, mDNSBool DeleteAll) in DeleteRecords() argument
1352 if (DeleteAll || (*ptr)->expire - now.tv_sec < 0) in DeleteRecords()