Searched refs:CanRemoveRows (Results 1 - 9 of 9) sorted by relevance

/external/chromium/chrome/browser/
H A Dremove_rows_table_model.h20 virtual bool CanRemoveRows(const Rows& rows) const = 0;
H A Dplugin_exceptions_table_model.h32 virtual bool CanRemoveRows(const Rows& rows) const;
H A Dplugin_exceptions_table_model.cc29 bool PluginExceptionsTableModel::CanRemoveRows(const Rows& rows) const { function in class:PluginExceptionsTableModel
/external/chromium_org/chrome/browser/
H A Dremove_rows_table_model.h19 virtual bool CanRemoveRows(const Rows& rows) const = 0;
/external/chromium/chrome/browser/geolocation/
H A Dgeolocation_exceptions_table_model.h28 virtual bool CanRemoveRows(const Rows& rows) const;
H A Dgeolocation_exceptions_table_model_unittest.cc67 EXPECT_TRUE(model_->CanRemoveRows(rows));
76 EXPECT_FALSE(model_->CanRemoveRows(rows));
82 EXPECT_TRUE(model_->CanRemoveRows(rows));
H A Dgeolocation_exceptions_table_model.cc77 bool GeolocationExceptionsTableModel::CanRemoveRows( function in class:GeolocationExceptionsTableModel
118 // turn calling back to CanRemoveRows(), and if we've already removed
/external/chromium/chrome/browser/notifications/
H A Dnotification_exceptions_table_model.h24 virtual bool CanRemoveRows(const Rows& rows) const;
H A Dnotification_exceptions_table_model.cc38 bool NotificationExceptionsTableModel::CanRemoveRows( function in class:NotificationExceptionsTableModel

Completed in 111 milliseconds