OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NotificationOptionsMenuModel
(Results
1 - 7
of
7
) sorted by null
/external/chromium/chrome/browser/notifications/
notification_options_menu_model.h
34
class
NotificationOptionsMenuModel
: public ui::SimpleMenuModel,
37
explicit
NotificationOptionsMenuModel
(Balloon* balloon);
38
virtual ~
NotificationOptionsMenuModel
();
56
DISALLOW_COPY_AND_ASSIGN(
NotificationOptionsMenuModel
);
notification_options_menu_model.cc
112
NotificationOptionsMenuModel
::
NotificationOptionsMenuModel
(Balloon* balloon)
146
NotificationOptionsMenuModel
::~
NotificationOptionsMenuModel
() {
149
bool
NotificationOptionsMenuModel
::IsItemForCommandIdDynamic(int command_id)
155
string16
NotificationOptionsMenuModel
::GetLabelForCommandId(int command_id)
195
bool
NotificationOptionsMenuModel
::IsCommandIdChecked(int /* command_id */)
201
bool
NotificationOptionsMenuModel
::IsCommandIdEnabled(int /* command_id */)
207
bool
NotificationOptionsMenuModel
::GetAcceleratorForCommandId(
213
void
NotificationOptionsMenuModel
::ExecuteCommand(int command_id)
[
all
...]
/external/chromium/chrome/browser/ui/cocoa/notifications/
balloon_controller.h
21
class
NotificationOptionsMenuModel
;
50
scoped_ptr<
NotificationOptionsMenuModel
> menuModel_;
/external/chromium/chrome/browser/ui/gtk/notifications/
balloon_view_gtk.h
29
class
NotificationOptionsMenuModel
;
129
scoped_ptr<
NotificationOptionsMenuModel
> options_menu_model_;
balloon_view_gtk.cc
223
options_menu_model_.reset(new
NotificationOptionsMenuModel
(balloon_));
/external/chromium/chrome/browser/ui/views/notifications/
balloon_view.h
39
class
NotificationOptionsMenuModel
;
163
scoped_ptr<
NotificationOptionsMenuModel
> options_menu_model_;
balloon_view.cc
374
options_menu_model_.reset(new
NotificationOptionsMenuModel
(balloon_));
Completed in 1216 milliseconds