OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NotificationServiceImpl
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/content/public/test/
test_content_client_initializer.h
15
class
NotificationServiceImpl
;
33
scoped_ptr<
NotificationServiceImpl
> notification_service_;
test_content_client_initializer.cc
17
notification_service_.reset(new
NotificationServiceImpl
());
test_browser_thread.cc
31
notification_service_ = new
NotificationServiceImpl
;
/external/chromium_org/content/browser/
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
);
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
...]
browser_process_sub_thread.cc
34
notification_service_.reset(new
NotificationServiceImpl
());
browser_main_runner.cc
158
notification_service_.reset(new
NotificationServiceImpl
);
276
scoped_ptr<
NotificationServiceImpl
> notification_service_;
/external/chromium_org/content/public/browser/
notification_registrar.cc
34
NotificationServiceImpl
::current();
53
NotificationServiceImpl
::current()->AddObserver(observer, type, source);
70
NotificationServiceImpl
* service =
NotificationServiceImpl
::current();
88
NotificationServiceImpl
* service =
NotificationServiceImpl
::current();
Completed in 81 milliseconds