OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NotificationExceptionsTableModel
(Results
1 - 3
of
3
) 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
...]
notification_exceptions_table_model_unittest.cc
37
model_.reset(new
NotificationExceptionsTableModel
(service_));
53
scoped_ptr<
NotificationExceptionsTableModel
> model_;
Completed in 301 milliseconds