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

1 2 3 4

  /external/chromium/chrome/browser/
remove_rows_table_model.h 26 virtual void RemoveAll() = 0;
plugin_exceptions_table_model.h 34 virtual void RemoveAll();
  /external/chromium/chrome/browser/prefs/
pref_change_registrar.h 43 void RemoveAll();
pref_change_registrar.cc 17 RemoveAll();
55 void PrefChangeRegistrar::RemoveAll() {
pref_change_registrar_unittest.cc 96 TEST_F(PrefChangeRegistrarTest, RemoveAll) {
112 registrar.RemoveAll();
115 // Explicitly check the expectations now to make sure that the RemoveAll
  /external/chromium/chrome/browser/geolocation/
geolocation_exceptions_table_model.h 38 virtual void RemoveAll();
geolocation_exceptions_table_model_unittest.cc 112 TEST_F(GeolocationExceptionsTableModelTest, RemoveAll) {
117 model_->RemoveAll();
  /external/chromium/chrome/browser/notifications/
notification_exceptions_table_model.h 26 virtual void RemoveAll();
balloon_collection.h 68 virtual void RemoveAll() = 0;
notification_exceptions_table_model_unittest.cc 61 TEST_F(NotificationExceptionsTableModelTest, RemoveAll) {
67 model_->RemoveAll();
balloon_collection_impl.h 47 virtual void RemoveAll();
  /external/chromium/chrome/browser/sync/glue/
bookmark_data_type_controller.cc 47 registrar_.RemoveAll();
55 registrar_.RemoveAll();
  /external/chromium/chrome/browser/extensions/
extension_test_message_listener.cc 49 registrar_.RemoveAll(); // Stop listening for more messages.
external_policy_extension_loader.cc 94 notification_registrar_.RemoveAll();
95 pref_change_registrar_.RemoveAll();
theme_installed_infobar_delegate.cc 44 registrar_.RemoveAll();
  /external/chromium/chrome/browser/ui/webui/options/
cookies_view_handler.h 44 void RemoveAll(const ListValue* args);
cookies_view_handler.cc 72 NewCallback(this, &CookiesViewHandler::RemoveAll));
160 void CookiesViewHandler::RemoveAll(const ListValue* args) {
  /external/opencv/otherlibs/highgui/
grfmt_base.cpp 197 RemoveAll();
203 RemoveAll();
207 void GrFmtFactoriesList::RemoveAll()
grfmt_base.h 148 void RemoveAll();
  /external/chromium/chrome/browser/chromeos/notifications/
balloon_collection_impl.cc 114 void BalloonCollectionImpl::RemoveAll() {
146 RemoveAll();
balloon_collection_impl.h 66 virtual void RemoveAll();
  /external/chromium/chrome/browser/ui/views/tab_contents/
tab_contents_container.cc 68 registrar_.RemoveAll();
  /external/chromium/chrome/browser/chromeos/login/
wizard_accessibility_helper.cc 78 registrar_.RemoveAll();
login_html_dialog.cc 111 notification_registrar_.RemoveAll();
  /external/chromium/chrome/browser/sync/util/
extensions_activity_monitor.cc 60 // The registrar calls RemoveAll in its dtor (which would happen in a
63 registrar_.RemoveAll();

Completed in 1984 milliseconds

1 2 3 4