HomeSort by relevance Sort by last modified time
    Searched refs:DeleteAll (Results 1 - 25 of 42) sorted by null

1 2

  /external/chromium_org/remoting/host/
pairing_registry_delegate_linux.h 26 virtual bool DeleteAll() OVERRIDE;
pairing_registry_delegate_win.h 56 virtual bool DeleteAll() OVERRIDE;
pairing_registry_delegate_linux_unittest.cc 71 EXPECT_TRUE(delegate->DeleteAll());
pairing_registry_delegate_linux.cc 66 bool PairingRegistryDelegateLinux::DeleteAll() {
pairing_registry_delegate_win_unittest.cc 85 EXPECT_TRUE(delegate->DeleteAll());
pairing_registry_delegate_win.cc 146 bool PairingRegistryDelegateWin::DeleteAll() {
  /external/chromium_org/third_party/skia/src/views/
SkTagList.h 40 static void DeleteAll(SkTagList* head);
SkTagList.cpp 54 void SkTagList::DeleteAll(SkTagList* rec)
  /external/chromium_org/chrome/browser/history/
in_memory_history_backend.h 78 FRIEND_TEST_ALL_PREFIXES(HistoryBackendTest, DeleteAll);
  /external/chromium_org/third_party/libjingle/source/talk/examples/peerconnection/server/
peer_channel.h 93 DeleteAll();
124 void DeleteAll();
peer_channel.cc 279 DeleteAll();
316 void PeerChannel::DeleteAll() {
  /external/chromium_org/v8/src/
zone.h 54 void DeleteAll();
56 // Deletes the last small segment kept around by DeleteAll(). You
141 // Zone::DeleteAll() to delete all zone objects in one go.
147 // The ZoneScope is used to automatically call DeleteAll() on a
152 ~ZoneScope() { zone_->DeleteAll(); }
178 // objects in the Zone by calling Zone::DeleteAll().
zone.cc 58 DeleteAll();
106 void Zone::DeleteAll() {
  /external/chromium_org/net/ssl/
channel_id_store.h 111 virtual void DeleteAll(const base::Closure& completion_callback) = 0;
default_channel_id_store.h 66 virtual void DeleteAll(const base::Closure& callback) OVERRIDE;
  /external/chromium_org/remoting/protocol/
protocol_mock_objects.cc 69 bool MockPairingRegistryDelegate::DeleteAll() {
channel_multiplexer_unittest.cc 58 void DeleteAll() {
69 DeleteAll();
332 .WillOnce(InvokeWithoutArgs(this, &ChannelMultiplexerTest::DeleteAll));
335 .WillOnce(InvokeWithoutArgs(this, &ChannelMultiplexerTest::DeleteAll));
pairing_registry.h 95 virtual bool DeleteAll() = 0;
protocol_mock_objects.h 225 virtual bool DeleteAll() OVERRIDE;
  /external/chromium_org/media/filters/
source_buffer_range.h 110 void DeleteAll(BufferQueue* deleted_buffers);
  /external/chromium_org/ui/base/models/
list_model.h 62 void DeleteAll() {
list_model_unittest.cc 116 model.DeleteAll();
  /external/chromium_org/athena/home/
app_list_view_delegate.cc 59 model_->results()->DeleteAll();
  /external/chromium_org/chrome/browser/sync/test/integration/
two_client_passwords_sync_test.cc 152 #define MAYBE_DeleteAll DeleteAll
  /external/chromium_org/chrome/browser/metrics/
thread_watcher.h 463 static void DeleteAll();

Completed in 627 milliseconds

1 2