HomeSort by relevance Sort by last modified time
    Searched defs:NotificationExceptionsTableModel (Results 1 - 2 of 2) sorted by null

  /external/chromium/chrome/browser/notifications/
notification_exceptions_table_model.h 16 class NotificationExceptionsTableModel : public RemoveRowsTableModel,
19 explicit NotificationExceptionsTableModel(
21 virtual ~NotificationExceptionsTableModel();
53 DISALLOW_COPY_AND_ASSIGN(NotificationExceptionsTableModel);
notification_exceptions_table_model.cc 18 struct NotificationExceptionsTableModel::Entry {
26 NotificationExceptionsTableModel::NotificationExceptionsTableModel(
36 NotificationExceptionsTableModel::~NotificationExceptionsTableModel() {}
38 bool NotificationExceptionsTableModel::CanRemoveRows(
43 void NotificationExceptionsTableModel::RemoveRows(const Rows& rows) {
61 void NotificationExceptionsTableModel::RemoveAll() {
69 int NotificationExceptionsTableModel::RowCount() {
73 string16 NotificationExceptionsTableModel::GetText(int row
    [all...]

Completed in 31 milliseconds