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

  /external/chromium/chrome/browser/
remove_rows_table_model.h 20 virtual bool CanRemoveRows(const Rows& rows) const = 0;
plugin_exceptions_table_model.h 32 virtual bool CanRemoveRows(const Rows& rows) const;
plugin_exceptions_table_model.cc 29 bool PluginExceptionsTableModel::CanRemoveRows(const Rows& rows) const {
  /external/chromium/chrome/browser/geolocation/
geolocation_exceptions_table_model.h 28 virtual bool CanRemoveRows(const Rows& rows) const;
geolocation_exceptions_table_model_unittest.cc 67 EXPECT_TRUE(model_->CanRemoveRows(rows));
76 EXPECT_FALSE(model_->CanRemoveRows(rows));
82 EXPECT_TRUE(model_->CanRemoveRows(rows));
geolocation_exceptions_table_model.cc 77 bool GeolocationExceptionsTableModel::CanRemoveRows(
118 // turn calling back to CanRemoveRows(), and if we've already removed
  /external/chromium/chrome/browser/notifications/
notification_exceptions_table_model.h 24 virtual bool CanRemoveRows(const Rows& rows) const;
notification_exceptions_table_model.cc 38 bool NotificationExceptionsTableModel::CanRemoveRows(

Completed in 1062 milliseconds