OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:QuitWithAppsController
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/ui/cocoa/apps/
quit_with_apps_controller_mac.h
14
//
QuitWithAppsController
checks whether any apps are running and shows a
16
class
QuitWithAppsController
: public NotificationDelegate {
20
QuitWithAppsController
();
35
// Register prefs used by
QuitWithAppsController
.
39
virtual ~
QuitWithAppsController
();
46
DISALLOW_COPY_AND_ASSIGN(
QuitWithAppsController
);
quit_with_apps_controller_mac.cc
36
const char
QuitWithAppsController
::kQuitWithAppsNotificationID[] =
39
QuitWithAppsController
::
QuitWithAppsController
()
71
QuitWithAppsController
::~
QuitWithAppsController
() {}
73
void
QuitWithAppsController
::Display() {}
75
void
QuitWithAppsController
::Error() {}
77
void
QuitWithAppsController
::Close(bool by_user) {
82
void
QuitWithAppsController
::Click() {
86
void
QuitWithAppsController
::ButtonClick(int button_index)
[
all
...]
Completed in 224 milliseconds