Searched refs:DeleteAll (Results 1 - 25 of 57) sorted by relevance

123

/external/chromium_org/third_party/skia/src/views/
H A DSkTagList.h40 static void DeleteAll(SkTagList* head);
H A DSkTagList.cpp54 void SkTagList::DeleteAll(SkTagList* rec)
/external/skia/src/views/
H A DSkTagList.h40 static void DeleteAll(SkTagList* head);
H A DSkTagList.cpp54 void SkTagList::DeleteAll(SkTagList* rec)
/external/chromium_org/remoting/host/
H A Dpairing_registry_delegate_linux.h26 virtual bool DeleteAll() OVERRIDE;
H A Dpairing_registry_delegate_win.h45 virtual bool DeleteAll() OVERRIDE;
H A Dpairing_registry_delegate_linux_unittest.cc71 EXPECT_TRUE(delegate->DeleteAll());
H A Dpairing_registry_delegate_linux.cc66 bool PairingRegistryDelegateLinux::DeleteAll() { function in class:remoting::PairingRegistryDelegateLinux
H A Dpairing_registry_delegate_win_unittest.cc83 EXPECT_TRUE(delegate->DeleteAll());
/external/chromium_org/third_party/libjingle/source/talk/examples/peerconnection/server/
H A Dpeer_channel.h93 DeleteAll();
124 void DeleteAll();
/external/chromium/chrome/browser/history/
H A Din_memory_history_backend.h77 FRIEND_TEST_ALL_PREFIXES(HistoryBackendTest, DeleteAll);
H A Dtext_database_manager.h142 void DeleteAll();
/external/chromium_org/chrome/browser/history/
H A Din_memory_history_backend.h69 FRIEND_TEST_ALL_PREFIXES(HistoryBackendTest, DeleteAll);
/external/chromium_org/v8/src/
H A Dzone.cc81 DeleteAll();
88 void Zone::DeleteAll() { function in class:v8::internal::Zone
H A Dzone.h71 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/
H A Dzone.cc82 if (ShouldDeleteOnExit()) isolate_->zone()->DeleteAll();
107 void Zone::DeleteAll() { function in class:v8::internal::Zone
H A Dzone.h76 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/
H A Dserver_bound_cert_store.h111 virtual void DeleteAll(const base::Closure& completion_callback) = 0;
H A Ddefault_server_bound_cert_store.h65 virtual void DeleteAll(const base::Closure& callback) OVERRIDE;
/external/chromium_org/remoting/protocol/
H A Dprotocol_mock_objects.cc69 bool MockPairingRegistryDelegate::DeleteAll() { function in class:remoting::protocol::MockPairingRegistryDelegate
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 Dpairing_registry.h95 virtual bool DeleteAll() = 0;
/external/chromium_org/ui/base/models/
H A Dlist_model.h62 void DeleteAll() { function in class:ui::ListModel
H A Dlist_model_unittest.cc116 model.DeleteAll();
/external/chromium/chrome/browser/metrics/
H A Dthread_watcher.h240 void DeleteAll();

Completed in 1820 milliseconds

123