OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NotificationUIManagerAndroid
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/notifications/
notification_ui_manager_android.cc
11
return new
NotificationUIManagerAndroid
();
14
NotificationUIManagerAndroid
::
NotificationUIManagerAndroid
() {
17
NotificationUIManagerAndroid
::~
NotificationUIManagerAndroid
() {
20
void
NotificationUIManagerAndroid
::Add(const Notification& notification,
22
// TODO(peter): Implement the
NotificationUIManagerAndroid
class.
26
bool
NotificationUIManagerAndroid
::Update(const Notification& notification,
31
const Notification*
NotificationUIManagerAndroid
::FindById(
36
bool
NotificationUIManagerAndroid
::CancelById
[
all
...]
notification_ui_manager_android.h
12
class
NotificationUIManagerAndroid
: public NotificationUIManager {
14
NotificationUIManagerAndroid
();
15
virtual ~
NotificationUIManagerAndroid
();
32
DISALLOW_COPY_AND_ASSIGN(
NotificationUIManagerAndroid
);
Completed in 49 milliseconds