OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:NotificationServiceImpl
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/content/browser/
notification_service_impl.cc
16
base::LazyInstance<base::ThreadLocalPointer<
NotificationServiceImpl
> >
22
NotificationServiceImpl
*
NotificationServiceImpl
::current() {
28
return
NotificationServiceImpl
::current();
33
return new
NotificationServiceImpl
;
37
bool
NotificationServiceImpl
::HasKey(const NotificationSourceMap& map,
42
NotificationServiceImpl
::
NotificationServiceImpl
() {
47
void
NotificationServiceImpl
::AddObserver(NotificationObserver* observer,
71
void
NotificationServiceImpl
::RemoveObserver(NotificationObserver* observer
[
all
...]
notification_service_impl.h
19
class CONTENT_EXPORT
NotificationServiceImpl
: public NotificationService {
21
static
NotificationServiceImpl
* current();
25
NotificationServiceImpl
();
26
virtual ~
NotificationServiceImpl
();
90
DISALLOW_COPY_AND_ASSIGN(
NotificationServiceImpl
);
Completed in 254 milliseconds