Home | History | Annotate | Download | only in browser

Lines Matching defs:PluginExceptionsTableModel

15 PluginExceptionsTableModel::PluginExceptionsTableModel(
26 PluginExceptionsTableModel::~PluginExceptionsTableModel() {
29 bool PluginExceptionsTableModel::CanRemoveRows(const Rows& rows) const {
33 void PluginExceptionsTableModel::RemoveRows(const Rows& rows) {
66 void PluginExceptionsTableModel::RemoveAll() {
77 int PluginExceptionsTableModel::RowCount() {
81 string16 PluginExceptionsTableModel::GetText(int row, int column_id) {
103 bool PluginExceptionsTableModel::HasGroups() {
107 void PluginExceptionsTableModel::SetObserver(ui::TableModelObserver* observer) {
111 ui::TableModel::Groups PluginExceptionsTableModel::GetGroups() {
115 int PluginExceptionsTableModel::GetGroupID(int row) {
120 void PluginExceptionsTableModel::Observe(NotificationType type,
127 void PluginExceptionsTableModel::ClearSettings() {
134 void PluginExceptionsTableModel::GetPlugins(
139 void PluginExceptionsTableModel::LoadSettings() {
188 void PluginExceptionsTableModel::ReloadSettings() {