HomeSort by relevance Sort by last modified time
    Searched refs:RemoveRows (Results 1 - 10 of 10) sorted by null

  /external/chromium/chrome/browser/
remove_rows_table_model.h 23 virtual void RemoveRows(const Rows& rows) = 0;
plugin_exceptions_table_model.h 33 virtual void RemoveRows(const Rows& rows);
plugin_exceptions_table_model_unittest.cc 167 table_model_->RemoveRows(rows);
181 table_model_->RemoveRows(rows);
200 table_model_->RemoveRows(rows);
plugin_exceptions_table_model.cc 33 void PluginExceptionsTableModel::RemoveRows(const Rows& rows) {
  /external/chromium/chrome/browser/geolocation/
geolocation_exceptions_table_model.h 35 virtual void RemoveRows(const Rows& rows);
geolocation_exceptions_table_model_unittest.cc 93 model_->RemoveRows(rows);
105 model_->RemoveRows(rows);
geolocation_exceptions_table_model.cc 93 void GeolocationExceptionsTableModel::RemoveRows(const Rows& rows) {
  /external/chromium/chrome/browser/notifications/
notification_exceptions_table_model.h 25 virtual void RemoveRows(const Rows& rows);
notification_exceptions_table_model_unittest.cc 104 TEST_F(NotificationExceptionsTableModelTest, RemoveRows) {
112 model_->RemoveRows(rows);
123 model_->RemoveRows(rows);
notification_exceptions_table_model.cc 43 void NotificationExceptionsTableModel::RemoveRows(const Rows& rows) {

Completed in 376 milliseconds