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

1 2 3

  /external/chromium_org/remoting/host/
pairing_registry_delegate_linux.h 26 virtual bool DeleteAll() OVERRIDE;
pairing_registry_delegate_win.h 45 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 83 EXPECT_TRUE(delegate->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/skia/src/views/
SkTagList.h 40 static void DeleteAll(SkTagList* head);
SkTagList.cpp 54 void SkTagList::DeleteAll(SkTagList* rec)
  /external/chromium/chrome/browser/history/
in_memory_history_backend.h 77 FRIEND_TEST_ALL_PREFIXES(HistoryBackendTest, DeleteAll);
text_database_manager.h 142 void DeleteAll();
  /external/chromium_org/chrome/browser/history/
in_memory_history_backend.h 68 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();
  /external/chromium_org/v8/src/
zone.cc 81 DeleteAll();
88 void Zone::DeleteAll() {
zone.h 71 void DeleteAll();
73 // Deletes the last small segment kept around by DeleteAll(). You
153 // Zone::DeleteAll() to delete all zone objects in one go.
159 // The ZoneScope is used to automatically call DeleteAll() on a
164 ~ZoneScope() { zone_->DeleteAll(); }
190 // objects in the Zone by calling Zone::DeleteAll().
  /external/v8/src/
zone.cc 82 if (ShouldDeleteOnExit()) isolate_->zone()->DeleteAll();
107 void Zone::DeleteAll() {
zone.h 76 void DeleteAll();
78 // Deletes the last small segment kept around by DeleteAll().
161 // Zone::DeleteAll() to delete all zone objects in one go.
183 // objects in the Zone by calling Zone::DeleteAll().
  /external/chromium_org/net/ssl/
server_bound_cert_store.h 111 virtual void DeleteAll(const base::Closure& completion_callback) = 0;
default_server_bound_cert_store.h 65 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 57 void DeleteAll() {
68 DeleteAll();
328 .WillOnce(InvokeWithoutArgs(this, &ChannelMultiplexerTest::DeleteAll));
331 .WillOnce(InvokeWithoutArgs(this, &ChannelMultiplexerTest::DeleteAll));
pairing_registry.h 95 virtual bool DeleteAll() = 0;
  /external/chromium/chrome/browser/metrics/
thread_watcher.h 240 void DeleteAll();
  /external/chromium_org/ui/base/models/
list_model.h 60 void DeleteAll() {
list_model_unittest.cc 116 model.DeleteAll();

Completed in 319 milliseconds

1 2 3