OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NotificationUIManager
(Results
1 - 24
of
24
) sorted by null
/external/chromium_org/chrome/browser/notifications/
notification_system_observer.h
11
class
NotificationUIManager
;
14
// events to
NotificationUIManager
.
17
explicit NotificationSystemObserver(
NotificationUIManager
* ui_manager);
29
NotificationUIManager
* ui_manager_;
notification_ui_manager.h
21
class
NotificationUIManager
{
23
virtual ~
NotificationUIManager
() {}
26
static
NotificationUIManager
* Create(PrefService* local_state);
62
NotificationUIManager
() {}
65
DISALLOW_COPY_AND_ASSIGN(
NotificationUIManager
);
notification_ui_manager_desktop.cc
16
NotificationUIManager
*
NotificationUIManager
::Create(PrefService* local_state) {
notification_ui_manager_android.cc
10
NotificationUIManager
*
NotificationUIManager
::Create(PrefService* local_state) {
notification_ui_manager_android.h
12
class NotificationUIManagerAndroid : public
NotificationUIManager
{
17
//
NotificationUIManager
implementation;
notification_system_observer.cc
15
NotificationUIManager
* ui_manager)
notification_test_util.h
85
class StubNotificationUIManager : public
NotificationUIManager
{
desktop_notification_service.h
34
class
NotificationUIManager
;
message_center_notification_manager.h
41
: public
NotificationUIManager
,
53
//
NotificationUIManager
/external/chromium_org/chrome/test/base/
testing_browser_process.h
25
class
NotificationUIManager
;
88
virtual
NotificationUIManager
* notification_ui_manager() OVERRIDE;
156
scoped_ptr<
NotificationUIManager
> notification_ui_manager_;
testing_browser_process.cc
134
//
NotificationUIManager
can contain references to elements in the current
230
NotificationUIManager
* TestingBrowserProcess::notification_ui_manager() {
234
NotificationUIManager
::Create(local_state()));
/external/chromium_org/chrome/browser/
browser_process.h
32
class
NotificationUIManager
;
134
virtual
NotificationUIManager
* notification_ui_manager() = 0;
browser_process_impl.h
92
virtual
NotificationUIManager
* notification_ui_manager() OVERRIDE;
219
scoped_ptr<
NotificationUIManager
> notification_ui_manager_;
browser_process_impl.cc
608
NotificationUIManager
* BrowserProcessImpl::notification_ui_manager() {
[
all
...]
/external/chromium_org/chrome/browser/chromeos/power/
peripheral_battery_observer_browsertest.cc
68
NotificationUIManager
* notification_manager =
144
NotificationUIManager
* notification_manager =
peripheral_battery_observer.cc
211
NotificationUIManager
* notification_manager =
/external/chromium_org/chrome/browser/local_discovery/
privet_notifications.h
17
class
NotificationUIManager
;
/external/chromium_org/chrome/browser/sync/
sync_error_notifier_ash.cc
146
NotificationUIManager
* notification_ui_manager =
sync_error_notifier_ash_unittest.cc
180
NotificationUIManager
* notification_ui_manager_;
/external/chromium_org/chrome/browser/signin/
signin_error_notifier_ash.cc
159
NotificationUIManager
* notification_ui_manager =
signin_error_notifier_ash_unittest.cc
117
NotificationUIManager
* notification_ui_manager_;
/external/chromium_org/chrome/browser/ui/views/message_center/
web_notification_tray_browsertest.cc
214
NotificationUIManager
* manager = g_browser_process->notification_ui_manager();
/external/chromium_org/chrome/browser/background/
background_contents_service.cc
71
NotificationUIManager
* notification_ui_manager =
/external/chromium_org/chrome/browser/extensions/api/notifications/
notifications_api.cc
589
NotificationUIManager
* notification_ui_manager =
Completed in 1440 milliseconds