OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:NotificationPanel
(Results
1 - 2
of
2
) sorted by null
/external/chromium/chrome/browser/chromeos/notifications/
notification_panel.h
31
//
NotificationPanel
is a panel that displays notifications. It has
72
class
NotificationPanel
: public PanelController::Delegate,
84
NotificationPanel
();
85
virtual ~
NotificationPanel
();
179
ScopedRunnableMethodFactory<
NotificationPanel
> task_factory_;
200
DISALLOW_COPY_AND_ASSIGN(
NotificationPanel
);
205
explicit NotificationPanelTester(
NotificationPanel
* panel)
209
NotificationPanel
::State state() {
242
NotificationPanel
* panel_;
notification_panel.cc
43
using chromeos::
NotificationPanel
;
47
const char* ToStr(const
NotificationPanel
::State state) {
49
case
NotificationPanel
::FULL:
51
case
NotificationPanel
::KEEP_SIZE:
53
case
NotificationPanel
::STICKY_AND_NEW:
55
case
NotificationPanel
::MINIMIZED:
57
case
NotificationPanel
::CLOSED:
75
explicit ViewportWidget(chromeos::
NotificationPanel
* panel)
121
chromeos::
NotificationPanel
* panel_;
396
NotificationPanel
::NotificationPanel(
[
all
...]
Completed in 29 milliseconds