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

  /external/chromium/chrome/browser/
plugin_exceptions_table_model.cc 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()
    [all...]
mock_plugin_exceptions_table_model.cc 10 : PluginExceptionsTableModel(map, otr_map) {}
mock_plugin_exceptions_table_model.h 13 class MockPluginExceptionsTableModel : public PluginExceptionsTableModel {
plugin_exceptions_table_model.h 20 class PluginExceptionsTableModel : public RemoveRowsTableModel,
23 PluginExceptionsTableModel(HostContentSettingsMap* content_settings_map,
25 virtual ~PluginExceptionsTableModel();
28 // this method after creating a new PluginExceptionsTableModel.
82 DISALLOW_COPY_AND_ASSIGN(PluginExceptionsTableModel);
plugin_exceptions_table_model_unittest.cc 18 // Can't be an internal namespace because PluginExceptionsTableModel declares
112 typedef std::vector<PluginExceptionsTableModel::SettingsEntry> Entries;

Completed in 2229 milliseconds