Searched defs:DeleteAll (Results 1 - 13 of 13) 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.cc146 bool PairingRegistryDelegateWin::DeleteAll() { function in class:remoting::PairingRegistryDelegateWin
/external/chromium_org/ui/base/models/
H A Dlist_model.h62 void DeleteAll() { function in class:ui::ListModel
/external/chromium_org/v8/src/
H A Dzone.cc58 DeleteAll();
106 void Zone::DeleteAll() { function in class:v8::internal::Zone
/external/chromium_org/remoting/protocol/
H A Dchannel_multiplexer_unittest.cc58 void DeleteAll() { function in class:remoting::protocol::ChannelMultiplexerTest
69 DeleteAll();
332 .WillOnce(InvokeWithoutArgs(this, &ChannelMultiplexerTest::DeleteAll));
335 .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.cc279 DeleteAll();
316 void PeerChannel::DeleteAll() { function in class:PeerChannel
/external/chromium_org/net/ssl/
H A Ddefault_channel_id_store.cc286 void DefaultChannelIDStore::DeleteAll( function in class:net::DefaultChannelIDStore
/external/chromium_org/media/filters/
H A Dsource_buffer_range.cc190 void SourceBufferRange::DeleteAll(BufferQueue* removed_buffers) { function in class:media::SourceBufferRange
/external/chromium_org/chrome/browser/metrics/
H A Dthread_watcher.cc468 DeleteAll();
720 void ThreadWatcherList::DeleteAll() { function in class:ThreadWatcherList
724 base::Bind(&ThreadWatcherList::DeleteAll));
/external/chromium_org/net/cookies/
H A Dcookie_monster_unittest.cc172 int DeleteAll(CookieMonster*cm) { function in class:net::__anon9124::CookieMonsterTest
248 DeleteAll(cm.get());
504 DeleteAll(cm);
1144 EXPECT_EQ(2, DeleteAll(cm.get()));
1156 EXPECT_EQ(1, DeleteAll(cm.get())); // sync_to_store = true.
1202 EXPECT_EQ(0, DeleteAll(cm.get()));
H A Dcookie_monster.cc590 // Task class for DeleteAll call.
609 return this->cookie_monster()->DeleteAll(true);
1174 int CookieMonster::DeleteAll(bool sync_to_store) { function in class:net::CookieMonster
1410 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 302 milliseconds