Searched defs:DeleteAll (Results 1 - 16 of 16) sorted by relevance

/external/chromium_org/remoting/host/
H A Dpairing_registry_delegate_linux.cc66 bool PairingRegistryDelegateLinux::DeleteAll() { function in class:remoting::PairingRegistryDelegateLinux
H A Dpairing_registry_delegate_win.cc147 bool PairingRegistryDelegateWin::DeleteAll() { function in class:remoting::PairingRegistryDelegateWin
/external/chromium_org/ui/base/models/
H A Dlist_model.h60 void DeleteAll() { function in class:ui::ListModel
/external/chromium_org/v8/src/
H A Dzone.cc81 DeleteAll();
88 void Zone::DeleteAll() { function in class:v8::internal::Zone
/external/v8/src/
H A Dzone.cc82 if (ShouldDeleteOnExit()) isolate_->zone()->DeleteAll();
107 void Zone::DeleteAll() { function in class:v8::internal::Zone
/external/chromium/chrome/browser/metrics/
H A Dthread_watcher.cc272 NewRunnableMethod(global_, &ThreadWatcherList::DeleteAll));
286 void ThreadWatcherList::DeleteAll() { function in class:ThreadWatcherList
/external/chromium_org/remoting/protocol/
H A Dchannel_multiplexer_unittest.cc57 void DeleteAll() { function in class:remoting::protocol::ChannelMultiplexerTest
68 DeleteAll();
328 .WillOnce(InvokeWithoutArgs(this, &ChannelMultiplexerTest::DeleteAll));
331 .WillOnce(InvokeWithoutArgs(this, &ChannelMultiplexerTest::DeleteAll));
H A Dprotocol_mock_objects.cc69 bool MockPairingRegistryDelegate::DeleteAll() { function in class:remoting::protocol::MockPairingRegistryDelegate
/external/chromium_org/third_party/libjingle/source/talk/examples/peerconnection/server/
H A Dpeer_channel.cc274 DeleteAll();
311 void PeerChannel::DeleteAll() { function in class:PeerChannel
/external/chromium_org/net/ssl/
H A Ddefault_server_bound_cert_store.cc289 void DefaultServerBoundCertStore::DeleteAll( function in class:net::DefaultServerBoundCertStore
/external/chromium/chrome/browser/history/
H A Dtext_database_manager.cc377 void TextDatabaseManager::DeleteAll() { function in class:history::TextDatabaseManager
/external/chromium_org/chrome/browser/metrics/
H A Dthread_watcher.cc452 DeleteAll();
681 void ThreadWatcherList::DeleteAll() { function in class:ThreadWatcherList
685 base::Bind(&ThreadWatcherList::DeleteAll));
/external/chromium_org/media/filters/
H A Dsource_buffer_stream.cc83 void DeleteAll(BufferQueue* deleted_buffers);
859 selected_range_->DeleteAll(deleted_buffers);
911 overlapped_range->DeleteAll(deleted_buffers);
1528 void SourceBufferRange::DeleteAll(BufferQueue* removed_buffers) { function in class:SourceBufferRange
/external/chromium_org/net/cookies/
H A Dcookie_monster_unittest.cc169 int DeleteAll(CookieMonster*cm) { function in class:net::__anon8608::CookieMonsterTest
239 DeleteAll(cm.get());
495 DeleteAll(cm);
1140 EXPECT_EQ(2, DeleteAll(cm.get()));
1152 EXPECT_EQ(1, DeleteAll(cm.get())); // sync_to_store = true.
1198 EXPECT_EQ(0, DeleteAll(cm.get()));
H A Dcookie_monster.cc533 // Task class for DeleteAll call.
555 int num_deleted = this->cookie_monster()->DeleteAll(true);
1166 int CookieMonster::DeleteAll(bool sync_to_store) { function in class:net::CookieMonster
1414 DeleteAll(false);
/external/mdnsresponder/mDNSShared/
H A Ddnsextd.c1337 // iterate over table, deleting expired records (or all records if DeleteAll is true)
1338 mDNSlocal void DeleteRecords(DaemonInfo *d, mDNSBool DeleteAll) argument
1352 if (DeleteAll || (*ptr)->expire - now.tv_sec < 0)

Completed in 370 milliseconds