/external/chromium_org/third_party/WebKit/Source/devtools/front_end/common/ |
NotificationService.js | 11 WebInspector.NotificationService = function() { } 13 WebInspector.NotificationService.prototype = { 17 WebInspector.NotificationService.Events = { 22 WebInspector.notifications = new WebInspector.NotificationService();
|
/external/chromium_org/content/public/browser/ |
notification_service.h | 18 class CONTENT_EXPORT NotificationService { 20 // Returns the NotificationService object for the current thread, or NULL if 22 static NotificationService* current(); 24 static NotificationService* Create(); 26 virtual ~NotificationService() {} 31 // NotificationService::AllSources(), in which case
|
/external/chromium_org/chrome/browser/ui/views/ |
load_complete_listener.cc | 17 content::NotificationService::AllSources()); 23 content::NotificationService::AllSources())) { 25 content::NotificationService::AllSources()); 37 content::NotificationService::AllSources());
|
/external/chromium_org/chrome/browser/extensions/ |
lazy_background_page_test_util.h | 17 content::NotificationService::AllSources()), 19 content::NotificationService::AllSources()) {} 22 content::NotificationService::AllSources()),
|
/external/chromium_org/chrome/browser/ui/webui/chromeos/login/ |
kiosk_enable_screen_handler.cc | 63 content::NotificationService::current()->Notify( 65 content::NotificationService::AllSources(), 66 content::NotificationService::NoDetails()); 108 content::NotificationService::current()->Notify( 110 content::NotificationService::AllSources(), 111 content::NotificationService::NoDetails()); 120 content::NotificationService::current()->Notify( 122 content::NotificationService::AllSources(), 123 content::NotificationService::NoDetails()); 139 content::NotificationService::current()->Notify [all...] |
kiosk_autolaunch_screen_handler.cc | 124 content::NotificationService::current()->Notify( 126 content::NotificationService::AllSources(), 127 content::NotificationService::NoDetails()); 136 content::NotificationService::current()->Notify( 138 content::NotificationService::AllSources(), 139 content::NotificationService::NoDetails()); 148 content::NotificationService::current()->Notify( 150 content::NotificationService::AllSources(), 151 content::NotificationService::NoDetails());
|
/external/chromium_org/content/browser/ |
notification_service_impl_unittest.cc | 62 NotificationService* service = NotificationService::current(); 65 NotificationService::NoDetails()); 68 NotificationService::AllSources()); 70 NotificationService::AllSources()); 83 NotificationService::NoDetails()); 92 NotificationService::NoDetails()); 101 NotificationService::NoDetails()); 110 NotificationService::NoDetails()); 119 NotificationService::AllSources() [all...] |
browser_process_sub_thread.h | 21 class NotificationService; 54 scoped_ptr<NotificationService> notification_service_;
|
/external/chromium_org/chrome/browser/chromeos/input_method/ |
browser_state_monitor_unittest.cc | 80 content::NotificationService::AllSources(), 81 content::NotificationService::NoDetails()); 95 content::NotificationService::AllSources(), 96 content::NotificationService::NoDetails()); 109 content::NotificationService::AllSources(), 110 content::NotificationService::NoDetails()); 120 content::NotificationService::AllSources(), 121 content::NotificationService::NoDetails()); 133 content::NotificationService::AllSources(), 134 content::NotificationService::NoDetails()) [all...] |
browser_state_monitor.cc | 21 content::NotificationService::AllSources()); 24 content::NotificationService::AllSources()); 27 content::NotificationService::AllSources()); 32 content::NotificationService::AllSources());
|
/external/chromium_org/chrome/browser/chromeos/kiosk_mode/ |
kiosk_mode_idle_logout_unittest.cc | 43 content::NotificationService::AllSources()); 65 content::NotificationService::current()->Notify( 72 content::NotificationService::NoDetails());
|
/external/chromium_org/chrome/browser/sync/ |
profile_sync_test_util.h | 25 content::NotificationService::current()->Notify( 27 content::NotificationService::AllSources(), 28 content::NotificationService::NoDetails());
|
profile_sync_test_util.cc | 22 Notify(type, content::NotificationService::AllSources(), details); 40 content::NotificationService::current()->Notify(type, source, details);
|
/external/chromium_org/chrome/browser/ui/fullscreen/ |
fullscreen_controller_test.h | 20 content::NotificationService::AllSources()) {} 31 content::NotificationService::AllSources()) {}
|
/packages/experimental/NotificationShowcase/src/com/android/example/notificationshowcase/ |
NotificationShowcaseActivity.java | 17 Intent intent = new Intent(NotificationService.ACTION_CREATE); 18 intent.setComponent(new ComponentName(this, NotificationService.class));
|
/external/chromium_org/chrome/browser/ui/android/tab_model/ |
tab_model.cc | 15 using content::NotificationService; 36 content::NotificationService::AllSources()); 63 NotificationService::current()->Notify( 66 NotificationService::NoDetails());
|
/external/chromium_org/chrome/browser/ui/tabs/ |
pinned_tab_service.cc | 35 content::NotificationService::AllBrowserContextsAndSources()); 37 content::NotificationService::AllSources()); 39 content::NotificationService::AllSources()); 41 content::NotificationService::AllSources());
|
/external/chromium_org/chrome/browser/infobars/ |
infobars_browsertest.cc | 37 content::NotificationService::AllSources()); 67 content::NotificationService::AllSources()); 76 content::NotificationService::AllSources()); 79 content::NotificationService::AllSources()); 90 content::NotificationService::AllSources());
|
/external/chromium_org/chrome/browser/chromeos/memory/ |
oom_priority_manager_browsertest.cc | 35 content::NotificationService::AllSources()); 43 content::NotificationService::AllSources()); 52 content::NotificationService::AllSources()); 65 content::NotificationService::AllSources()); 75 content::NotificationService::AllSources()); 120 content::NotificationService::AllSources()); 134 content::NotificationService::AllSources()); 148 content::NotificationService::AllSources()); 155 content::NotificationService::AllSources());
|
/external/chromium_org/chrome/browser/metro_viewer/ |
chrome_metro_viewer_process_host_aurawin.cc | 101 content::NotificationService::current()->Notify( 103 content::NotificationService::AllSources(), 104 content::NotificationService::NoDetails()); 142 content::NotificationService::current()->Notify( 144 content::NotificationService::AllSources(), 145 content::NotificationService::NoDetails());
|
/external/chromium_org/chrome/browser/lifetime/ |
application_lifetime.cc | 101 content::NotificationService::current()->Notify( 103 content::NotificationService::AllSources(), 104 content::NotificationService::NoDetails()); 277 if (already_ended || !content::NotificationService::current()) 283 content::NotificationService::current()->Notify( 285 content::NotificationService::AllSources(), 286 content::NotificationService::NoDetails()); 300 content::NotificationService::current()->Notify( 302 content::NotificationService::AllSources(), 303 content::NotificationService::NoDetails()) [all...] |
/external/chromium_org/chrome/browser/chromeos/login/session/ |
restore_after_crash_session_manager_delegate.cc | 45 content::NotificationService::current()->Notify( 47 content::NotificationService::AllSources(),
|
/external/chromium_org/chrome/browser/task_manager/ |
web_contents_information.cc | 26 content::NotificationService::AllBrowserContextsAndSources()); 33 content::NotificationService::AllBrowserContextsAndSources());
|
/external/chromium_org/chrome/browser/ui/app_modal_dialogs/ |
app_modal_dialog.cc | 34 content::NotificationService::current()->Notify( 37 content::NotificationService::NoDetails());
|
/external/chromium_org/chrome/test/base/ |
extension_load_waiter_one_shot.cc | 29 content::NotificationService::AllSources()); 47 content::NotificationService::AllSources());
|