Searched refs:CanRemoveRows (Results 1 – 9 of 9) sorted by relevance
67 EXPECT_TRUE(model_->CanRemoveRows(rows)); in TEST_F()76 EXPECT_FALSE(model_->CanRemoveRows(rows)); in TEST_F()82 EXPECT_TRUE(model_->CanRemoveRows(rows)); in TEST_F()
28 virtual bool CanRemoveRows(const Rows& rows) const;
77 bool GeolocationExceptionsTableModel::CanRemoveRows( in CanRemoveRows() function in GeolocationExceptionsTableModel
20 virtual bool CanRemoveRows(const Rows& rows) const = 0;
32 virtual bool CanRemoveRows(const Rows& rows) const;
29 bool PluginExceptionsTableModel::CanRemoveRows(const Rows& rows) const { in CanRemoveRows() function in PluginExceptionsTableModel
24 virtual bool CanRemoveRows(const Rows& rows) const;
38 bool NotificationExceptionsTableModel::CanRemoveRows( in CanRemoveRows() function in NotificationExceptionsTableModel
211 return model_->CanRemoveRows(rows);