Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/geolocation/
Dgeolocation_exceptions_table_model_unittest.cc67 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()
Dgeolocation_exceptions_table_model.h28 virtual bool CanRemoveRows(const Rows& rows) const;
Dgeolocation_exceptions_table_model.cc77 bool GeolocationExceptionsTableModel::CanRemoveRows( in CanRemoveRows() function in GeolocationExceptionsTableModel
/external/chromium/chrome/browser/
Dremove_rows_table_model.h20 virtual bool CanRemoveRows(const Rows& rows) const = 0;
Dplugin_exceptions_table_model.h32 virtual bool CanRemoveRows(const Rows& rows) const;
Dplugin_exceptions_table_model.cc29 bool PluginExceptionsTableModel::CanRemoveRows(const Rows& rows) const { in CanRemoveRows() function in PluginExceptionsTableModel
/external/chromium/chrome/browser/notifications/
Dnotification_exceptions_table_model.h24 virtual bool CanRemoveRows(const Rows& rows) const;
Dnotification_exceptions_table_model.cc38 bool NotificationExceptionsTableModel::CanRemoveRows( in CanRemoveRows() function in NotificationExceptionsTableModel
/external/chromium/chrome/browser/ui/cocoa/
Dtable_model_array_controller.mm211 return model_->CanRemoveRows(rows);